summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox/combobox.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move combobox directory to ui/views/controls/.tfarina@chromium.org2011-11-241-143/+0
* views: Factor out Listener from Combobox into its own header file.tfarina@chromium.org2011-11-221-0/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* views: Add comment to Combobox's native wrapper about its lifetime.tfarina@chromium.org2011-09-211-2/+3
* views: Fix a couple of trivial TODOS.tfarina@chromium.org2011-08-291-4/+1
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-1/+1
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-2/+2
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-051-7/+20
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-7/+16
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-0/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-9/+6
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-6/+9
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-3/+3
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-2/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-2/+2
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-10/+4
* Re-lands 58186:bryeung@chromium.org2010-09-031-2/+2
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-2/+2
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-2/+2
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-2/+2
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-2/+2
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-221-1/+2
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-151-0/+1
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-15/+1
* views: [accessibility] Add support for GetAccessibleValue in the combobox con...ctguil@chromium.org2010-03-301-0/+7
* Reapply r41640.ajwong@chromium.org2010-03-161-0/+21
* Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...ajwong@chromium.org2010-03-161-21/+0
* Landing tfarina CL. ctguil@chromium.org2010-03-151-0/+21
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-021-2/+0
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-031-0/+6
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+2
* Factor out views::Combobox::Model so that it can be used cross-platform.mattm@chromium.org2009-08-181-2/+3
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-031-7/+5
* Recent refactoring of the combobox had broken focus.jcampan@chromium.org2009-06-031-0/+1
* Gets ComboBox to compile on linux.sky@chromium.org2009-06-021-0/+1
* Make Combobox portableben@chromium.org2009-06-021-0/+104