summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* added right click check.shinyak@google.com2011-06-151-2/+2
* Convert the native separator to a regular view. Also, lighten it a bit in color.finnur@chromium.org2011-06-152-91/+14
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-1311-11/+53
* Eliminate Window completely.ben@chromium.org2011-06-138-27/+24
* Change profile menu button to avatar buttonsail@chromium.org2011-06-132-15/+15
* Add OVERRIDE to ui::TreeModelObserver overridden methods.tfarina@chromium.org2011-06-132-8/+10
* views: Use DCHECK_EQ where possible.tfarina@chromium.org2011-06-111-1/+2
* Revert 88683 - Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Change profile menu button to avatar buttonsail@chromium.org2011-06-102-15/+15
* Draw a NativeTextfieldViews drop location cursor.msw@chromium.org2011-06-105-56/+54
* Disable animation for buttons on hover (r88176 and r88149).sadrul@chromium.org2011-06-091-0/+1
* views: Make MenuDelegate constructor virtual.thakis@chromium.org2011-06-082-0/+4
* Fix bustageben@chromium.org2011-06-081-1/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-2/+2
* Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.rhashimoto@chromium.org2011-06-083-25/+39
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-082-2/+2
* Reverse menu anchor position provided to views::MenuItemView for RTL languages.rhashimoto@chromium.org2011-06-072-3/+12
* Fix selection boundsoshima@google.com2011-06-071-1/+2
* Fix touch compile after some button cleanup (r88149).sadrul@chromium.org2011-06-071-1/+1
* Cleanup:pkasting@chromium.org2011-06-072-126/+111
* keyboard: Fix visibility.sadrul@chromium.org2011-06-061-2/+5
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-062-18/+12
* Add some missing view class name to better debug view miletus@chromium.org2011-06-032-0/+12
* Remove unused multiline attribute in textfield. Need to be pushed only *after...saintlou@chromium.org2011-06-036-181/+38
* * An edit for SetText needs to be merged with previous edit tooshima@google.com2011-06-0313-64/+334
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-035-28/+28
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-022-0/+12
* views: Make |focusable_| a private data member instead of a protected one.tfarina@chromium.org2011-06-022-2/+2
* TextStyles in TextfieldViewsoshima@google.com2011-06-0114-211/+743
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-0110-19/+19
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-0110-38/+97
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-0111-95/+118
* Use the right version of IsEnabled() when updating the color of a TextButtonzork@chromium.org2011-06-011-3/+1
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-272-2/+2
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-2725-79/+63
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-274-12/+26
* Couple more wrench menu issues. The patch I sent around a couple ofsky@chromium.org2011-05-271-1/+7
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-265-17/+16
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-251-2/+2
* Fix clang build for http://codereview.chromium.org/7067032/.rhashimoto@chromium.org2011-05-253-0/+13
* Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.rhashimoto@chromium.org2011-05-254-1/+524
* Fixes couple of issues with bookmarks in wrench menu:sky@chromium.org2011-05-251-2/+7
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-255-16/+17
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-255-17/+16
* Chromeos: virtual destructors should have virtual keyword (part 3).hans@chromium.org2011-05-252-2/+2
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-252-2/+2
* Fix SkIntToScalar conversion.battre@chromium.org2011-05-251-3/+3
* Make clicks work on views_examples with touchui.sadrul@chromium.org2011-05-242-2/+162
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-232-10/+32
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-237-56/+63