summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/textfield.cc
Commit message (Expand)AuthorAgeFilesLines
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-031-9/+11
* Convert gdk keycode to match base::KeyboardCode.oshima@chromium.org2009-10-091-1/+5
* Backspace should not be processed as an accelerator in textfield, so it reall...jcampan@chromium.org2009-10-081-3/+3
* Gets preferred size of views textfields on gtk to work. Also madesky@chromium.org2009-10-061-15/+2
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-4/+5
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-5/+4
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-4/+5
* fix Linux views build.pkasting@chromium.org2009-09-251-2/+2
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-251-0/+19
* Home/End were being forwarded to the page from the find box.finnur@chromium.org2009-09-181-2/+3
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-091-22/+33
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-3/+17
* Reafactor Textfield to bring the native widget handling more in line with whatbrettw@chromium.org2009-08-281-15/+34
* Lands http://codereview.chromium.org/131064 for tedoc2000.sky@chromium.org2009-06-181-0/+4
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-291-0/+2
* Get textfield to compile on linux.sky@chromium.org2009-05-291-0/+10
* IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ...pkasting@chromium.org2009-05-281-4/+5
* Make Textfield more portable.ben@chromium.org2009-05-281-1099/+142
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-0/+1206