summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield
Commit message (Expand)AuthorAgeFilesLines
* Re-lands 58186:bryeung@chromium.org2010-09-033-16/+16
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-023-16/+16
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-023-16/+16
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-013-16/+16
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-013-16/+16
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+5
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-135-6/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-266-0/+6
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-151-0/+3
* Default to GTK_WRAP_WORD_CHAR for multiline textfield on Gtk.xiyuan@chromium.org2010-06-241-0/+3
* Canvas refactoring part 2.ben@chromium.org2010-06-232-4/+4
* Add accessibility support for Textfields in Windows.dtseng@chromium.org2010-06-162-0/+84
* Unicode bidi mirroring characters are not correctly mirrored in textfield and...xji@chromium.org2010-06-152-12/+74
* Same issue as in omnibox, keyboard layout change inside DefWindowProc() inxji@chromium.org2010-06-101-2/+23
* Cleanup of about boxseanparent@google.com2010-06-091-1/+6
* Add multiline support to views::TextField.xiyuan@chromium.org2010-05-224-41/+307
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-071-1/+8
* 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-197-4/+34
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-091-7/+6
* Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ...chocobo@chromium.org2010-04-081-1/+0
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-032-18/+0
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-262-0/+14
* 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