summaryrefslogtreecommitdiffstats
path: root/ui/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete scale related APIs for cursoroshima@chromium.org2014-04-102-9/+0
* linux_aura: Use system configuration for middle clicking the titlebar.erg@chromium.org2014-04-092-5/+32
* Per the X11 drag and drop spec (http://www.newplanetsoftware.com/xdnd/), do n...pkotwicz@chromium.org2014-04-091-7/+13
* linux-aura: Fix cancelling a window drag.sadrul@chromium.org2014-04-082-7/+13
* Prevent Chrome from crashing if we receive an unexpected SelectionNotifypkotwicz@chromium.org2014-04-081-1/+5
* Decrease the amount of time that we wait for |DesktopDragDropClientAuraX11::s...pkotwicz@chromium.org2014-04-071-1/+8
* Reduces tab dragging lag by not updating the rounded border. This seems to im...varkha@chromium.org2014-04-073-48/+3
* linux: Make sure event-dispatcher gets removed correctly.sadrul@chromium.org2014-04-071-6/+2
* x11: Move X event handling out of the message-pump.sadrul@chromium.org2014-04-0511-72/+130
* Make DesktopWindowTreeHostX11::GetWindowPlacement() consistent with DesktopWi...pkotwicz@chromium.org2014-04-041-1/+1
* Move Is*DisplaySizeBlackListed to ui/display and build it for non-X11 platfor...dnicoara@chromium.org2014-04-041-7/+7
* Handle key events in views using EventProcessor and ViewTargetertdanderson@chromium.org2014-04-044-69/+66
* DesktopWindowTreeHostX11: Notify widgets when they are shown or hidden.mgiuca@chromium.org2014-04-011-0/+2
* Prevents crash when a menu gets closed during drag. This only gets exposed wi...varkha@chromium.org2014-04-011-2/+3
* Remove all handling of touch events from viewstdanderson@chromium.org2014-04-0110-119/+1
* Use a pre-target handler in RootView to open keyboard-generated context menustdanderson@chromium.org2014-03-313-16/+141
* Dispatches mouse movement messages in posted task to improve dragging smoothnessvarkha@google.com2014-03-282-2/+34
* Allows menu host windows to be enumerated in DragTargetWindowFinder.varkha@google.com2014-03-282-4/+39
* Revert of Allows menu host windows to be enumerated in DragTargetWindowFinder...calamity@chromium.org2014-03-282-35/+4
* Allows menu host windows to be enumerated in DragTargetWindowFinder.varkha@chromium.org2014-03-282-4/+35
* Changes drag widgets such as bookmark bar items that are dragged to be semitr...varkha@chromium.org2014-03-281-0/+3
* Implement image drag out support for Linux Aura.dcheng@chromium.org2014-03-271-0/+15
* Revert of Move GetCursor() method from WindowDelegate to its own delegate int...ben@chromium.org2014-03-274-29/+12
* Exclude desktop_aura from chromeososhima@chromium.org2014-03-271-1/+1
* Move GetCursor() method from WindowDelegate to its own delegate interface Cur...ben@chromium.org2014-03-264-12/+29
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-264-11/+0
* Linux Aura: Properly shut down when closing a window with native frame.mgiuca@chromium.org2014-03-261-1/+1
* Refactor EDID parsing utilities and consolidate them under ui/display/chromeosdnicoara@chromium.org2014-03-251-2/+2
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-251-0/+4
* Make drag and drop more robust on Linux Aurapkotwicz@chromium.org2014-03-252-10/+71
* linux_aura: Implement DWTHX11::FlashFrame().erg@chromium.org2014-03-252-3/+32
* Use the _NET_WM_USER_TIME property to map without focuspiman@chromium.org2014-03-251-16/+21
* Fix bug where dragged and dropped text would be dropped before releasing the ...pkotwicz@chromium.org2014-03-221-0/+1
* Move some code from aura/client to wm/publicben@chromium.org2014-03-2115-24/+24
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-2012-18/+20
* Remove PrepareForShutdownoshima@chromium.org2014-03-204-8/+0
* Revert 258077 "Remove PrepareForShutdown"brettw@chromium.org2014-03-194-0/+8
* Remove PrepareForShutdownoshima@chromium.org2014-03-194-8/+0
* linux_aura: Remove the current implementation of Deactivate().erg@chromium.org2014-03-193-79/+1
* Fix ui::IsWindowVisible() so that it returns false for minimized windows on U...pkotwicz@chromium.org2014-03-191-2/+6
* linux_aura: Fix scrolling after clicking the non client area in GNOME 3.erg@chromium.org2014-03-191-0/+26
* Fix "unreachable code" warnings (MSVC warning 4702) in ui/.pkasting@chromium.org2014-03-181-1/+5
* linux_aura: Handle the suggested atoms in XdndPosition messages.erg@chromium.org2014-03-181-8/+30
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-9/+39
* linux-aura: Keep track of whether the drag-client is alive after the drag.sadrul@chromium.org2014-03-172-8/+21
* Linux Aura: Fixed browser window not starting maximized in XFCE.mgiuca@chromium.org2014-03-171-2/+4
* ash: Remove the associated-window from AcceleratorDispatcher.sadrul@chromium.org2014-03-153-5/+4
* Linux Aura: Implement middle-click title bar to lower window.thestig@chromium.org2014-03-151-1/+8
* Move wm/core to wm namespace.ben@chromium.org2014-03-1411-59/+60
* Revert 256960 because it causes failures in a number of tests.sadrul@chromium.org2014-03-142-6/+0