summaryrefslogtreecommitdiffstats
path: root/views/examples
Commit message (Expand)AuthorAgeFilesLines
* views: Change TextButton API to string16.tfarina@chromium.org2011-10-1910-39/+41
* Views Bubble API adjustments and cleanupmsw@chromium.org2011-10-182-104/+72
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-181-11/+13
* Revert 105998 - views: Change TextButtonBase API to string16.sail@chromium.org2011-10-181-13/+11
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-181-11/+13
* views/examples: Fix the format string of size_t var in RadioButton example.tfarina@chromium.org2011-10-141-1/+2
* views: Change MenuButton API to string16.tfarina@chromium.org2011-10-121-7/+7
* views: Change Checkbox API to string16.tfarina@chromium.org2011-10-124-14/+23
* views: Change RadioButton API to string16.tfarina@chromium.org2011-10-122-2/+5
* Add ampersand prefix options to views text example.asvitkine@chromium.org2011-10-122-0/+32
* Add Windows manifest for views_examples.asvitkine@chromium.org2011-10-111-0/+27
* views: Change MessageBoxView API to string16.tfarina@chromium.org2011-10-111-3/+5
* views/examples: TableExample::GetText() should return string16.tfarina@chromium.org2011-10-102-9/+10
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-076-21/+29
* views: Change TextButtonBase::text() to string16.tfarina@chromium.org2011-10-063-32/+36
* Add views_example that exercises drawing different text styles.asvitkine@chromium.org2011-10-057-28/+441
* Revert 104105 - Add views_example that exercises drawing different text styles.rdsmith@chromium.org2011-10-057-441/+28
* Add views_example that exercises drawing different text styles.asvitkine@chromium.org2011-10-057-28/+441
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-2/+2
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-2/+2
* 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