| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move button directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -860/+0 |
* | 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 | -2/+2 |
* | Make infobar controls focusable by default. | dmazzoni@chromium.org | 2011-11-02 | 1 | -5/+19 |
* | ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect. | tfarina@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 1 | -6/+4 |
* | views: Change TextButtonBase API to string16. | tfarina@chromium.org | 2011-10-18 | 1 | -6/+5 |
* | Revert 105998 - views: Change TextButtonBase API to string16. | sail@chromium.org | 2011-10-18 | 1 | -5/+6 |
* | views: Change TextButtonBase API to string16. | tfarina@chromium.org | 2011-10-18 | 1 | -6/+5 |
* | Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window. | jamescook@chromium.org | 2011-10-10 | 1 | -2/+18 |
* | Allow CanvasSkia to bind to an existing SkCanvas. | piman@chromium.org | 2011-10-05 | 1 | -8/+8 |
* | Refresh profile avatar when icon changes | sail@chromium.org | 2011-09-29 | 1 | -0/+3 |
* | Make sure the focus border is inset wrt the entire button so | rogerta@chromium.org | 2011-07-25 | 1 | -0/+14 |
* | Set has_border = true for NativeTextButton. | xiyuan@chromium.org | 2011-07-01 | 1 | -0/+6 |
* | Makes NativeTextButton take focus. | motek@chromium.org | 2011-06-30 | 1 | -0/+1 |
* | Move app/resources/* to ui/resources/ directory. | tfarina@chromium.org | 2011-06-29 | 1 | -1/+1 |
* | Corrects setting default text colors on Windows. | motek@chromium.org | 2011-06-28 | 1 | -0/+8 |
* | Fix checkbox in windows uninstaller. | rogerta@chromium.org | 2011-06-27 | 1 | -5/+7 |
* | Updated remaining button to text button. Reverted the interposed | saintlou@chromium.org | 2011-06-23 | 1 | -0/+4 |
* | Changing uses of NativeButton to use NativeTextButton, which does not use a | rogerta@chromium.org | 2011-06-17 | 1 | -4/+72 |
* | Change profile menu button to avatar button | sail@chromium.org | 2011-06-13 | 1 | -15/+12 |
* | Revert 88683 - Change profile menu button to avatar button | sail@chromium.org | 2011-06-10 | 1 | -12/+15 |
* | Change profile menu button to avatar button | sail@chromium.org | 2011-06-10 | 1 | -15/+12 |
* | Cleanup: | pkasting@chromium.org | 2011-06-07 | 1 | -111/+85 |
* | Changing Checkbox class to use NativeTheme class for rendering instead of | rogerta@chromium.org | 2011-06-01 | 1 | -6/+22 |
* | Use the right version of IsEnabled() when updating the color of a TextButton | zork@chromium.org | 2011-06-01 | 1 | -3/+1 |
* | views: Add OnEnabledChanged() method to View class. | tfarina@chromium.org | 2011-05-27 | 1 | -5/+2 |
* | Add multi-line support to TextButtonBase since this is needed by the derived | rogerta@chromium.org | 2011-05-06 | 1 | -8/+43 |
* | My recent refactoring of TextButton broke the case when the string to display | rogerta@chromium.org | 2011-05-03 | 1 | -54/+28 |
* | Implement new gray mock. | davemoore@chromium.org | 2011-05-02 | 1 | -2/+12 |
* | Resubmitting change to fix a build break in the clang builder. A virtual | rogerta@chromium.org | 2011-04-29 | 1 | -137/+368 |
* | Revert 83373 - Resubmitting change to fix a build break in the arm builder. ... | rogerta@chromium.org | 2011-04-28 | 1 | -368/+137 |
* | Resubmitting change to fix a build break in the arm builder. The only change | rogerta@chromium.org | 2011-04-28 | 1 | -137/+368 |
* | Revert 83110 - Add classes for native themed push buttons, radio buttons, and... | rogerta@chromium.org | 2011-04-27 | 1 | -368/+137 |
* | Add classes for native themed push buttons, radio buttons, and checkboxes. | rogerta@chromium.org | 2011-04-27 | 1 | -137/+368 |
* | Rename Paint() to PaintForDrag() in two cases. | thakis@chromium.org | 2011-03-05 | 1 | -4/+4 |
* | Add the ability to have shadowed text to the TextButton, in preparation for t... | mirandac@chromium.org | 2011-03-03 | 1 | -1/+32 |
* | Rename Paint* -> OnPaint* | ben@chromium.org | 2011-02-16 | 1 | -5/+5 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Clean up RTL methods. | ben@chromium.org | 2011-02-08 | 1 | -2/+2 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Remove wstring from views. Part 3: Switch accessibility strings to string16. | avi@chromium.org | 2011-01-14 | 1 | -1/+1 |
* | Revert 71169 - Revert 71167 - Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -3/+3 |
* | Revert 71167 - Remove wstring from gfx. | joi@chromium.org | 2011-01-12 | 1 | -3/+3 |
* | Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -3/+3 |
* | Remove wstring from views. Part 1: Switch member variables to string16. | avi@chromium.org | 2011-01-10 | 1 | -7/+7 |