summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/textfield.h
Commit message (Expand)AuthorAgeFilesLines
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-3/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-5/+5
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-061-0/+5
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-051-46/+4
* no native implementation of Textfield.oshima@chromium.org2010-12-171-5/+9
* Implements vertical margins setter for textfield.altimofeev@chromium.org2010-11-101-0/+19
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-3/+3
* 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
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* A quick fix for Issue 34970.hbono@chromium.org2010-04-191-0/+3
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-2/+0
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-261-0/+1
* Adds the ability to display text in a textfield when the text issky@chromium.org2010-03-231-0/+15
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Fix bug with native text field where if there's a visibility change, the nati...chocobo@chromium.org2010-03-221-4/+4
* Add ability to show/hide password in login dialog.chocobo@chromium.org2010-03-191-1/+2
* views: Add accessibility support to the Textfield control.ctguil@chromium.org2010-03-191-1/+12
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-031-0/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Gets preferred size of views textfields on gtk to work. Also madesky@chromium.org2009-10-061-3/+0
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-251-0/+21
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-251-2/+2
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-091-23/+35
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-7/+9
* Reafactor Textfield to bring the native widget handling more in line with whatbrettw@chromium.org2009-08-281-0/+4
* This CL adds some more FocusManager unit-tests.jcampan@chromium.org2009-06-091-1/+1
* Make Textfield more portable.ben@chromium.org2009-05-281-89/+72
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-0/+250