summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/examples_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-11/+11
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-9/+9
* Add CanMinimize to classes that implement WidgetDelegate::CanMaximize.jackhou2014-09-241-0/+1
* Change the type of InitParams.context from gfx::NativeView toandresantoso@chromium.org2014-07-151-1/+1
* Restore the standard frame for content_shell and views_examples_exe on Windows.tfarina@chromium.org2014-07-011-1/+0
* MacViews: Gets views_examples_with_content_exe compiling on Mactapted@chromium.org2014-06-041-1/+1
* Views Examples: Notify Combobox after updating the modelckocagil@chromium.org2014-05-231-0/+1
* Removes unnecessary views::Widget::InitParams::top_levelpkotwicz@chromium.org2014-05-221-1/+0
* views: Remove standard frame when running views_examples_with_content_exe on ...tfarina@chromium.org2014-05-201-0/+1
* Combobox: Rename styles to STYLE_NORMAL and STYLE_ACTION and modify behaviorshajimehoshi@chromium.org2014-02-051-1/+1
* views/examples: Cleanup: It is only necessary to include base/macros.htfarina@chromium.org2014-01-221-3/+3
* Cleans up gyp file for views example and removes duplicate codesky@chromium.org2014-01-151-70/+93
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-3/+3
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-2/+2
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-111-0/+1
* Makes RecentlyUsedFoldersComboModel clear internal structur when node deleted...sky@chromium.org2013-10-041-1/+5
* Add a views example tab for multiline rendertextckocagil@chromium.org2013-06-141-0/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Remove unused includes from ui/views/examples/examples_window*msw@chromium.org2013-05-221-3/+0
* Remove NativeThemePainter.pkasting@chromium.org2013-05-171-4/+2
* modify View::ViewHierarchyChanged signaturekuan@chromium.org2013-05-131-4/+3
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* Add a LabelExample to views_examples.msw@chromium.org2012-10-031-0/+2
* views/examples: Remove unused |browser_context_| variable.tfarina@chromium.org2012-08-241-1/+0
* views/examples: Remove the content dependency from examples_window.* component.tfarina@chromium.org2012-08-241-11/+4
* views/examples: Clean up cpplint warnings.tfarina@chromium.org2012-05-081-5/+2
* Beginnings of a WebView.ben@chromium.org2012-04-111-4/+12
* Revert 131837 - Beginnings of a WebView.ben@chromium.org2012-04-111-12/+4
* Beginnings of a WebView.ben@chromium.org2012-04-111-4/+12
* views/examples: Add enum parameter to ShowExamplesWindow() function.tfarina@chromium.org2012-04-091-6/+6
* views: Rename ComboboxListener::ItemChanged to something more accurate.tfarina@chromium.org2012-03-301-6/+5
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-271-1/+1
* Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...alokp@chromium.org2012-03-261-1/+1
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-261-1/+1
* views/examples: Get MenuExample to work under ash_shell and linux_chromeos co...tfarina@chromium.org2012-03-191-8/+4
* views: Add a slider control.sadrul@chromium.org2012-02-261-0/+2
* views: Fixes leak in ComboboxModelExampleList.tfarina@chromium.org2012-02-151-2/+3
* views: Don't need to explicitly delete ComboboxModelExampleList in the dtor.tfarina@chromium.org2012-02-131-31/+30
* views: Clear the status label when switching between examples.tfarina@chromium.org2012-02-101-0/+1
* views: Fix private data member variable name to match with Chromium style guide.tfarina@chromium.org2012-02-091-25/+22
* views: Include examples_window.h in its source file instead of examples_main.h.tfarina@chromium.org2012-02-051-1/+2
* Replacing TabbedPane with Combobox to select an example.saintlou@chromium.org2012-01-121-34/+84
* Attempt 2 at: Adds a trivial views based table implementation (only supports ...sky@chromium.org2012-01-111-7/+2
* Revert 117228 - Adds a trivial views based table implementation (only support...flackr@chromium.org2012-01-111-2/+7
* Adds a trivial views based table implementation (only supports singlesky@chromium.org2012-01-111-7/+2
* Shuffles around table classes and nukes tableview2.sky@chromium.org2012-01-101-5/+1
* Views based implementation of treeview. There are a couple of thingssky@chromium.org2012-01-071-1/+3
* Make tabs in Aura look better.ben@chromium.org2012-01-051-0/+4
* Fix crasher in textfield when running views_examples.saintlou@chromium.org2011-12-231-1/+0
* jGet the examples to run in aura_shell.ben@chromium.org2011-11-291-0/+169