summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* Remove aura_benchenne2016-03-254-462/+0
* Stop chrome from initializing ozone inside mash.kylechar2016-03-231-2/+13
* Adding support for global FocusChangeObservers in TestFocusClientmfomitchev2016-03-222-0/+9
* Remove ui/metro_viewerscottmg2016-03-182-2/+0
* Adds widget_unittest.cc to views_mus_unittestssky2016-03-141-2/+3
* Use convenience methods for casting to Mouse/Wheel/Scroll/Touch/Key events.moshayedi2016-03-022-20/+12
* Fix shelf crash on windowssky2016-02-271-2/+11
* Fix basic ash shelf layout in mash shellmsw2016-02-261-0/+2
* mus/ozone: Avoid mus-apps from crashing when built with ozone.sadrul2016-02-121-1/+3
* ui: Add ability to set PointerDetails on TouchEventrobert.bradford2016-02-121-28/+27
* Add PlatformWindow/Event related code for Ozone X11.kylechar2016-02-091-0/+1
* Redefined the bit WebTouchEvent.causesScrollingIfUncanceled.mustaq2016-02-081-1/+1
* ash: Unify various implementations of AshWindowTreeHost.sadrul2016-02-052-7/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* ash/wm: Remove dead code.sadrul2016-01-302-4/+0
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-7/+0
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-278-30/+28
* Remove unused TouchEventCalibrate class.kylechar2016-01-263-118/+0
* Reland of move remote tree host and some related input and metro_driver code ...samli2016-01-204-723/+0
* Revert of Remove remote tree host and some related input and metro_driver cod...samli2016-01-204-0/+723
* Remove remote tree host and some related input and metro_driver codescottmg2016-01-194-723/+0
* Don't send touch events to windows like menus when the touch occurs outside t...ananta2016-01-143-29/+43
* Converted old aura sync points to use new sync tokens.dyen2016-01-121-2/+5
* Clean up event flags a bit:pkasting2016-01-083-11/+5
* Clean up header files.avi2015-12-261-0/+2
* Switch to standard integer types in ui/aura/.avi2015-12-2445-153/+207
* Add a GestureConsumer callback to dispatching gesture eventsdtapuska2015-12-223-18/+98
* Convert Pass()→std::move() in ui/dcheng2015-12-188-14/+26
* Correctly handle system metrics with e.g. --force-device-scale-factor.pkasting2015-12-171-1/+1
* Routes close requests from WM to clientsky2015-12-111-1/+1
* Revert of Routes close requests from WM to client (patchset #4 id:50001 of ht...tzik2015-12-111-1/+1
* Routes close requests from WM to clientsky2015-12-111-1/+1
* Make EventGenerator to support input method.azurewei2015-12-092-1/+12
* Add most of //ui/ to "gn check"brettw2015-12-081-1/+2
* Use WindowTracker when resizing root window as it may delete other window in ...oshima2015-12-033-14/+34
* Refactor ink drop animations to allow adding them to any Viewvarkha2015-11-271-2/+2
* Implements shadows in the wmsky2015-11-262-4/+32
* mustash: Enable connections to mus from the Chrome renderer [take 2]fsamuel2015-11-263-0/+47
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* Fixes crash when clicking while touching shelf in overview modevarkha2015-11-201-0/+1
* X11: Set bit gravity to NorthWestGravitypiman2015-11-171-1/+2
* aura: Create compositor in WindowTreeHostPlaftorm constructorsievers2015-11-171-2/+3
* Fix inability to reacquire capture on Chrome OSspang2015-11-172-13/+4
* Ignore update cursor messages from blink when the cursor position lies outsid...ananta2015-11-171-0/+2
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+1
* Removes SetShowState from WindowManagersky2015-11-162-1/+8
* views/mus: Allow talking back to NativeWidgetMus from WindowTreeHostMus.Sadrul Habib Chowdhury2015-11-101-1/+1
* Check if dispatcher is destroyed during PreDispatchmohsen2015-11-063-36/+107