summaryrefslogtreecommitdiffstats
path: root/ui/platform_window/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple displays with Ozone X11.kylechar2016-03-216-6/+110
* Fix double click on Ozone X11.kylechar2016-02-261-2/+5
* Add cursor support to Ozone X11.kylechar2016-02-225-1/+142
* Add PlatformWindow/Event related code for Ozone X11.kylechar2016-02-098-346/+522
* Fix "gn check" for ozone build.brettw2016-01-051-0/+4
* Switch to standard integer types in ui/.avi2015-12-241-0/+3
* mash: Title the window so it has a name in the taskbar.erg2015-12-082-2/+27
* mus: Let clients set the cursor of their window.erg2015-12-041-1/+3
* X11: Set bit gravity to NorthWestGravitypiman2015-11-171-1/+2
* Wire title changes from WebFrameClient all the way through to PlatformWindowben2015-09-032-0/+3
* view-manager: Fix some issues regarding running tests in x11.sadrul2015-09-021-3/+3
* view-manager: Allow closing down a view-tree.sadrul2015-09-011-0/+1
* Mandoline: Support text input on Android part 1 of 2.penghuang2015-07-272-0/+5
* mojo: Fix running view-manager related apptests on X11.sadrul2015-07-214-1/+26
* Plumbs through device scale factor when widget is availablesky2015-06-181-1/+2
* Don't destroy the window in PlatformWindow's destructor.jam2015-05-181-3/+6
* [Ozone] Constrain the cursor when overscan insets are setpkotwicz2015-01-272-0/+4
* replace COMPILE_ASSERT with static_assert in ui/mostynb2015-01-141-1/+2
* gn format //uiscottmg2014-12-031-3/+1
* 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
* 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-091-15/+15
* platform_window: Add SetCursor & MoveCursorTospang@chromium.org2014-07-312-0/+6
* GN: Add GN rules for mojo_shell targetjamesr@chromium.org2014-07-292-0/+29
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-251-2/+2
* 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-155-0/+431