summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Use software renderer for windows with an initial size less than 64x64jbauman@chromium.org2013-11-081-1/+7
* events: Introduce EventDispatchDetails.sadrul@chromium.org2013-11-081-108/+172
* linux_aura: Improve window drag performance.erg@chromium.org2013-11-051-0/+6
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-011-4/+3
* Ensure on Windows AURA that the cursor stays within the bounds of the window ...ananta@chromium.org2013-10-311-0/+4
* Fixes possible use after free in RootWindow::DispatchHeldEventssky@chromium.org2013-10-311-11/+13
* Fixes bug in RepostEvent() incorrectly resetting held_move_event_ twicesky@chromium.org2013-10-301-5/+3
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-40/+10
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-8/+11
* Use display ID only for mirrored display.oshima@chromium.org2013-10-251-2/+4
* Make TRANSPARENT windows be layered windows on win aurascottmg@chromium.org2013-10-251-3/+4
* Adds back logic to reset mouse handlers in other roots on capturesky@chromium.org2013-10-251-0/+5
* Add show press gesture and remove tap down deferraltdresser@chromium.org2013-10-221-1/+1
* gesture-recognizer: Clean up GestureConsumer.sadrul@chromium.org2013-10-211-2/+1
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-26/+21
* Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...pfeldman@chromium.org2013-10-211-21/+26
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-26/+21
* Makes ~RootWindow delete child windowssky@chromium.org2013-10-191-3/+10
* Resort RootWindow methodsben@chromium.org2013-10-181-132/+140
* Attempt to re-land FocusManager removal from Aura.ben@chromium.org2013-10-181-7/+0
* Revert 229437 "Remove old FocusManager code from Aura."ben@chromium.org2013-10-181-0/+7
* Remove old FocusManager code from Aura.ben@chromium.org2013-10-181-7/+0
* Converts DesktopNativeWidgetAura back to a per Widget CaptureClientsky@chromium.org2013-10-181-2/+1
* Pulls common compositor integration stuff (draw scheduling, mostly) into ui::...ben@chromium.org2013-10-171-74/+1
* Removes debugging codesky@chromium.org2013-10-161-53/+7
* Makes Env::is_mouse_button_down() query the native OS when appropriate.sky@chromium.org2013-10-141-1/+1
* Makes RootWindow::RepostEvent() target capture windowsky@chromium.org2013-10-101-5/+12
* Do not send mouse-move when target is destroyed due to synthesized mouse-exit...mohsen@chromium.org2013-10-091-0/+1
* Fix WeakPtrFactory ordering problems in uidmichael@chromium.org2013-10-091-2/+2
* More debugging code for RootWindow holding onto deleted aura::Windowsky@chromium.org2013-10-011-11/+13
* Adds debugging to track down why mouse_moved_handler_ is bogussky@chromium.org2013-09-251-7/+49
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-2/+2
* Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisibletdanderson@google.com2013-09-201-7/+14
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Remove mac code from aura/ash/viewsoshima@chromium.org2013-09-181-2/+0
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-2/+2
* Nukes RootWindow::mouse_event_dispatch_target_sky@chromium.org2013-09-111-29/+24
* Adding shutdown tracing capabilitiesskuhne@chromium.org2013-09-061-0/+2
* Addressing sadruls comments from the previous CL https://codereview.chromium....ananta@chromium.org2013-08-301-10/+14
* Attempt at fixing use after free in RootWindow when deleting in dispatchsky@chromium.org2013-08-291-4/+18
* Attempt at fixing use after free in RootWindowsky@chromium.org2013-08-291-3/+10
* Minor tweak to RootWindow::CleanupGestureRecognizerStatesky@chromium.org2013-08-281-1/+1
* Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi...ananta@chromium.org2013-08-231-9/+38
* Refactors CaptureController so that both views and ash can use it.sky@chromium.org2013-08-221-7/+3
* ash: Fix CopyAreaToCanvas() scaling issues.derat@chromium.org2013-08-141-9/+0
* Removes unused parameter from RootWindow::OnWindowHidden.sky@chromium.org2013-08-061-6/+4
* Use a direct include of the message_loop header in ui/, part 1.avi@chromium.org2013-07-181-1/+1
* aura: Some minor code cleanup.sadrul@chromium.org2013-07-081-9/+7
* Do not dispatch synthetic mousemove events when mouse events are disabledtdanderson@google.com2013-06-241-0/+6
* aura: Some event-related cleanup in RootWindow.sadrul@chromium.org2013-06-201-9/+5