summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow closing root window, or pressing the power button to shutdown ash_shell...harrym@chromium.org2012-08-161-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-1/+1
* Remove --load-2x-resources flag.flackr@chromium.org2012-08-091-7/+0
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-8/+8
* Reland new cursor resources.flackr@chromium.org2012-08-081-17/+17
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-37/+35
* aura: Fix "not-allowed" cursor and hot-points of some other cursors.varunjain@chromium.org2012-07-261-6/+7
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-241-4/+6
* SetBounds even when size didn't change.disher@chromium.org2012-07-231-5/+2
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* Add NULL check for the return value of XGetImage. It may return NULL in case...mukai@chromium.org2012-06-271-0/+5
* DCHECK mouse pointer scale factor only when we are loading 2x resourcespkotwicz@chromium.org2012-06-261-4/+9
* Fixes regression caused by 10448070pkotwicz@chromium.org2012-06-251-2/+4
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-251-19/+12
* Emulate mouse move across extended desktopsoshima@chromium.org2012-06-221-15/+17
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1