summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox/native_combobox_win.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move combobox directory to ui/views/controls/.tfarina@chromium.org2011-11-241-215/+0
* 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: Do not convert GetItemAt() to wstring as it already returns string16.tfarina@chromium.org2011-09-201-3/+2
* views: Fix a couple of trivial TODOS.tfarina@chromium.org2011-08-291-2/+0
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-291-1/+1
* Added Unit Testing for pure Views Comboboxsaintlou@chromium.org2011-05-111-0/+3
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-051-0/+14
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-1/+3
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-2/+2
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+3
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-4/+2
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-221-1/+2
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-4/+3
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-021-0/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Lands 176025 from Oshima:sky@chromium.org2009-08-311-1/+1
* Factor out views::Combobox::Model so that it can be used cross-platform.mattm@chromium.org2009-08-181-2/+3
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-301-1/+5
* Add back 'WS_VSCROLL' flag when creating a combobox window. Without it, the d...jshin@chromium.org2009-06-111-1/+5
* Recent refactoring of the combobox had broken focus.jcampan@chromium.org2009-06-031-0/+4
* Make Combobox portableben@chromium.org2009-06-021-0/+184