summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_x11.cc
Commit message (Expand)AuthorAgeFilesLines
* Add GrabWindowSnapshotAsync aura testsenne@chromium.org2014-01-081-0/+1
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-42/+42
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-5/+6
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-061-0/+4
* x11: Select for touch-events on the X root window only on chromeos.sadrul@chromium.org2013-12-051-17/+19
* Clean up RootWindowHostX11 a bit.dongseong.hwang@intel.com2013-11-271-33/+2
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-6/+5
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-41/+41
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-41/+41
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-5/+6
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-18/+2
* fixben@chromium.org2013-11-121-1/+1
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-7/+8
* Update cursor when the mouse enters X root window.oshima@chromium.org2013-11-121-0/+8
* x11: Create mouse-wheel events properly when XI2.2 isn't being used.sadrul@chromium.org2013-11-121-2/+18
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-8/+7
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-7/+8
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-40/+0
* Use Window instead of RootWindow in many more places throughout the codebaseben@chromium.org2013-11-101-6/+6
* Don't Generate ui::TouchEvent from xevent if it does not belong to a RootWindowmiletus@chromium.org2013-11-091-2/+12
* x11: Move XInput2 availability information out of the message pump.sadrul@chromium.org2013-11-071-2/+4
* Revert 233414 "x11: Move XInput2 availability information out of..."dgrogan@chromium.org2013-11-061-4/+2
* x11: Move XInput2 availability information out of the message pump.sadrul@chromium.org2013-11-061-2/+4
* Attempt to re-land FocusManager removal from Aura.ben@chromium.org2013-10-181-1/+0
* Revert 229437 "Remove old FocusManager code from Aura."ben@chromium.org2013-10-181-0/+1
* Remove old FocusManager code from Aura.ben@chromium.org2013-10-181-1/+0
* Turn on touches at side bezel as defaultmiletus@chromium.org2013-10-081-1/+1
* XChangeProperty() expects values of size 32 to be longs (see "man XChangeProp...alextaran@chromium.org2013-10-011-1/+4
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-5/+2
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-261-1/+1
* events: Make platform specific events code into ui/events/.sadrul@chromium.org2013-09-251-2/+3
* Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.hben@chromium.org2013-09-201-3/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* Reland 223621: x11: Prefer using ui::GetXDisplay() to getting the Display fro...sadrul@chromium.org2013-09-181-2/+2
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Revert 223621 "x11: Prefer using ui::GetXDisplay() over getting ..."nasko@chromium.org2013-09-171-2/+2
* x11: Prefer using ui::GetXDisplay() over getting the Display from the X11 mes...sadrul@chromium.org2013-09-171-2/+2
* gtk: Allow building both the X11 and Gtk message-pumps for gtk.sadrul@chromium.org2013-09-071-9/+9
* Ignore touch events when the touch press is on the side bezel regionmiletus@chromium.org2013-09-031-7/+15
* ash: Fix CopyAreaToCanvas() scaling issues.derat@chromium.org2013-08-141-49/+0
* aura: Fix crash in RootWindowHostX11::GetXImage().derat@chromium.org2013-08-121-19/+9
* Mark mouse events created for Enter/Leave notify as synthesized as they're no...oshima@chromium.org2013-08-071-1/+8
* bezels: Ignore events from side bezels by default (new flag).wnwen@chromium.org2013-07-261-0/+30
* Set CrOS touchpad Tap Paused property to false during initializationsheckylin@chromium.org2013-07-021-25/+33
* Dispatch ui::ET_MOUSE_EXITED when moving the mouse from one screen to the nextpkotwicz@chromium.org2013-06-281-3/+4
* Put back the code that I accidentally removed in crrev.com/17099003oshima@chromium.org2013-06-211-0/+3
* Use primary display as hangout/gtalk broadcast windowoshima@chromium.org2013-06-201-9/+0
* Add support for cros touchpad metrics gesturesheckylin@chromium.org2013-06-201-0/+2
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-181-2/+2
* Merge CMTEventData and ValuatorTrackersheckylin@chromium.org2013-06-171-1/+0