summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/combobox
Commit message (Expand)AuthorAgeFilesLines
* views: Add coverage of other keys on the keyboard to the combobox unittest.tfarina@chromium.org2012-04-023-9/+13
* views: Rename ComboboxListener::ItemChanged to something more accurate.tfarina@chromium.org2012-03-304-12/+8
* views: Rename Combobox "selected getter/setter" accessors to something more a...tfarina@chromium.org2012-03-288-86/+84
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-271-5/+6
* Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...alokp@chromium.org2012-03-261-6/+5
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-261-5/+6
* views: Refactor the way we get the combo box font.tfarina@chromium.org2012-03-265-22/+27
* ui/base/models: Add protected virtual destructor to ComboboxModel.tfarina@chromium.org2012-03-221-4/+4
* Removing deprecated GTK-Views code.saintlou@chromium.org2012-03-192-283/+0
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+0
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-061-2/+3
* Fixes combobox regression on windows. The problem with the recentsky@chromium.org2012-02-284-15/+9
* Revert 122849 - Update state on creating NativeComboboxWrapper.sky@chromium.org2012-02-234-5/+14
* Update state on creating NativeComboboxWrapper.mnissler@chromium.org2012-02-214-14/+5
* views: Make sure the native-wrapper for the combobox inherits the enabled-nes...sadrul@chromium.org2012-01-192-2/+27
* Fixed Right-to-Left layout of the comboxbox.saintlou@chromium.org2012-01-142-1/+12
* Create a new menu type centered vertically over the bounds.saintlou@chromium.org2012-01-091-1/+7
* Use the correct disclosure arrow for views::ComboBox and correct positioning ...saintlou@chromium.org2012-01-062-65/+30
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-123-3/+3
* Fix loss of mouse events when an Aura combobox is open in a modal dialog.benrg@chromium.org2011-12-121-1/+1
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-013-4/+4
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-302-2/+2
* views: Move the remaining files to ui/views/controls/.tfarina@chromium.org2011-11-293-3/+3
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-282-3/+3
* views: Move scrollbar and native directories to ui/views/controls/.tfarina@chromium.org2011-11-271-1/+1
* views: Move combobox directory to ui/views/controls/.tfarina@chromium.org2011-11-2411-0/+1565