summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* Correct the operation of the --high-dpi-support=1 flag under win/ash.girard@chromium.org2013-12-241-5/+15
* aura: Fix a flaky test caused by synthesized mouse-move events.sadrul@chromium.org2013-12-231-0/+4
* Use root window's coordinates when updating cursor in Auratdanderson@chromium.org2013-12-202-0/+7
* Adds views::corewm::WMState to install common statesky@chromium.org2013-12-202-5/+9
* Revert 242026 "Get Windows 8 ASH to work again. "kinuko@chromium.org2013-12-201-1/+1
* Get Windows 8 ASH to work again. ananta@chromium.org2013-12-201-1/+1
* Populate GestureScrollBegin hint properties in Aurarbyers@chromium.org2013-12-191-0/+15
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-1915-213/+237
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-192-2/+2
* Fixes mouse events in metrosky@chromium.org2013-12-192-18/+13
* Fix header guard and remove AURA_EXPORTsky@chromium.org2013-12-192-4/+4
* wm: public window_types.tfarina@chromium.org2013-12-198-53/+13
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+6
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-182-5/+5
* aura: Early out when there is no held event to dispatch.sadrul@chromium.org2013-12-181-0/+3
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-176-30/+42
* aura: We don't need to call ui::RegisterPathProvider().tfarina@chromium.org2013-12-173-17/+3
* aura: Post non-nestable tasks for dispatching held/repostable events.sadrul@chromium.org2013-12-162-3/+81
* Remove uses of WebGraphicsContext3D from ui/compositorjamesr@chromium.org2013-12-142-36/+29
* Show the download cancellation confirmation on relaunch to desktop.zturner@chromium.org2013-12-132-27/+5
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-135-51/+108
* Ash: Tell the browser process of the visibility of IME's popup UIyukawa@chromium.org2013-12-132-0/+11
* Cleanup of CursorClient and NativeCursorDelegate interfacestdanderson@chromium.org2013-12-133-0/+24
* Moves transient stacking logic into WindowStackingClientsky@chromium.org2013-12-126-220/+104
* Gets the various Window::StackChild functions to work with WINDOW_LAYER_NONE....sky@chromium.org2013-12-123-18/+484
* Cleanup Window::UpdateLayerName to use IntToStringsky@chromium.org2013-12-121-6/+5
* cleanup: Use const-ref instead of pointers in the gesture recognizer API.sadrul@chromium.org2013-12-112-6/+6
* Get rid of TestAuraInitializer.tfarina@chromium.org2013-12-113-56/+0
* Ash: tell the browser process of the LANGID of the active input sourceyukawa@chromium.org2013-12-112-0/+12
* Gets Window::ConvertPointToTarget() work with layerless windows.sky@chromium.org2013-12-102-0/+92
* Do nothing if |host_| is NULL in Disconnected()yukawa@chromium.org2013-12-101-0/+2
* Makes Window::GetTargetBounds() work with mixed layerless windowssky@chromium.org2013-12-082-9/+30
* Get rid of includes to ui_export.h outside of ui/base/.tfarina@chromium.org2013-12-081-1/+1
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-0611-45/+246
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-064-5/+15
* Revert 239232 "Make sure WindowObservers are removed from window..."oshima@chromium.org2013-12-064-15/+5
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-064-5/+15
* In Metro, send WM_SYSxxx variants when Alt pressed and faking messagesscottmg@chromium.org2013-12-061-2/+8
* Ensure that the Chrome downloads folder option in Chrome ASH on Windows switc...ananta@chromium.org2013-12-052-2/+12
* x11: Select for touch-events on the X root window only on chromeos.sadrul@chromium.org2013-12-051-17/+19
* Enable basic IME functionality under Ash on Windowsyukawa@chromium.org2013-12-052-1/+109
* Reuse ui_test_pak target for aura's TestAuraInitializer.tfarina@chromium.org2013-12-042-35/+2
* Update Ash Display when resizing Metro windowscottmg@chromium.org2013-12-042-7/+7
* Wires up painting of layerless childrensky@chromium.org2013-12-033-4/+132
* Initial cut at layerless windows.sky@chromium.org2013-12-035-44/+434
* Fix autofill popup sizejbauman@chromium.org2013-12-033-4/+8
* x11: Cleanup how valuators are set for X events in tests.sadrul@chromium.org2013-12-031-2/+2
* events: Introduce EventTargeter.sadrul@chromium.org2013-12-024-2/+39
* "Ending" gesture events don't retarget on capture (WIP)tdresser@chromium.org2013-11-282-1/+39
* Clean up RootWindowHostX11 a bit.dongseong.hwang@intel.com2013-11-272-39/+2