| 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 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 1 | -3/+2 |
* | Clean up some event code: | msw@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 1 | -33/+33 |
* | Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ... | ben@chromium.org | 2011-02-11 | 1 | -1/+3 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Cross-platform CL to remove app/win/win_util.h&cc and related work. | msw@chromium.org | 2011-02-03 | 1 | -0/+12 |
* | Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ... | oshima@google.com | 2011-01-19 | 1 | -1/+5 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -5/+5 |
* | Remove wstring from views. Part 1: Switch member variables to string16. | avi@chromium.org | 2011-01-10 | 1 | -1/+1 |
* | focus reverse traversal was not working for TextfieldViews. | oshima@chromium.org | 2011-01-06 | 1 | -2/+7 |
* | views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h | tfarina@chromium.org | 2010-12-10 | 1 | -2/+2 |
* | Implements vertical margins setter for textfield. | altimofeev@chromium.org | 2010-11-10 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add accessibility support for Textfields in Windows. | dtseng@chromium.org | 2010-06-16 | 1 | -0/+9 |
* | Unicode bidi mirroring characters are not correctly mirrored in textfield and... | xji@chromium.org | 2010-06-15 | 1 | -2/+27 |
* | A quick fix for Issue 34970. | hbono@chromium.org | 2010-04-19 | 1 | -0/+1 |
* | Add ability to show/hide password in login dialog. | chocobo@chromium.org | 2010-03-19 | 1 | -0/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -5/+6 |
* | Fixing a bug where the textfield would paint outside of its bounds | jcampan@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -0/+1 |
* | Gets preferred size of views textfields on gtk to work. Also made | sky@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Use the system WINDOWTEXT color for labels, instead of black. Also use the s... | pkasting@chromium.org | 2009-09-25 | 1 | -0/+1 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 1 | -1/+2 |
* | Uses POINT instead of CPoint to reduce the dependency in ATL. | scherkus@chromium.org | 2009-09-03 | 1 | -1/+1 |
* | Porting textfield to toolkit_views Gtk. | jcampan@chromium.org | 2009-09-01 | 1 | -3/+3 |
* | Reafactor Textfield to bring the native widget handling more in line with what | brettw@chromium.org | 2009-08-28 | 1 | -0/+3 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 1 | -7/+15 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+2 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 1 | -2/+2 |
* | Stub out textfield on GTK | ben@chromium.org | 2009-05-28 | 1 | -1/+1 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -0/+204 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -0/+0 |