summaryrefslogtreecommitdiffstats
path: root/ui/views/examples
Commit message (Expand)AuthorAgeFilesLines
* Add new ResourceBundle::Delegate interface.marshall@chromium.org2012-05-091-1/+1
* views/examples: Clean up cpplint warnings.tfarina@chromium.org2012-05-0810-19/+22
* views: Mark single-argument constructors as explicit.tfarina@chromium.org2012-05-041-2/+2
* Enable logging in Views Examples.asvitkine@chromium.org2012-04-271-0/+23
* Make views_examples work in aura without ash.ben@chromium.org2012-04-261-7/+6
* Fix a crash of WebView in ash_shell on Chrome OS build.mazda@chromium.org2012-04-261-5/+1
* views: Add optional overlay image to ImageButtonjamescook@chromium.org2012-04-232-27/+50
* ui: Convert VLOGs to DVLOGs.tfarina@chromium.org2012-04-231-2/+2
* Aura: Don't set a minimum size for our windows on Linux.erg@chromium.org2012-04-211-0/+4
* Fix views_examples_exe initialization.erg@chromium.org2012-04-201-4/+3
* Recommitting Aura/ash split: Remove hacks and get chrome linking without ash.erg@chromium.org2012-04-202-31/+22
* Revert 132856 - Aura/ash split: Remove hacks and get chrome linking without ash.erg@google.com2012-04-182-10/+34
* Aura/ash split: Remove hacks and get chrome linking without ash.erg@chromium.org2012-04-182-34/+10
* views: Use NOTREACHED() where appropriate.tfarina@chromium.org2012-04-171-26/+29
* Support WebView in ash.ben@chromium.org2012-04-121-0/+1
* Beginnings of a WebView.ben@chromium.org2012-04-1113-102/+1072
* Revert 131837 - Beginnings of a WebView.ben@chromium.org2012-04-1111-1065/+102
* Beginnings of a WebView.ben@chromium.org2012-04-1111-102/+1065
* views/examples: Add enum parameter to ShowExamplesWindow() function.tfarina@chromium.org2012-04-093-9/+14
* * removed views debug paint that was used in NativeWidgetGtk.oshima@chromium.org2012-04-031-3/+1
* Ash/aura split: Get views_examples_exe semi-running on linux/X11.erg@chromium.org2012-03-301-0/+53
* views: Rename ComboboxListener::ItemChanged to something more accurate.tfarina@chromium.org2012-03-307-44/+32
* views: Fix memory leak in NativeThemeButtonExample.tfarina@chromium.org2012-03-302-11/+17
* views: Rename Combobox "selected getter/setter" accessors to something more a...tfarina@chromium.org2012-03-284-10/+8
* Add a border to views_examples' text styles example.asvitkine@chromium.org2012-03-281-6/+10
* views: Fix memory leak in ComboboxExample.tfarina@chromium.org2012-03-272-24/+34
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-274-9/+8
* Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...alokp@chromium.org2012-03-264-8/+9
* ui/base/models: Make ComboboxModel::GetItemCount() a constant function.tfarina@chromium.org2012-03-264-9/+8
* views/examples: Do not use WideToUTF16 when not necessary.tfarina@chromium.org2012-03-232-45/+46
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-211-4/+0
* views/examples: Fix crash when closing views examples window.tfarina@chromium.org2012-03-191-0/+1
* views/examples: Get MenuExample to work under ash_shell and linux_chromeos co...tfarina@chromium.org2012-03-193-22/+26
* views/examples: Simplify the ownership of Menu2.tfarina@chromium.org2012-03-171-17/+10
* views: Rename MenuButtonDelegate::RunMenu to something more obvious.tfarina@chromium.org2012-03-151-5/+7
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-7/+7
* Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/...tfarina@chromium.org2012-03-141-4/+5
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+0
* views: Nuke is_mouse_gesture parameter from ContextMenuController::ShowContex...tfarina@chromium.org2012-03-112-5/+3
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-111-6/+6
* views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...tfarina@chromium.org2012-03-081-4/+4
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-062-5/+6
* Fix crash when closing table example.sky@chromium.org2012-03-031-1/+1
* views: Tell SliderListener's how the slider value was changed.sadrul@chromium.org2012-02-292-2/+4
* Fix crash when closing treeview example.sky@chromium.org2012-02-281-0/+3
* views: Fix crash when closing table_view example.tfarina@chromium.org2012-02-281-0/+3
* views: Add a slider control.sadrul@chromium.org2012-02-263-0/+88
* Fix crash in views example.saintlou@chromium.org2012-02-172-4/+7
* views: Fixes leak in ComboboxModelExampleList.tfarina@chromium.org2012-02-151-2/+3
* views: Fixes leak in TextExample::AddCombobox.tfarina@chromium.org2012-02-142-3/+8