| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move textfield directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-27 | 1 | -1168/+0 |
* | views: Move scrollbar and native directories to ui/views/controls/. | tfarina@chromium.org | 2011-11-27 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -3/+3 |
* | Move views/ime/text_input_client.h to ui/base/ime/. | yusukes@chromium.org | 2011-11-11 | 1 | -1/+1 |
* | Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. | yusukes@google.com | 2011-11-11 | 1 | -1/+1 |
* | Move views/ime/text_input_client.h to ui/base/ime/. | yusukes@google.com | 2011-11-11 | 1 | -1/+1 |
* | Update native_textfield_win.cc to parallel previous changes to omnibox_view_w... | pkasting@chromium.org | 2011-10-27 | 1 | -7/+8 |
* | views: Change from wstring to string16 in controls/ directory. | tfarina@chromium.org | 2011-10-21 | 1 | -7/+6 |
* | WriteInto handles length_with_null values of 1 better. | cbentzel@chromium.org | 2011-10-18 | 1 | -2/+4 |
* | 1. change the setters of gfx::SelectionModel to be private. Set one alone mig... | xji@google.com | 2011-10-12 | 1 | -0/+8 |
* | Fix omnibox state for each tab. | xji@google.com | 2011-09-28 | 1 | -2/+2 |
* | Move the mouse wheel utils from views to ui\base\win, to get rid of some view... | jam@chromium.org | 2011-08-26 | 1 | -2/+2 |
* | Add gfx::RenderText and support code. | msw@chromium.org | 2011-07-25 | 1 | -8/+2 |
* | Revert 93840 - Add gfx::RenderText and support code. | msw@chromium.org | 2011-07-25 | 1 | -2/+8 |
* | Add gfx::RenderText and support code. | msw@chromium.org | 2011-07-25 | 1 | -8/+2 |
* | Convert some more view methods to the ui/views style. | ben@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Rename app_strings to ui_strings. | tfarina@chromium.org | 2011-07-07 | 1 | -1/+1 |
* | Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews() | saintlou@chromium.org | 2011-06-29 | 1 | -4/+2 |
* | Remove unused multiline attribute in textfield. Need to be pushed only *after... | saintlou@chromium.org | 2011-06-03 | 1 | -11/+5 |
* | * An edit for SetText needs to be merged with previous edit to | oshima@google.com | 2011-06-03 | 1 | -0/+4 |
* | TextStyles in TextfieldViews | oshima@google.com | 2011-06-01 | 1 | -0/+14 |
* | wstring: remove WideToUpper/WideToLower | evan@chromium.org | 2011-05-10 | 1 | -4/+4 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 1 | -2/+3 |
* | Trigger find in page when pasting even if the text is not changed. | suzhe@google.com | 2011-04-28 | 1 | -2/+4 |
* | Integrate the new input method API for Views into Chromium. | suzhe@google.com | 2011-04-01 | 1 | -4/+4 |
* | Adding a comment to explain a non-obvious fallthrough to another case statement. | finnur@chromium.org | 2011-03-31 | 1 | -0/+1 |
* | In preparation for NativeTheme refactoring, renaming the class NativeTheme | rogerta@chromium.org | 2011-03-30 | 1 | -3/+3 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 1 | -3/+3 |
* | Clean up some event code: | msw@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -3/+5 |
* | views: Moves TextfieldController/TextRange into their own headers. | tfarina@chromium.org | 2011-03-10 | 1 | -3/+5 |
* | Update OnMouseActivate override signatures. | msw@chromium.org | 2011-03-09 | 1 | -1/+2 |
* | Revert 76825 - Refactor Views accessibility. | jcivelli@chromium.org | 2011-03-04 | 1 | -5/+3 |
* | Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-03 | 1 | -3/+5 |
* | views: Factor out from View class some metric functions and constants into it... | tfarina@chromium.org | 2011-02-24 | 1 | -0/+1 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 1 | -5/+2 |
* | Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ... | ben@chromium.org | 2011-02-11 | 1 | -33/+9 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -4/+4 |
* | Rework tree APIs to reflect Google style and more const-correctness.Also, mov... | ben@chromium.org | 2011-02-09 | 1 | -2/+2 |
* | 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 | -3/+33 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ... | oshima@google.com | 2011-01-19 | 1 | -1/+14 |
* | Remove wstring from views. Part 3: Switch accessibility strings to string16. | avi@chromium.org | 2011-01-14 | 1 | -5/+5 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -7/+7 |