| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix final nits on linux_views | erg@google.com | 2011-03-10 | 2 | -3/+12 |
* | views: Moves TextfieldController/TextRange into their own headers. | tfarina@chromium.org | 2011-03-10 | 2 | -5/+6 |
* | views: Fix the MenuExample so it doesn't crash. | tfarina@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Fix compile for views_examples after GetBounds removal. | sadrul@chromium.org | 2011-03-03 | 1 | -2/+1 |
* | views: Move the implementation of MenuExample to the source file. | tfarina@chromium.org | 2011-02-25 | 2 | -181/+228 |
* | Clean up RTL methods. | ben@chromium.org | 2011-02-08 | 1 | -1/+1 |
* | views: Move the implementation of WidgetExample to the source file. | tfarina@chromium.org | 2011-02-07 | 2 | -150/+198 |
* | views: Move the implementation of more examples from header to source file. | tfarina@chromium.org | 2011-02-01 | 9 | -299/+415 |
* | views: Move the implementation of ButtonExample from the header to the source... | tfarina@chromium.org | 2011-01-29 | 2 | -20/+49 |
* | views: Move grid_layout files into layout directory. Final Part. | tfarina@chromium.org | 2011-01-27 | 5 | -7/+7 |
* | Fix compile | isherman@chromium.org | 2011-01-25 | 2 | -2/+1 |
* | views: Move fill_layout.[cc,h] into layout directory. | tfarina@chromium.org | 2011-01-25 | 5 | -10/+9 |
* | views: Move implementations of ComboboxExample and SliderExample to source file. | tfarina@chromium.org | 2011-01-24 | 4 | -72/+126 |
* | views: Add table2_example to views_examples target. | tfarina@chromium.org | 2011-01-23 | 2 | -150/+194 |
* | views: Move box_layout.[cc,h] into the new layout directory. | tfarina@chromium.org | 2011-01-22 | 1 | -2/+2 |
* | views: Move the implementation of TabbedPaneExample from the header file to t... | tfarina@chromium.org | 2011-01-21 | 2 | -76/+106 |
* | views: Move the implementation of SingleSplitViewExample from the header file... | tfarina@chromium.org | 2011-01-21 | 2 | -49/+81 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+3 |
* | Implementing context menu for the new views textfield. | varunjain@chromium.org | 2011-01-14 | 1 | -13/+0 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 4 | -11/+19 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 2 | -2/+2 |
* | Re-land 71230. | eroman@chromium.org | 2011-01-13 | 1 | -1/+2 |
* | Revert 71230 to see if it is related to hang on linux interactive_ui_tests. | eroman@chromium.org | 2011-01-12 | 1 | -2/+1 |
* | Streamline the layout of the BrowserView's children TabContents views. | alekseys@chromium.org | 2011-01-12 | 1 | -1/+2 |
* | Replace Textfield::Keystroke with views::KeyEvent. | oshima@chromium.org | 2011-01-05 | 1 | -3/+2 |
* | Leftover wstring removal from r70290 | sadrul@chromium.org | 2010-12-30 | 1 | -13/+18 |
* | Add base:: prefix to the calls to StringAppendV. | tfarina@chromium.org | 2010-12-21 | 1 | -2/+3 |
* | Add CreateWrapper to views/examples/examples_base.cc | stevenjb@chromium.org | 2010-10-06 | 1 | -0/+17 |
* | views: Add initial Throbber example. | tfarina@chromium.org | 2010-09-09 | 3 | -1/+102 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 2 | -2/+2 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 2 | -2/+2 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 2 | -2/+2 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 2 | -2/+2 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 2 | -2/+2 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 1 | -4/+6 |
* | Display an infobar when content settings were created. | jochen@chromium.org | 2010-08-20 | 1 | -3/+3 |
* | Remove wstrings from l10n_util/ResourceBundle locale functions. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 15 | -0/+15 |
* | Display warning banner in Win preferences dialog for managed options. | mnissler@chromium.org | 2010-07-06 | 3 | -81/+6 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 1 | -2/+1 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 1 | -1/+2 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 1 | -2/+1 |
* | Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... | johnnyg@chromium.org | 2010-06-14 | 1 | -1/+2 |
* | Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds); | oshima@chromium.org | 2010-06-05 | 1 | -4/+3 |
* | views: Move BoxLayout class into views/examples directory. | tfarina@chromium.org | 2010-05-28 | 3 | -57/+92 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Add transparency to TYPE_CHILD WidgetGtk. | oshima@chromium.org | 2010-05-05 | 1 | -9/+29 |
* | Reverting two files that has been included in revert by mistake. | oshima@chromium.org | 2010-05-04 | 1 | -8/+1 |
* | Revert "Add transparency to TYPE_CHILD WidgetGtk." | oshima@chromium.org | 2010-05-04 | 2 | -30/+17 |