summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/textfield.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move textfield directory to ui/views/controls/.tfarina@chromium.org2011-11-271-453/+0
* views: Move scrollbar and native directories to ui/views/controls/.tfarina@chromium.org2011-11-271-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@chromium.org2011-11-111-1/+1
* Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-1/+1
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-1/+1
* 1. change the setters of gfx::SelectionModel to be private. Set one alone mig...xji@google.com2011-10-121-7/+17
* Fix omnibox state for each tab.xji@google.com2011-09-281-11/+12
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-2/+2
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-1/+1
* Identify the omnibox as a URL field.bryeung@chromium.org2011-09-061-4/+26
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-021-2/+4
* Add gfx::RenderText and support code.msw@chromium.org2011-07-251-10/+4
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-251-4/+10
* Add gfx::RenderText and support code.msw@chromium.org2011-07-251-10/+4
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-291-1/+1
* Remove unused multiline attribute in textfield. Need to be pushed only *after...saintlou@chromium.org2011-06-031-14/+1
* * An edit for SetText needs to be merged with previous edit tooshima@google.com2011-06-031-0/+5
* TextStyles in TextfieldViewsoshima@google.com2011-06-011-0/+16
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-2/+2
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-2/+2
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-2/+12
* Refactor Textfield and AutocompleteEditViewViews.suzhe@google.com2011-03-231-0/+7
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-151-4/+4
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-19/+13
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-101-24/+5
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-5/+11
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-11/+15
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-15/+11
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-18/+11
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-0/+5
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-2/+2
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-2/+1
* Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ...oshima@google.com2011-01-191-1/+39
* 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
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-121-7/+10
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-061-7/+29
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-051-26/+0
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-2/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-3/+3