summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-272-2/+2
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-2725-79/+63
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-274-12/+26
* Couple more wrench menu issues. The patch I sent around a couple ofsky@chromium.org2011-05-271-1/+7
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-265-17/+16
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-251-2/+2
* Fix clang build for http://codereview.chromium.org/7067032/.rhashimoto@chromium.org2011-05-253-0/+13
* Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.rhashimoto@chromium.org2011-05-254-1/+524
* Fixes couple of issues with bookmarks in wrench menu:sky@chromium.org2011-05-251-2/+7
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-255-16/+17
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-255-17/+16
* Chromeos: virtual destructors should have virtual keyword (part 3).hans@chromium.org2011-05-252-2/+2
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-252-2/+2
* Fix SkIntToScalar conversion.battre@chromium.org2011-05-251-3/+3
* Make clicks work on views_examples with touchui.sadrul@chromium.org2011-05-242-2/+162
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-232-10/+32
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-237-56/+63
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-212-4/+6
* Move RootView to the internal namespace.ben@chromium.org2011-05-2010-22/+20
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-205-7/+7
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-191-5/+1
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-193-6/+15
* Make NativeButton on touchui focusable. This allows accessibility events to b...sadrul@chromium.org2011-05-191-0/+1
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-191-1/+1
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-1913-44/+44
* Clean up a few things now that specialized window types are subclasses of Win...ben@chromium.org2011-05-182-23/+11
* Add support for checkboxes in menus that contain icons.atwilson@chromium.org2011-05-181-0/+43
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-161-2/+2
* [Views/GTK] also suppress the OnClicked signal when invoked gtk_radio_button_...jochen@chromium.org2011-05-162-17/+23
* Workaround for menu crash.oshima@google.com2011-05-131-3/+5
* Refactor Edit to have one Undo/Redooshima@google.com2011-05-135-289/+283
* This CL increases the menu items size and the spacing between the status icons.saintlou@chromium.org2011-05-131-1/+10
* Add MenuItemView API to add and remove items at a particular index.rhashimoto@chromium.org2011-05-133-41/+90
* Re-land:ben@chromium.org2011-05-1316-60/+49
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1316-49/+60
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-136-6/+36
* Split the hierarchy. ben@chromium.org2011-05-1316-60/+49
* Set minimum width on menu for NativeComboboxViews.rhashimoto@chromium.org2011-05-113-2/+6
* Added Unit Testing for pure Views Comboboxsaintlou@chromium.org2011-05-113-0/+184
* Undo Redo for Textfield Viewsoshima@google.com2011-05-116-60/+1055
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-105-23/+23
* Fix leak of EmptyMenuMenuItem.rhashimoto@chromium.org2011-05-101-0/+2
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-102-11/+0
* Delete Obsolete PaintNow methodoshima@google.com2011-05-091-5/+0
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-093-5/+376
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-092-3/+15
* Remove SetMultiLine() method from CheckboxNt class, since its now properlyrogerta@chromium.org2011-05-062-13/+0
* Add multi-line support to TextButtonBase since this is needed by the derivedrogerta@chromium.org2011-05-062-8/+55
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-6/+12
* wstring: remove wstring version of SplitStringevan@chromium.org2011-05-051-5/+4