summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 242116 "Use a single ToplevelWindowEventHandler for the a..."pkotwicz@chromium.org2013-12-201-21/+16
* Adds views::corewm::WMState to install common statesky@chromium.org2013-12-2015-20/+114
* Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...pkotwicz@chromium.org2013-12-201-16/+21
* Fix some string16 -> base::string16 that have crept into ui/.dbeam@chromium.org2013-12-203-3/+3
* Add GetMinimumSize() for Labels and ensure it's zero for empty Links.pkasting@chromium.org2013-12-207-131/+180
* Make extensions icons easier to target with gesturestdanderson@chromium.org2013-12-196-69/+102
* This CL makes it so that if a FocusChangeObserver deletes the focused window,...pkotwicz@chromium.org2013-12-192-37/+140
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-192-7/+10
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-1/+1
* Remove ui::InputMethod::GetInputTextDirectionyukawa@chromium.org2013-12-195-28/+0
* Remove views::NativeTextfieldWrapper, start class cleanup.msw@chromium.org2013-12-1910-458/+239
* Make combobox observers able to observe multiple comboboxes.dbeam@chromium.org2013-12-192-2/+3
* wm: public window_types.tfarina@chromium.org2013-12-1914-48/+50
* Gets tooltip tests to work on windows againsky@chromium.org2013-12-193-8/+19
* linux_aura: Use the system font rendering settings.erg@chromium.org2013-12-182-0/+4
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-182-0/+8
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-18159-660/+690
* ui/views: Remove gmock dependency from views_unittests.tfarina@chromium.org2013-12-184-21/+27
* Fixing opacity for browser frame window on ASH/Windows.shrikant@chromium.org2013-12-186-48/+16
* Add komatsu to OWNERSkomatsu@chromium.org2013-12-181-0/+1
* 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-1717-82/+113
* Possible fix for use of Window after deletedsky@chromium.org2013-12-172-7/+107
* Fix documentation for GridLayout.eranm@google.com2013-12-171-1/+3
* Linux Aura: Update the window region when _NET_WM_STATE changes.mgiuca@chromium.org2013-12-171-0/+3
* linux-aura: Fix some dragging behaviour.sadrul@chromium.org2013-12-177-11/+87
* WinAura: don't create tooltip on hidecpu@chromium.org2013-12-171-1/+1
* rAc: open info bubbles only within the dialog using existing logic.dbeam@chromium.org2013-12-165-44/+38
* Invoke cursor-hiding logic on touch for Windowstdanderson@google.com2013-12-162-7/+10
* Call OnCaretBoundsChanged in InputMethodBridge::OnFocuskomatsu@chromium.org2013-12-161-1/+3
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-1632-77/+89
* DesktopNativeCursorManager currently only has tdanderson@chromium.org2013-12-149-30/+175
* Fix the Views UI example.eranm@google.com2013-12-131-0/+2
* Add focus button images for a combobox with a button stylehajimehoshi@chromium.org2013-12-131-11/+22
* Cleanup of CursorClient and NativeCursorDelegate interfacestdanderson@chromium.org2013-12-135-57/+39
* Ensure that composited bubble windows with size less than 64 x 64 don't show ...ananta@chromium.org2013-12-121-1/+4
* Moves transient stacking logic into WindowStackingClientsky@chromium.org2013-12-125-0/+310
* Non-maximizable windows now show the minimize button.mgiuca@chromium.org2013-12-123-27/+23
* Fixes regression from recent border changessky@chromium.org2013-12-122-1/+3
* cleanup: Use const-ref instead of pointers in the gesture recognizer API.sadrul@chromium.org2013-12-111-2/+1
* Add the button style for comboboxhajimehoshi@chromium.org2013-12-1112-68/+736
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-3/+3
* Linux Aura: A window is not considered maximized if it is half-screened.mgiuca@chromium.org2013-12-111-1/+1
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-1118-4/+34
* Add some code to make views_examples_exe more interesting.tfarina@chromium.org2013-12-112-0/+15
* Retain tray bubble's rounded corners when the bubble animates outmichaelpg@chromium.org2013-12-111-11/+18
* Revert 239864 "Add GetMinimumSize() for Labels and ensure it's z..."scottmg@chromium.org2013-12-107-181/+132
* Fix for a browser window incorrectly activating itself when we select a menu ...ananta@chromium.org2013-12-104-2/+44