| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate the new input method API for Views into Chromium. | suzhe@google.com | 2011-04-01 | 1 | -0/+1 |
* | Refactor Textfield and AutocompleteEditViewViews. | suzhe@google.com | 2011-03-23 | 1 | -0/+3 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 1 | -3/+6 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -7/+7 |
* | views: Moves TextfieldController/TextRange into their own headers. | tfarina@chromium.org | 2011-03-10 | 1 | -76/+12 |
* | Send accessibility events from GTK implementations of views. | dmazzoni@chromium.org | 2011-03-05 | 1 | -0/+4 |
* | Revert 76825 - Refactor Views accessibility. | jcivelli@chromium.org | 2011-03-04 | 1 | -7/+3 |
* | Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-03 | 1 | -3/+7 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 1 | -18/+15 |
* | Rename ProcessPaint to Paint() | ben@chromium.org | 2011-02-16 | 1 | -0/+1 |
* | Rename Paint* -> OnPaint* | ben@chromium.org | 2011-02-16 | 1 | -1/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -2/+2 |
* | Fix range comparison. Get space to accept keyword work. | oshima@google.com | 2011-01-21 | 1 | -3/+3 |
* | Make uneditable when readonly. | oshima@google.com | 2011-01-20 | 1 | -3/+5 |
* | Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ... | oshima@google.com | 2011-01-19 | 1 | -2/+62 |
* | Remove wstring from views. Part 3: Switch accessibility strings to string16. | avi@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -5/+5 |
* | focus reverse traversal was not working for TextfieldViews. | oshima@chromium.org | 2011-01-06 | 1 | -0/+5 |
* | Replace Textfield::Keystroke with views::KeyEvent. | oshima@chromium.org | 2011-01-05 | 1 | -46/+4 |
* | no native implementation of Textfield. | oshima@chromium.org | 2010-12-17 | 1 | -5/+9 |
* | Implements vertical margins setter for textfield. | altimofeev@chromium.org | 2010-11-10 | 1 | -0/+19 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 1 | -3/+3 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -2/+2 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -2/+2 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -2/+2 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -2/+2 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | A quick fix for Issue 34970. | hbono@chromium.org | 2010-04-19 | 1 | -0/+3 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 1 | -2/+0 |
* | views: [accessibility] Add support for Accessibility Value. | ctguil@chromium.org | 2010-03-26 | 1 | -0/+1 |
* | Adds the ability to display text in a textfield when the text is | sky@chromium.org | 2010-03-23 | 1 | -0/+15 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Fix bug with native text field where if there's a visibility change, the nati... | chocobo@chromium.org | 2010-03-22 | 1 | -4/+4 |
* | Add ability to show/hide password in login dialog. | chocobo@chromium.org | 2010-03-19 | 1 | -1/+2 |
* | views: Add accessibility support to the Textfield control. | ctguil@chromium.org | 2010-03-19 | 1 | -1/+12 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Makes views not draw focus for native controls on Gtk. As Gtk renders | sky@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Gets preferred size of views textfields on gtk to work. Also made | sky@chromium.org | 2009-10-06 | 1 | -3/+0 |
* | Use the system WINDOWTEXT color for labels, instead of black. Also use the s... | pkasting@chromium.org | 2009-09-25 | 1 | -0/+21 |
* | Clean up a few bits of files that I'm about to modify. The only visible chan... | pkasting@chromium.org | 2009-09-25 | 1 | -2/+2 |
* | First cut at implementation of FindBar for views / gtk | davemoore@chromium.org | 2009-09-09 | 1 | -23/+35 |
* | Porting textfield to toolkit_views Gtk. | jcampan@chromium.org | 2009-09-01 | 1 | -7/+9 |
* | Reafactor Textfield to bring the native widget handling more in line with what | brettw@chromium.org | 2009-08-28 | 1 | -0/+4 |
* | This CL adds some more FocusManager unit-tests. | jcampan@chromium.org | 2009-06-09 | 1 | -1/+1 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -89/+72 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -0/+250 |