summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* Fixes ordering of includes.sky@chromium.org2010-03-231-1/+1
* Fixes compile error because gfx moved to src.sky@chromium.org2010-03-231-1/+1
* Adds the ability to display text in a textfield when the text issky@chromium.org2010-03-235-17/+162
* 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-223-26/+18
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Add ability to show/hide password in login dialog.chocobo@chromium.org2010-03-197-7/+34
* views: Add accessibility support to the Textfield control.ctguil@chromium.org2010-03-192-2/+47
* Move more files to toplevel gfx.ben@chromium.org2010-03-192-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-175-6/+6
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-1/+2
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-261-4/+4
* Fixes bug in textfield on views/gtk where we weren't properlysky@chromium.org2009-12-041-19/+22
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-042-8/+10
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-032-9/+12
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-201-2/+4
* Fixing a bug where the textfield would paint outside of its boundsjcampan@chromium.org2009-11-131-1/+2
* Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr...jhawkins@chromium.org2009-11-061-2/+4
* AppendText was appending twice due to bad merge happened in the past.oshima@chromium.org2009-10-121-4/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-2/+2
* Partially revert r28629.craig.schlenter@chromium.org2009-10-101-1/+0
* The textfield's text was not updated when text is updated by input.oshima@chromium.org2009-10-091-0/+1
* Convert gdk keycode to match base::KeyboardCode.oshima@chromium.org2009-10-091-1/+5
* * Password style support for gtk's textfield impl.oshima@chromium.org2009-10-091-0/+7
* Backspace should not be processed as an accelerator in textfield, so it reall...jcampan@chromium.org2009-10-081-3/+3
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-073-3/+5
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-071-0/+4
* Gets preferred size of views textfields on gtk to work. Also madesky@chromium.org2009-10-067-19/+66
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-2/+2
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-292-7/+9
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-9/+7
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-7/+9
* 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-257-0/+67
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-251-2/+2
* Home/End were being forwarded to the page from the find box.finnur@chromium.org2009-09-181-2/+3
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-141-1/+2
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-141-2/+1
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-1/+2
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-2/+1
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-102-7/+12
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-094-48/+114
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-2/+3
* Uses POINT instead of CPoint to reduce the dependency in ATL.scherkus@chromium.org2009-09-032-3/+3
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-017-51/+83
* Make the views bookmark bubble work on GTK.brettw@chromium.org2009-08-282-4/+71
* Reafactor Textfield to bring the native widget handling more in line with whatbrettw@chromium.org2009-08-284-20/+48
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-2/+1
* Revert :nsylvain@chromium.org2009-06-221-1/+2
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-2/+1