summaryrefslogtreecommitdiffstats
path: root/views/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix views_examples Windows Debug build.asvitkine@chromium.org2011-09-291-0/+3
* views/examples: Rename GetExampleView() to example_view().tfarina@chromium.org2011-09-293-8/+7
* views: Change TabbedPane::AddTab() to string16.tfarina@chromium.org2011-09-293-9/+9
* Delete use of wstring for views_examples titles and simplify code.asvitkine@chromium.org2011-09-2841-121/+38
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-282-3/+3
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-282-3/+3
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-282-3/+3
* views/examples: Move SplittedView implementation to source file.tfarina@chromium.org2011-09-272-50/+57
* Extend views example instance lifetimes over the main message loop.msw@chromium.org2011-09-274-60/+34
* views/examples: Cleanup ExampleBase.tfarina@chromium.org2011-09-242-22/+14
* Fix for Left mouse drag which was not functional after right drag in DoubleS...wxjg68@motorola.com2011-09-231-5/+0
* views/examples: Fix a typo, do not add widget_example twice.tfarina@chromium.org2011-09-191-1/+1
* views/examples: Make it possible to maximize the examples window.tfarina@chromium.org2011-09-192-0/+10
* re-checkin http://codereview.chromium.org/7720001/ to add bubble views.saintlou@chromium.org2011-09-193-0/+187
* views/examples: Rename ExamplesMain::CreateWindow() to Init().tfarina@chromium.org2011-09-192-3/+3
* views/examples: Initialize all the critical stuff in the main() function.tfarina@chromium.org2011-09-192-58/+54
* views/examples: Change the return type of BoolToOnOff() function to char.tfarina@chromium.org2011-09-173-7/+8
* Fixed crash when a SinglesplitView gets embedded inside SingleSplitView.tfarina@chromium.org2011-09-153-0/+131
* views/examples: Simplify the process of adding a new example.tfarina@chromium.org2011-09-153-64/+61
* views/examples: Switch usages of wchar_t in ExampleComboboxModel to char type.tfarina@chromium.org2011-09-121-21/+15
* views/examples: Improve the implementation of IntToOnOff() function.tfarina@chromium.org2011-09-093-6/+6
* Revert 100231 - memory bot failuresestade@chromium.org2011-09-093-188/+0
* add bubble views files.alicet@chromium.org2011-09-083-0/+188
* views/examples: Make PrintStatus use char type instead wchar_t.tfarina@chromium.org2011-09-0116-33/+33
* views: Fix a couple of other trivial TODOs.tfarina@chromium.org2011-08-312-11/+11
* Implement Uniscribe RenderText for Windows.msw@chromium.org2011-08-301-14/+19
* Fix views_examples NativeWidgetViews parenting on Windows.rhashimoto@chromium.org2011-07-281-1/+21
* Removing unused NativeButton codesaintlou@chromium.org2011-07-262-18/+2
* Add gfx::RenderText and support code.msw@chromium.org2011-07-252-27/+18
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-252-18/+27
* Add gfx::RenderText and support code.msw@chromium.org2011-07-252-27/+18
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-153-3/+3
* views: Add views namespace to TestViewsDelegate.tfarina@chromium.org2011-07-151-2/+2
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-0/+1
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-291-1/+1
* Fix checkbox in windows uninstaller.rogerta@chromium.org2011-06-271-1/+8
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-231-3/+3
* views: Remove the dependency on app_base.tfarina@chromium.org2011-06-221-3/+0
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-211-2/+1
* views/examples: Move the implementation of TableExample to source file.tfarina@chromium.org2011-06-202-135/+177
* Changing uses of NativeButton to use NativeTextButton, which does not use arogerta@chromium.org2011-06-171-1/+1
* Eliminate Window completely.ben@chromium.org2011-06-134-137/+18
* TextStyles in TextfieldViewsoshima@google.com2011-06-012-2/+34
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-012-6/+5
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-253-0/+128
* Chromeos: virtual destructors should have virtual keyword (part 4).hans@chromium.org2011-05-251-1/+1
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-3/+46
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-243-0/+72
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-232-18/+28
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-2/+2