summaryrefslogtreecommitdiffstats
path: root/views/examples
Commit message (Expand)AuthorAgeFilesLines
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-1/+1
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-051-9/+29
* Reverting two files that has been included in revert by mistake.oshima@chromium.org2010-05-041-8/+1
* Revert "Add transparency to TYPE_CHILD WidgetGtk."oshima@chromium.org2010-05-042-30/+17
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-041-9/+29
* Add more variations to Widget example.oshima@chromium.org2010-04-132-55/+180
* Add options for controlling horizontal and vertical lines in TableView2.satorux@chromium.org2010-04-051-1/+6
* Adds the ability to display text in a textfield when the text issky@chromium.org2010-03-231-0/+1
* Implement selection of rows on mouse clicks in TableView2 for GTK.satorux@chromium.org2010-03-171-1/+2
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-112-1/+2
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-1/+2
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-021-1/+1
* SingleSplitView exampleoshima@chromium.org2010-01-252-0/+88
* submenu exampleoshima@chromium.org2010-01-201-1/+6
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-1/+1
* Add views/examples/menu_example.hsatorux@chromium.org2009-12-162-1/+207
* Fix a hidden dependency from view_examples to chrome on Linux.satorux@chromium.org2009-12-121-2/+0
* Add views/examples/slider_example.hsatorux@chromium.org2009-12-102-2/+63
* Compute where to place a popup widget in WidgetExample.satorux@chromium.org2009-12-091-1/+12
* Revert 34142 - Add views/examples/slider_example.hjrg@chromium.org2009-12-092-57/+1
* Add views/examples/slider_example.hsatorux@chromium.org2009-12-092-1/+57
* Porting the table view to Linux toolkit views.jcampan@chromium.org2009-12-012-3/+3
* Add views/examples/widget_example.h.satorux@google.com2009-11-192-1/+93
* Fix the build of view_examples for Linux.yusukes@google.com2009-11-131-0/+6
* Refactoring of the TableView so it uses NativeViewControl.jcampan@chromium.org2009-11-124-0/+353
* Remove themes/default.dll and merge the resources into chrome.dll.tc@google.com2009-11-021-1/+0
* Fixed view example. It was failing because some of view classes requires Widg...oshima@chromium.org2009-10-3010-111/+140
* Porting the view examples to Windows. jcampan@chromium.org2009-10-2014-276/+329
* AppendText was appending twice due to bad merge happened in the past.oshima@chromium.org2009-10-121-1/+7
* The textfield's text was not updated when text is updated by input.oshima@chromium.org2009-10-091-4/+28
* * Password style support for gtk's textfield impl.oshima@chromium.org2009-10-092-0/+78
* Fixed the header file not found issue of 222030. (The file has been renamed a...oshima@chromium.org2009-09-292-0/+123
* Revert "gtk implemenation of Scrollbar."agl@chromium.org2009-09-282-123/+0
* gtk implemenation of Scrollbar.oshima@chromium.org2009-09-282-0/+123
* Another case where we need to allow "this" in the constructor.nsylvain@chromium.org2009-09-271-4/+9
* Fix build breakage by disabling a warning.nsylvain@chromium.org2009-09-272-4/+10
* More examples:oshima@chromium.org2009-09-234-1/+280
* View examples:oshima@chromium.org2009-09-227-0/+345