| Commit message (Expand) | Author | Age | Files | Lines |
* | Rough cut at window activation. | ben@chromium.org | 2011-05-26 | 1 | -2/+4 |
* | Add a desktop test harness. | ben@chromium.org | 2011-05-26 | 1 | -0/+55 |
* | Adds a basic NativeWindowViews. | ben@chromium.org | 2011-05-25 | 1 | -0/+4 |
* | Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface. | rhashimoto@chromium.org | 2011-05-25 | 1 | -0/+3 |
* | Remove files that don't exist, and fix typos in gyp files | sadrul@chromium.org | 2011-05-25 | 1 | -6/+0 |
* | Hook up more of the NativeWidgetViews. | ben@chromium.org | 2011-05-24 | 1 | -0/+2 |
* | Add NativeWidgetViews. This is a stub implementation that mostly just defers ... | ben@chromium.org | 2011-05-24 | 1 | -0/+4 |
* | Fix touch compile after r86390. | sadrul@chromium.org | 2011-05-24 | 1 | -2/+0 |
* | Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou... | hashimoto@chromium.org | 2011-05-24 | 1 | -18/+11 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ... | tony@chromium.org | 2011-05-19 | 1 | -5/+5 |
* | Rename WindowWin|Gtk->NativeWindowWin|Gtk | ben@chromium.org | 2011-05-19 | 1 | -5/+5 |
* | Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk. | ben@chromium.org | 2011-05-19 | 1 | -7/+7 |
* | Added Unit Testing for pure Views Combobox | saintlou@chromium.org | 2011-05-11 | 1 | -0/+1 |
* | Tweaks Compositor API. To make it possible to land this I've ifdef'd | sky@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | Enable TestViewsDelegates for views unittests and views_examples by default | oshima@google.com | 2011-05-10 | 1 | -1/+2 |
* | Factored code drawing the focusable border used in some Views controls | saintlou@chromium.org | 2011-05-03 | 1 | -0/+2 |
* | Initial implementation of pure Views combobox (aka dropdown list). The follow... | saintlou@chromium.org | 2011-04-29 | 1 | -0/+2 |
* | Resubmitting change to fix a build break in the clang builder. A virtual | rogerta@chromium.org | 2011-04-29 | 1 | -0/+4 |
* | Revert 83373 - Resubmitting change to fix a build break in the arm builder. ... | rogerta@chromium.org | 2011-04-28 | 1 | -4/+0 |
* | Resubmitting change to fix a build break in the arm builder. The only change | rogerta@chromium.org | 2011-04-28 | 1 | -0/+4 |
* | Remove ibus checking script from views.gyp and add use_ibus=1 option | penghuang@chromium.org | 2011-04-27 | 1 | -8/+5 |
* | Revert 83110 - Add classes for native themed push buttons, radio buttons, and... | rogerta@chromium.org | 2011-04-27 | 1 | -4/+0 |
* | Add classes for native themed push buttons, radio buttons, and checkboxes. | rogerta@chromium.org | 2011-04-27 | 1 | -0/+4 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -0/+1 |
* | views: Move LinkController into its own header file. | tfarina@chromium.org | 2011-04-25 | 1 | -0/+1 |
* | views: Add Link example. | tfarina@chromium.org | 2011-04-25 | 1 | -0/+2 |
* | remove unused class | saintlou@chromium.org | 2011-04-21 | 1 | -12/+0 |
* | Adds widget_delegate.cc to appease the clang bot. | sky@chromium.org | 2011-04-20 | 1 | -0/+2 |
* | Removing unused class. Deprecated when we moved to web ui prefs | saintlou@chromium.org | 2011-04-20 | 1 | -8/+0 |
* | Resubmitting change because original caused build breaks: | rogerta@chromium.org | 2011-04-11 | 1 | -0/+4 |
* | Revert r80952, http://codereview.chromium.org/6771056 | dmichael@chromium.org | 2011-04-08 | 1 | -4/+0 |
* | Adding a native theme painter, to allow Views to use NativeTheme to draw | rogerta@chromium.org | 2011-04-08 | 1 | -0/+4 |
* | Refactor RenderWidgetHostViewViews to use the new input method API for Views. | suzhe@google.com | 2011-04-01 | 1 | -9/+15 |
* | New InputMethod api for Views. | suzhe@google.com | 2011-03-31 | 1 | -1/+17 |
* | Make MenuHost concrete, hide platform specific implementation behind NativeMe... | ben@chromium.org | 2011-03-31 | 1 | -0/+3 |
* | Refactor: Move gfx/compositor* to gfx/compositor/ | backer@chromium.org | 2011-03-23 | 1 | -1/+2 |
* | Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event. | suzhe@google.com | 2011-03-21 | 1 | -0/+1 |
* | views: Cleanup TabbedPane class. | tfarina@chromium.org | 2011-03-18 | 1 | -4/+5 |
* | Replace views::TextRange with ui::Range. | suzhe@google.com | 2011-03-15 | 1 | -1/+0 |
* | Fix clang build (tested on trybots this time!). | dmazzoni@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -6/+3 |
* | Fix final nits on linux_views | erg@google.com | 2011-03-10 | 1 | -0/+2 |
* | views: Moves TextfieldController/TextRange into their own headers. | tfarina@chromium.org | 2011-03-10 | 1 | -0/+2 |
* | Fix obsolete dependencies that create needless recompiling. | jeanluc@chromium.org | 2011-03-09 | 1 | -1/+0 |
* | Carnitas: Move app_strings to ui/base/strings | sail@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Revert 77068 - Carnitas: Move app_strings to ui/base/strings | sail@chromium.org | 2011-03-07 | 1 | -2/+2 |
* | Carnitas: Move app_strings to ui/base/strings | sail@chromium.org | 2011-03-06 | 1 | -2/+2 |
* | Make Window class concrete (mostly). | ben@chromium.org | 2011-03-05 | 1 | -0/+2 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -0/+1 |