- 2e98aaf7 Do not clear the event dispatch target if the target is moving from a root window to another. by [email protected] · 13 years ago
- e6e41d2f ash: Clean up system background layer. by [email protected] · 13 years ago
- 6b16679e Aura: Resize locks with --ui-enable-threaded-compositing by [email protected] · 13 years ago
- 75fef479 desktop linux aura: Fix event/capture focus after dragging a window. by [email protected] · 13 years ago
- 9bc2755 touch: Coalesce touch-events, and remove the touch-event queue from the gesture recognizer. by [email protected] · 13 years ago
- 0f0453e Migrate ui::Transform to gfx::Transform by [email protected] · 13 years ago
- 60c2620 Enable CursorManager::LockCursor to lock cursor visibility. by [email protected] · 13 years ago
- 593a44af Revert 161454 - Enable CursorManager::LockCursor to lock cursor visibility. by [email protected] · 13 years ago
- b97d349 Enable CursorManager::LockCursor to lock cursor visibility. by [email protected] · 13 years ago
- d0ae407 Desktop aura: Remove RootWindowHost::GetAcceleratedWidget() by [email protected] · 13 years ago
- 552ef8b desktop aura: Hook up activation tracking by [email protected] · 13 years ago
- 58bbb201 events: Clean up dispatching code for touch-events. by [email protected] · 13 years ago
- 3815788 events: Cleanup the EventDispatcher API. by [email protected] · 13 years ago
- 492533b3 aura: Start converting event-filters into event-handlers. by [email protected] · 13 years ago
- 151ffdff Move ash specific cursor code to CursorManager. by [email protected] · 13 years ago
- 6675e1c Cancel drag if display configuration changes. by [email protected] · 13 years ago
- 01ba6887 Revert r14457 "Cancel drag if display configuration changes." by [email protected] · 13 years ago
- 4ef14de5 Cancel drag if display configuration changes. by [email protected] · 13 years ago
- e0d1628 Get Views examples to paint in win-aura (outside ash). by [email protected] · 13 years ago
- ecb51d9 aura: Make sure the gesture-recognizer state is properly reset. by [email protected] · 13 years ago
- ef0ade76 Revert 155246 - Get Views examples to paint in win-aura (outside ash). by [email protected] · 13 years ago
- 689ca92 Get Views examples to paint in win-aura (outside ash). by [email protected] · 13 years ago
- 153472d7 events: Move some files into ui/base/events/ by [email protected] · 13 years ago
- 5b174e0a events: Get rid of GestureStatus in favour of EventResult. by [email protected] · 13 years ago
- ab6cbed0 events: Introduce EventDispatcher, EventTarget, and EventHandler. by [email protected] · 13 years ago
- 543bc2d Make wm::GetRootWindowRelativeToWindow() high-DPI aware. by [email protected] · 13 years ago
- 26f4694 aura: Add some checks trying to find the cause of a crash. by [email protected] · 13 years ago
- e46617f Desktop Aura: Allow tab drags out of window. by [email protected] · 13 years ago
- 5fbb90a Allow closing root window, or pressing the power button to shutdown ash_shell, and chrome /w chromeos flag (not running on chromeos) to exit the application by [email protected] · 13 years ago
- cab79f8 gestures: Some more event cleanup. by [email protected] · 13 years ago
- 2487bee4 Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent. by [email protected] · 13 years ago
- 8ca8d246 Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent. by [email protected] · 13 years ago
- ca706098 Convert Aura to use ui::Event. by [email protected] · 13 years ago
- cac2278 Introduce RootWindowHostDelegate. The RootWindowHost performs most of its communication with RootWindow via this interface. The intent is to make the contract between RootWindowHost and RootWindow clearer. by [email protected] · 13 years ago
- 718b26c Move last_mouse_location_ from aura::RootWindow to aura::Env to support multiple root windows. by [email protected] · 13 years ago
- 2b1615d3 ash: Record some additional information about the gestures. by [email protected] · 13 years ago
- 2700daddd Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClient by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- cff176a Aura: ACK on the start of the frame generation for greater async. by [email protected] · 13 years ago
- 886d372 RefCounted types should not have public destructors, chromeos edition by [email protected] · 13 years ago
- 66ae9fc ash: Add an about:flags entry for debug keyboard shortcuts. by [email protected] · 13 years ago
- dad7ad4 Aura: Add Window::MoveCursorTo() taking relative location to the window. by [email protected] · 13 years ago
- 85457bd2 Revert 142852 - Aura: Add Window::MoveCursorTo() taking relative location to the window. by [email protected] · 13 years ago
- 628fa37c Aura: Add Window::MoveCursorTo() taking relative location to the window. by [email protected] · 13 years ago
- 37be9eb Aura desktop: Fix tab dragging within a single chrome window. by [email protected] · 13 years ago
- c39be8f Basic tests for extended desktop mode by [email protected] · 13 years ago
- aa98f940 aura:Delay call to DispatchHeldMouseMove from RootWindow::ReleaseMouseMoves by [email protected] · 13 years ago
- 60a978b7 Factor out capture code from RootWindow to CaptureClient by [email protected] · 13 years ago
- d4ae8057 aura: Drop unnecessary composites by [email protected] · 13 years ago
- ebb5c61 aura: Remove --aura-disable-hold-mouse-moves flag. by [email protected] · 13 years ago
- 1aad332 Add EnvEventFilter to filter events before root window process event by [email protected] · 13 years ago
- 91f4c79 Reland: ash: Improved window maximize/restore animations by [email protected] · 13 years ago
- 0dcb22a Revert 139494 - ash: Improved window maximize/restore animations by [email protected] · 13 years ago
- 23d94a60 Adds switch to disable generating mouse events from touch events and by [email protected] · 13 years ago
- a857dbe Decouple FocusManager from RootWindow. by [email protected] · 13 years ago
- 42816d7 ash: Improved window maximize/restore animations by [email protected] · 13 years ago
- db821e7 2x Cursor support. by [email protected] · 13 years ago
- d8f09f33e Adding Gesture Recognition to RenderWidgetHostViewWin (web client) by [email protected] · 13 years ago
- 1266ba49 Introduce XGetImage() for GrabWindowSnapshot() in ChromeOS. by [email protected] · 13 years ago
- a8dffcec Take 2 at: Changes RootWindow capture code so that we only have one capture by [email protected] · 13 years ago
- 3fec83d Revert 136877 - Changes RootWindow capture code so that we only have one capture by [email protected] · 13 years ago
- 9da45cb Changes RootWindow capture code so that we only have one capture by [email protected] · 13 years ago
- cd9a61c7 Move DIP translation from ui/aura to ui/compositor. by [email protected] · 13 years ago
- 116302fc ui: Move compositor/ directory out of gfx/, up to ui/. by [email protected] · 13 years ago
- 3f6ffb8f This change makes Aura/Views to use DIP, while keeping layer to use Pixels. This allow chrome/ash to run on high density screen in High Density Incompatible mode (everything scaled to 2x), except for web contents. by [email protected] · 13 years ago
- fc72e7f Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return screen bounds. by [email protected] · 13 years ago
- cc1fad52 On touch capture, cancel non-captured touches. by [email protected] · 13 years ago
- e3d50888 Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- 2527579c Revert 131761 - Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- caf9986 Mouse events, touch events, or both can be locked to a target. by [email protected] · 13 years ago
- 81675c9 ui: Move gesture-recognizer into ui/base/. by [email protected] · 13 years ago
- bac66d4 Aura/ash split: Desktop linux clients should respsect window manager close window events. by [email protected] · 13 years ago
- c783955 aura-x11: Add custom web cursor support. by [email protected] · 13 years ago
- c486611 aura: Add RootWindowObserver::OnKeyboardMappingChanged(). by [email protected] · 13 years ago
- d679488 Add async trace log to RootWindow::Draw by [email protected] · 13 years ago
- 6eb1082 Don't remove RootWindowObserver if the root window is being deleted. by [email protected] · 13 years ago
- 8d8953c aura: fast resizes for accelerated pages by [email protected] · 13 years ago
- 5be0af2 Revert 128585 - aura: fast resizes for accelerated pages by [email protected] · 13 years ago
- bf0c514 aura: fast resizes for accelerated pages by [email protected] · 13 years ago
- b635b72 Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-after-free."" by [email protected] · 13 years ago
- 7d733b4 Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-after-free." by [email protected] · 13 years ago
- b9329a6c relanding: disabled workspace_window_resizer test. fixed access-after-free. by [email protected] · 13 years ago
- 8bbbb40d aura: Make RootWindow::DispatchKeyEvent drop unknown keys. by [email protected] · 13 years ago
- a8f677c aura: remove one frame of input latency on mouse moves. by [email protected] · 13 years ago
- 4a7e43e Revert r128330 "* MonitorChangeObserverX11 that listen to Xrandr events and update monitor configurations." by [email protected] · 13 years ago
- 791dc41 * MonitorChangeObserverX11 that listen to Xrandr events and update monitor configurations. by [email protected] · 13 years ago
- 728aad6 Touch Lock is based on proximity to other touches. by [email protected] · 13 years ago
- e050ef14 * MultiMonitorManager creates and manages mutliple monitor instance by [email protected] · 13 years ago
- 193b39d2 Native bounds support to host windows. by [email protected] · 13 years ago
- 09c6943 Gets instant to correctly commit under aura. This was broke for a by [email protected] · 13 years ago
- 1a2145b Recommit r125950, which was reverted by r125958 due to link failures on win_aura bot. by [email protected] · 13 years ago
- 308aaa3 Reland 125850 - Aura: Throttle resize to ability to draw by [email protected] · 13 years ago
- 49c33c2 Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. by [email protected] · 13 years ago
- 277a3bb Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. by [email protected] · 13 years ago
- dbf7a6f Revert 125850 - Aura: Throttle resize to ability to draw by [email protected] · 13 years ago
- 137bd27 Aura: Throttle resize to ability to draw by [email protected] · 13 years ago
- 3ae258d0 Refactor out foreground_help to fix BringBrowserWindowToFront on Windows by [email protected] · 13 years ago
- 58482fa Remove the singleton instance get/delete methods from RootWindow (yay) by [email protected] · 13 years ago
- 6c25bc1 Fix the full screen switching browser window dipping below launcher bar issue. by [email protected] · 13 years ago
- be8857a Revert 124461 - Remove the singleton instance get/delete methods from RootWindow (yay) by [email protected] · 13 years ago