summaryrefslogtreecommitdiffstats
path: root/ui/platform_window
Commit message (Expand)AuthorAgeFilesLines
* gn format //uiscottmg2014-12-032-4/+2
* Move all event related devices from ui/events/ to ui/events/devices/dnicoara2014-11-041-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-16/+16
* Send the proper event time when dispatching mouse event on windows aura.lfg2014-10-221-1/+1
* Revert of Revert of ui::PlatformWindowDelegate::OnClosed() isn't called when ...brettw2014-10-091-0/+1
* Revert of ui::PlatformWindowDelegate::OnClosed() isn't called when a ui::X11W...jwd2014-10-091-1/+0
* ui::PlatformWindowDelegate::OnClosed() isn't called when a ui::X11Window is c...hansmuller2014-10-091-0/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-092-28/+28
* Fix most of the "gn check" errors in ui/*Brett Wilson2014-08-281-0/+6
* platform_window: Add SetCursor & MoveCursorTospang@chromium.org2014-07-316-0/+17
* GN: Add GN rules for mojo_shell targetjamesr@chromium.org2014-07-294-0/+43
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-252-3/+3
* aura: Use PlatformWindow from WindowTreeHostWin.sadrul@chromium.org2014-07-233-0/+24
* Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin."markusheintz@chromium.org2014-07-233-24/+0
* aura: Use PlatformWindow from WindowTreeHostWin.sadrul@chromium.org2014-07-233-0/+24
* win32: Add a PlatformWindow implementation for Windows.sadrul@chromium.org2014-07-227-4/+305
* x11: Listen for and process XInput2 events.sadrul@chromium.org2014-07-182-0/+58
* x11: Do not listen for XI2 mouse events for X11Window.sadrul@chromium.org2014-07-161-3/+0
* ui/platform_window: Introduce PlatformWindow for windowing primitives.sadrul@chromium.org2014-07-1510-0/+581