summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* ash: Clean up system background layer.derat@chromium.org2012-10-291-126/+178
* Make sure the mouse pointer is always in one of displaysoshima@chromium.org2012-10-261-13/+0
* desktop linux aura: Fix event/capture focus after dragging a window.erg@chromium.org2012-10-241-1/+1
* linux_aura: Reland fix tab dragging performance.erg@chromium.org2012-10-171-87/+3
* Revert 162381 - linux_aura: Fix tab dragging performance.tommi@chromium.org2012-10-171-3/+87
* linux_aura: Fix tab dragging performance.erg@chromium.org2012-10-171-87/+3
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-3/+4
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-12/+1
* Revert 161454 - Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-1/+12
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-12/+1
* Let TouchFactory use master pointer events whenever availablesheckylin@chromium.org2012-10-111-55/+0
* Desktop aura: Remove RootWindowHost::GetAcceleratedWidget()erg@chromium.org2012-10-101-11/+0
* aura: Use XScopedCursor in RootWindowHostLinux.tfarina@chromium.org2012-10-071-6/+2
* In-chorme viewer for metro (part 2)cpu@chromium.org2012-10-051-6/+8
* Signals OnHostMoved() when SetHostBounds() changes the origin too.mukai@chromium.org2012-10-041-5/+7
* Revert r159105 "This is the 3 following CLs collapsed as one (for easier merg...oshima@chromium.org2012-10-021-22/+4
* This is the 3 following CLs collapsed as one (for easier merge in M23)saintlou@chromium.org2012-09-271-4/+22
* Reverting 3 CLs in order to create 1 CL (to be later merged in M23).saintlou@chromium.org2012-09-271-22/+4
* Fixes the drag/drop errors for 2x displays.mukai@chromium.org2012-09-271-0/+4
* Clear root window when the aura root window is moved/resizedoshima@chromium.org2012-09-261-0/+16
* Revert r158757 "Clear root window when the aura root window is moved/resized"oshima@chromium.org2012-09-261-14/+0
* Clear root window when the aura root window is moved/resizedoshima@chromium.org2012-09-261-0/+14
* Disable extended desktop.oshima@chromium.org2012-09-251-4/+6
* Convert native mouse locations to the locations in screen coordinate in RootW...mazda@chromium.org2012-09-201-5/+20
* Enable UpdateDisplay to specify host origins.mazda@chromium.org2012-09-201-1/+4
* Revert 157597 - Enable UpdateDisplay to specify host origins.zea@chromium.org2012-09-191-4/+1
* Enable UpdateDisplay to specify host origins.mazda@chromium.org2012-09-191-1/+4
* Add switch primary display option by swapping primary root window between dis...oshima@chromium.org2012-09-191-4/+14
* aura: Do not listen for mouse-events on the root window.sadrul@chromium.org2012-09-141-4/+0
* aura: Make sure the root-window retains the X events it was already listening...sadrul@chromium.org2012-09-141-139/+170
* aura: More fixes for touch-event calibration in multi-monitor setting.sadrul@chromium.org2012-09-141-0/+42
* Fix memory leaks caused by misuse of XFree.mazda@chromium.org2012-09-111-5/+3
* Move ash specific cursor code to CursorManager.mazda@chromium.org2012-09-111-306/+9
* Always update pointer barrier. bounds_ might have already been updated in Se...oshima@chromium.org2012-09-111-4/+4
* aura: Fix touch event calibration on linux desktops.sadrul@chromium.org2012-09-111-10/+18
* Cancel drag if display configuration changes.oshima@chromium.org2012-09-111-0/+4
* aura-x11: Fix touch-calibration for multi-monitor setups.sadrul@chromium.org2012-09-111-28/+99
* Revert r14457 "Cancel drag if display configuration changes."oshima@chromium.org2012-09-101-4/+0
* Cancel drag if display configuration changes.oshima@chromium.org2012-09-101-0/+4
* aura: Coalesce touch-update events.sadrul@chromium.org2012-09-061-7/+36
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-5/+5
* Fix coordinate of the mouse pointer when moving it to moved/resized native wi...oshima@chromium.org2012-09-011-3/+14
* Merge aura::DispatcherLinux into base::MessagePumpAuraX11.erg@chromium.org2012-08-301-5/+2
* Update hotpoints of cursors according to new assets.varunjain@chromium.org2012-08-301-39/+71
* aura: Make sure event copying works properly for X11.sadrul@chromium.org2012-08-231-1/+5
* aura: Rearrange the x11 cursor code to make it more obvious which cursors sti...sadrul@chromium.org2012-08-211-52/+37
* Revert 152593 - aura: Rearrange the x11 cursor code to make it more obvious w...bryeung@chromium.org2012-08-211-33/+52
* aura: Rearrange the x11 cursor code to make it more obvious which cursors sti...sadrul@chromium.org2012-08-211-52/+33
* aura: Use the default high-dpi cursor for unsupported cursors.sadrul@chromium.org2012-08-201-6/+11
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-171-8/+27