summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Key event forwarding and handlking (not yet tested for GTK or Windows)saintlou@chromium.org2011-05-059-49/+175
* Removing Menu2 (size is not settable, waiting on another CL)saintlou@chromium.org2011-05-052-59/+56
* Remove crrev.com/82385 debug code added for crbug.com/78792.msw@chromium.org2011-05-044-32/+2
* Revert to non-static members for click tracking.msw@chromium.org2011-05-043-16/+25
* Refactor NativeTextfieldViews mouse handlers.msw@chromium.org2011-05-034-94/+63
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-032-10/+4
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-038-74/+58
* My recent refactoring of TextButton broke the case when the string to displayrogerta@chromium.org2011-05-032-54/+32
* Factored code drawing the focusable border used in some Views controlssaintlou@chromium.org2011-05-036-172/+135
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-031-1/+1
* A workaround for textfield crash in views_examples.oshima@google.com2011-05-031-4/+6
* Implement new gray mock.davemoore@chromium.org2011-05-022-2/+18
* When GetIcon returns false on Windows, we should not use the icon it outputs....finnur@chromium.org2011-05-021-3/+4