summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/combobox
Commit message (Expand)AuthorAgeFilesLines
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-1/+1
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-011-1/+1
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-012-12/+15
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-044-4/+4
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-042-3/+3
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-142-2/+2
* Update drop down menu look & feelsaintlou@chromium.org2012-08-141-7/+16
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-142-4/+4
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-098-25/+32
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-115-5/+0
* Handle TAP gesture on views combo box.flackr@chromium.org2012-06-212-0/+12
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-1/+1
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* views: Sort header files.tfarina@chromium.org2012-05-301-1/+1
* Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima...pkotwicz@chromium.org2012-05-242-2/+2
* Do not consume an ET_KEY_RELEASED event in NativeTextfieldViews and NativeCom...yusukes@chromium.org2012-05-151-1/+1
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-151-3/+3
* Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-3/+3
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-3/+3
* views: Mark single-argument constructors as explicit.tfarina@chromium.org2012-05-041-1/+1
* Removing defunct code around PureViews.saintlou@chromium.org2012-04-152-4/+4
* 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