summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-0610-63/+230
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-056-84/+33
* views: Improve cursor movements on word boundaries.sadrul@chromium.org2011-01-053-12/+69
* views: Fix shifted keyevents in textfield.sadrul@chromium.org2011-01-042-4/+22
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-045-12/+15
* OnKeyPress was not returning true when keypress is handled.oshima@chromium.org2011-01-042-4/+14
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-044-24/+31
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-312-4/+4
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-315-13/+13
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-308-23/+22
* Remove wstring from TableModel.avi@chromium.org2010-12-302-12/+13
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-174-3/+156
* no native implementation of Textfield.oshima@chromium.org2010-12-179-22/+1802
* Forward unhandled KeyEvents to WidgetGtk's HandleKeyboardEvent() in native te...zork@chromium.org2010-12-152-2/+39
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-152-2/+5
* views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-103-9/+9
* Fix static compile with touchui on chromeos.sadrul@chromium.org2010-12-061-0/+2
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-058-6/+281
* Handle shift-selection in GroupTables.atwilson@chromium.org2010-12-033-21/+110
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-244-16/+8
* [cros] Use WideButton for all screens, increase textfield vmargin on login sc...nkostylev@chromium.org2010-11-231-0/+3
* Revert 66982 - [cros] Use WideButton on EULA, Sign In screens.nkostylev@chromium.org2010-11-231-3/+0
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-233-3/+15
* [cros] Use WideButton on EULA, Sign In screens.nkostylev@chromium.org2010-11-221-0/+3
* Convert SizeStringInt from taking a wstring to a string16.tony@chromium.org2010-11-222-3/+6
* Attempt 2 at:sky@chromium.org2010-11-213-18/+18
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-193-18/+18
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-193-18/+18
* More animation cleanup.sky@chromium.org2010-11-181-0/+1
* Add 1px black border for ChromeOS status button.xiyuan@chromium.org2010-11-182-0/+24
* Fix context menus for touchui=1sadrul@chromium.org2010-11-181-1/+1
* Pulls AnimationDelegate out into its own header.sky@chromium.org2010-11-171-1/+1
* Implement new task manager mocks on windows.atwilson@chromium.org2010-11-153-3/+16
* Adding style notion to the TextButton.glotov@google.com2010-11-132-4/+3
* gtk views: NULL-check fixed_ before hidingevan@chromium.org2010-11-121-1/+2
* views: Override gtk-menu-images=0 for menu items with icons.derat@chromium.org2010-11-111-0/+6
* Implements vertical margins setter for textfield.altimofeev@chromium.org2010-11-107-11/+106
* Adds the ability for classes other than native control to processsky@chromium.org2010-11-102-17/+16
* Fix menu click bug.oshima@chromium.org2010-11-101-1/+1
* Do not send many requests to flimflam when network chagned.oshima@chromium.org2010-11-092-2/+25
* Re-insert IP address in Network Menu.stevenjb@chromium.org2010-11-082-5/+7
* Revert 65109 - Adds the ability for classes other than native control to processsky@chromium.org2010-11-042-16/+17
* Adds the ability for classes other than native control to processsky@chromium.org2010-11-042-17/+16
* [ChromeOS] Implement new progress bar mock.xiyuan@chromium.org2010-11-031-24/+150
* Not all text-sizing calls took the insets into account, leading to inconsiste...pkasting@chromium.org2010-11-021-4/+5
* Textfield draws the right part of its parent's background as its background.avayvod@chromium.org2010-11-021-1/+11
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-015-29/+46
* Prevent needless vertical margin change.altimofeev@chromium.org2010-10-301-1/+2
* Adds GtkLabel to GtkButton to allow font changing.altimofeev@chromium.org2010-10-301-6/+16
* Make icon-text spacing configurable.oshima@chromium.org2010-10-292-7/+15