summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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-1350-715/+720
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1350-720/+715
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-136-6/+36
* Split the hierarchy. ben@chromium.org2011-05-1350-715/+720
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-134-20/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-134-9/+20
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-124-17/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-124-9/+17
* Set minimum width on menu for NativeComboboxViews.rhashimoto@chromium.org2011-05-113-2/+6
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Added Unit Testing for pure Views Comboboxsaintlou@chromium.org2011-05-114-0/+185
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-112-14/+19
* Reverting the unintentional change.oshima@google.com2011-05-111-4/+0
* Undo Redo for Textfield Viewsoshima@google.com2011-05-119-60/+1065
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-105-23/+23
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-102-19/+14
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-102-14/+19
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-1010-34/+255
* Fix leak of EmptyMenuMenuItem.rhashimoto@chromium.org2011-05-101-0/+2
* event: Create a mouse event out of a touch event.sadrul@chromium.org2011-05-103-37/+64
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-107-19/+15
* Add a status-type for a mouse-event triggered by a touch event.sadrul@chromium.org2011-05-092-4/+10
* Delete Obsolete PaintNow methodoshima@google.com2011-05-093-18/+0
* Trigger update for all GdkWindow's marked for repainting.sadrul@chromium.org2011-05-091-1/+1
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-095-7/+380
* 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
* Reverse arrow direction so graphViz draws root node at top.wjmaclean@chromium.org2011-05-061-2/+2
* Add multi-line support to TextButtonBase since this is needed by the derivedrogerta@chromium.org2011-05-063-15/+73
* views: Remove using-directive of "views" to not make all names from the names...tfarina@chromium.org2011-05-061-2/+5
* Add method to print view tree in graphViz format.wjmaclean@chromium.org2011-05-062-0/+67
* 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
* Modifies the event handler for WM_APPCOMMAND events to return TRUE if the eve...mma.public@gmail.com2011-05-031-3/+2
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-035-11/+32
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-0314-100/+79
* 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-037-172/+137
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-032-3/+3
* A workaround for textfield crash in views_examples.oshima@google.com2011-05-031-4/+6
* Add back constructors that was removed erroneously in r83795.sadrul@chromium.org2011-05-032-0/+25
* Get the correct touch identifiers from an X event.sadrul@chromium.org2011-05-024-27/+99
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-025-82/+12
* Implement new gray mock.davemoore@chromium.org2011-05-025-11/+29