summaryrefslogtreecommitdiffstats
path: root/views/examples
Commit message (Expand)AuthorAgeFilesLines
* Leftover wstring removal from r70290sadrul@chromium.org2010-12-301-13/+18
* Add base:: prefix to the calls to StringAppendV.tfarina@chromium.org2010-12-211-2/+3
* Add CreateWrapper to views/examples/examples_base.ccstevenjb@chromium.org2010-10-061-0/+17
* views: Add initial Throbber example.tfarina@chromium.org2010-09-093-1/+102
* Re-lands 58186:bryeung@chromium.org2010-09-032-2/+2
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-022-2/+2
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-022-2/+2
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-012-2/+2
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-012-2/+2
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-221-4/+6
* Display an infobar when content settings were created.jochen@chromium.org2010-08-201-3/+3
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-1/+1
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2615-0/+15
* Display warning banner in Win preferences dialog for managed options.mnissler@chromium.org2010-07-063-81/+6
* Re-land r51526mnissler@chromium.org2010-07-051-2/+1
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-021-1/+2
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-021-2/+1
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-1/+2
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-4/+3
* views: Move BoxLayout class into views/examples directory.tfarina@chromium.org2010-05-283-57/+92
* 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