summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-021-8/+0
* Revert 124461 - Remove the singleton instance get/delete methods from RootWin...ben@chromium.org2012-03-011-0/+8
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-011-8/+0
* aura: Fix some of the event dispatching in linux.sadrul@chromium.org2012-02-281-9/+2
* Moves the Linux dispatcher into its own object.beng@google.com2012-02-251-7/+8
* Move RootWindowHostLinux class decl to a header file.ben@chromium.org2012-02-241-76/+3
* Change how you get to the MessageLoop::Dispatcher.ben@chromium.org2012-02-231-0/+5
* aura: Hide cursor during and after shutdown.derat@chromium.org2012-02-141-27/+27
* 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur...pkotwicz@chromium.org2012-02-111-1/+13
* Plumb expose damage to compositor.backer@chromium.org2012-02-101-1/+1
* Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po...pkotwicz@chromium.org2012-02-101-13/+1
* 1) Adds support for OS level mouse capture lost (eg from a popup)pkotwicz@chromium.org2012-02-091-1/+13
* Aura: Remove a log-spamming NOTIMPLEMENTED in cursor handlingjamescook@chromium.org2012-01-271-3/+1
* Implement MouseLock for RWHVA.varunjain@chromium.org2012-01-211-0/+6
* Aura: Expose platform's cursor grab API from RootWindow.varunjain@chromium.org2012-01-191-0/+18
* aura: Add method to the RootWindow to warp the mouse pointer.varunjain@chromium.org2012-01-171-0/+6
* Temporarily disable CheckXEventForConsistency until it is fixed.oshima@chromium.org2012-01-121-3/+6
* aura: On Linux, avoid CHAR events for Tab, Escape, and Back.derat@chromium.org2012-01-061-5/+4
* [Aura cros] Make sure that RootWindow inherits initial background from defaul...nkostylev@chromium.org2011-12-301-4/+12
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-261-4/+0
* Aura: Cursor should hide when touch event triggered by touchscreenjamescook@chromium.org2011-12-201-0/+35
* CMT can now generate motion events w/ valuators instead of a sequence of butt...davemoore@chromium.org2011-12-151-11/+17
* aura-x11: Make sure the list of devices to track are updated when device hier...sadrul@chromium.org2011-12-151-2/+7
* aura-x11: Add support for xmodmap'ed pointer buttons.sadrul@chromium.org2011-12-071-4/+15
* Rename Desktop->RootWindow.ben@chromium.org2011-12-071-0/+628