summaryrefslogtreecommitdiffstats
path: root/ui/views/corewm
Commit message (Expand)AuthorAgeFilesLines
* Tooltip controller: set tooltip_window_ to NULL in OnCancelMode.hshi@chromium.org2014-02-073-10/+40
* Add check to HidingWindowAnimationObserver to determine if a child window of ...pkotwicz@chromium.org2014-02-061-11/+61
* Don't animate child windows if animations are disabled in Windows.ananta@chromium.org2014-02-041-2/+3
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-313-16/+17
* Refactors ui::internal::InputMethodDelegate.yukishiino@chromium.org2014-01-302-20/+7
* Creating multi profile animations for switching users and teleporting of wind...skuhne@chromium.org2014-01-282-5/+15
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-241-3/+2
* Don't attempt to set the cursor to a NULL cursor which in turn gets replaced ...ananta@chromium.org2014-01-221-5/+10
* Revert https://codereview.chromium.org/105673008/ because the CL was causing ...pkotwicz@chromium.org2014-01-202-71/+24
* events/views: Add a null-check on Window::delegate() before accessing it.sadrul@chromium.org2014-01-191-1/+1
* Tweaks to get views compiling with mojosky@chromium.org2014-01-161-2/+2
* This CLpkotwicz@chromium.org2014-01-162-24/+71
* Fixes ui/views/corewm/DEPSsky@chromium.org2014-01-151-4/+86
* Revert patch to invoke cursor-hiding logic on touch for Windowstdanderson@google.com2014-01-152-12/+10
* Use a bitfield to store animatable properties.vollick@chromium.org2014-01-141-5/+2
* views (test): Make sure the CompoundEventFilter is removed from Env before it...sadrul@chromium.org2014-01-131-1/+2
* chromeos: Do not hide the cursor if a mouse device is used to generate touch ...sadrul@chromium.org2014-01-131-4/+19
* Revert of https://codereview.chromium.org/132903003/msw@chromium.org2014-01-121-19/+2
* Fix setting visibility on animated windows.vollick@chromium.org2014-01-121-2/+19
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-102-1/+2
* Moves transient window observer methods out of WindowObserversky@chromium.org2014-01-104-4/+103
* Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."noamsml@google.com2014-01-101-1/+1
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-091-1/+1
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-082-11/+11
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-084-16/+16
* Strips leading and trailing whitespace from tooltipsky@chromium.org2014-01-072-1/+88
* Moves management of transients out of Windowsky@chromium.org2014-01-0717-40/+1095
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-0/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-252-0/+4
* Clean-up: Remove an obsolete gfx::ElideText (Font version).yukishiino@chromium.org2013-12-253-43/+52
* Attempt to fix build after r242330.thakis@chromium.org2013-12-221-2/+3
* Fix memory leak in TransientWindowStackingClientTest caused by r242126.thakis@chromium.org2013-12-221-0/+1
* Adds views::corewm::WMState to install common statesky@chromium.org2013-12-207-2/+72
* This CL makes it so that if a FocusChangeObserver deletes the focused window,...pkotwicz@chromium.org2013-12-192-37/+140
* wm: public window_types.tfarina@chromium.org2013-12-196-29/+30
* Gets tooltip tests to work on windows againsky@chromium.org2013-12-191-2/+4
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-188-52/+55
* Makes tooltip reshow in the following circumstancessky@chromium.org2013-12-182-0/+50
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-172-7/+7
* Possible fix for use of Window after deletedsky@chromium.org2013-12-172-7/+107
* WinAura: don't create tooltip on hidecpu@chromium.org2013-12-171-1/+1
* Invoke cursor-hiding logic on touch for Windowstdanderson@google.com2013-12-162-7/+10
* Cleanup of CursorClient and NativeCursorDelegate interfacestdanderson@chromium.org2013-12-134-53/+35
* Moves transient stacking logic into WindowStackingClientsky@chromium.org2013-12-123-0/+302
* cleanup: Use const-ref instead of pointers in the gesture recognizer API.sadrul@chromium.org2013-12-111-2/+1
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-111-0/+2
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+0
* Revert 239232 "Make sure WindowObservers are removed from window..."oshima@chromium.org2013-12-061-0/+1
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-061-1/+0
* Revert 236417 "Makes FocusdController honor focus change if no p..."sky@chromium.org2013-11-232-63/+1