| Commit message (Expand) | Author | Age | Files | Lines |
* | Support Windows native textfield, combobox, etc. in new bubbles. | msw@chromium.org | 2011-11-01 | 1 | -3/+3 |
* | views/examples: Make SingleSplitViewExample a listener of SingleSplitView con... | tfarina@chromium.org | 2011-11-01 | 2 | -6/+11 |
* | ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect. | tfarina@chromium.org | 2011-10-31 | 2 | -4/+4 |
* | views/examples: Add ProgressBar example. | tfarina@chromium.org | 2011-10-28 | 3 | -0/+115 |
* | views/examples: Alphabetize examples list. | tfarina@chromium.org | 2011-10-27 | 3 | -12/+13 |
* | rename Run in MessageLoopForUI to RunWithDispatcher | oshima@google.com | 2011-10-24 | 1 | -1/+1 |
* | Move BubbleView logic into BubbleDelegateView. | msw@chromium.org | 2011-10-20 | 1 | -21/+11 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 10 | -39/+41 |
* | Views Bubble API adjustments and cleanup | msw@chromium.org | 2011-10-18 | 2 | -104/+72 |
* | views: Change TextButtonBase API to string16. | tfarina@chromium.org | 2011-10-18 | 1 | -11/+13 |
* | Revert 105998 - views: Change TextButtonBase API to string16. | sail@chromium.org | 2011-10-18 | 1 | -13/+11 |
* | views: Change TextButtonBase API to string16. | tfarina@chromium.org | 2011-10-18 | 1 | -11/+13 |
* | views/examples: Fix the format string of size_t var in RadioButton example. | tfarina@chromium.org | 2011-10-14 | 1 | -1/+2 |
* | views: Change MenuButton API to string16. | tfarina@chromium.org | 2011-10-12 | 1 | -7/+7 |
* | views: Change Checkbox API to string16. | tfarina@chromium.org | 2011-10-12 | 4 | -14/+23 |
* | views: Change RadioButton API to string16. | tfarina@chromium.org | 2011-10-12 | 2 | -2/+5 |
* | Add ampersand prefix options to views text example. | asvitkine@chromium.org | 2011-10-12 | 2 | -0/+32 |
* | Add Windows manifest for views_examples. | asvitkine@chromium.org | 2011-10-11 | 1 | -0/+27 |
* | views: Change MessageBoxView API to string16. | tfarina@chromium.org | 2011-10-11 | 1 | -3/+5 |
* | views/examples: TableExample::GetText() should return string16. | tfarina@chromium.org | 2011-10-10 | 2 | -9/+10 |
* | Change std::wstring to string16 for views::Label and views::Label | yosin@chromium.org | 2011-10-07 | 6 | -21/+29 |
* | views: Change TextButtonBase::text() to string16. | tfarina@chromium.org | 2011-10-06 | 3 | -32/+36 |
* | Add views_example that exercises drawing different text styles. | asvitkine@chromium.org | 2011-10-05 | 7 | -28/+441 |
* | Revert 104105 - Add views_example that exercises drawing different text styles. | rdsmith@chromium.org | 2011-10-05 | 7 | -441/+28 |
* | Add views_example that exercises drawing different text styles. | asvitkine@chromium.org | 2011-10-05 | 7 | -28/+441 |
* | Revert 104076 - Change std::wstring to string16 for views::Link | hbono@chromium.org | 2011-10-05 | 1 | -2/+2 |
* | Change std::wstring to string16 for views::Link | yosin@chromium.org | 2011-10-05 | 1 | -2/+2 |
* | Fix views_examples Windows Debug build. | asvitkine@chromium.org | 2011-09-29 | 1 | -0/+3 |
* | views/examples: Rename GetExampleView() to example_view(). | tfarina@chromium.org | 2011-09-29 | 3 | -8/+7 |
* | views: Change TabbedPane::AddTab() to string16. | tfarina@chromium.org | 2011-09-29 | 3 | -9/+9 |
* | Delete use of wstring for views_examples titles and simplify code. | asvitkine@chromium.org | 2011-09-28 | 41 | -121/+38 |
* | Change std::wstring to string16 on WidgetDelegate::GetWindowTitle | yosin@chromium.org | 2011-09-28 | 2 | -3/+3 |
* | Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT... | yosin@chromium.org | 2011-09-28 | 2 | -3/+3 |
* | Change std::wstring to string16 on WidgetDelegate::GetWindowTitle. | yosin@chromium.org | 2011-09-28 | 2 | -3/+3 |
* | views/examples: Move SplittedView implementation to source file. | tfarina@chromium.org | 2011-09-27 | 2 | -50/+57 |
* | Extend views example instance lifetimes over the main message loop. | msw@chromium.org | 2011-09-27 | 4 | -60/+34 |
* | views/examples: Cleanup ExampleBase. | tfarina@chromium.org | 2011-09-24 | 2 | -22/+14 |
* | Fix for Left mouse drag which was not functional after right drag in DoubleS... | wxjg68@motorola.com | 2011-09-23 | 1 | -5/+0 |
* | views/examples: Fix a typo, do not add widget_example twice. | tfarina@chromium.org | 2011-09-19 | 1 | -1/+1 |
* | views/examples: Make it possible to maximize the examples window. | tfarina@chromium.org | 2011-09-19 | 2 | -0/+10 |
* | re-checkin http://codereview.chromium.org/7720001/ to add bubble views. | saintlou@chromium.org | 2011-09-19 | 3 | -0/+187 |
* | views/examples: Rename ExamplesMain::CreateWindow() to Init(). | tfarina@chromium.org | 2011-09-19 | 2 | -3/+3 |
* | views/examples: Initialize all the critical stuff in the main() function. | tfarina@chromium.org | 2011-09-19 | 2 | -58/+54 |
* | views/examples: Change the return type of BoolToOnOff() function to char. | tfarina@chromium.org | 2011-09-17 | 3 | -7/+8 |
* | Fixed crash when a SinglesplitView gets embedded inside SingleSplitView. | tfarina@chromium.org | 2011-09-15 | 3 | -0/+131 |
* | views/examples: Simplify the process of adding a new example. | tfarina@chromium.org | 2011-09-15 | 3 | -64/+61 |
* | views/examples: Switch usages of wchar_t in ExampleComboboxModel to char type. | tfarina@chromium.org | 2011-09-12 | 1 | -21/+15 |
* | views/examples: Improve the implementation of IntToOnOff() function. | tfarina@chromium.org | 2011-09-09 | 3 | -6/+6 |
* | Revert 100231 - memory bot failures | estade@chromium.org | 2011-09-09 | 3 | -188/+0 |
* | add bubble views files. | alicet@chromium.org | 2011-09-08 | 3 | -0/+188 |