| Commit message (Expand) | Author | Age | Files | Lines |
* | Move app/resources/* to ui/resources/ directory. | tfarina@chromium.org | 2011-06-29 | 1 | -13/+13 |
* | Rename DesktopWindow to DesktopWindowView. | ben@chromium.org | 2011-06-29 | 1 | -2/+2 |
* | Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin... | ben@chromium.org | 2011-06-28 | 1 | -2/+4 |
* | Remove ifdef's for touchui stuff from events code. | sadrul@chromium.org | 2011-06-28 | 1 | -2/+1 |
* | A views only implementation of tooltips. In the views world, tooltips are drawn | varunjain@chromium.org | 2011-06-27 | 1 | -0/+4 |
* | Moves acclerated painting related fields from View to LayerHelper. | sky@chromium.org | 2011-06-27 | 1 | -0/+2 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -0/+3 |
* | Fix build when GYP_DEFINES="chromeos=0 use_ibus=1" | hashimoto@chromium.org | 2011-06-24 | 1 | -7/+3 |
* | Adds the ability to animate transforms/bounds to View. | sky@chromium.org | 2011-06-23 | 1 | -0/+2 |
* | Add an option to run Chrome in the views desktop. | ben@chromium.org | 2011-06-23 | 1 | -5/+52 |
* | views: Pull out ContextMenuController class into its own header file. | tfarina@chromium.org | 2011-06-23 | 1 | -0/+1 |
* | views: Remove the dependency on app_base. | tfarina@chromium.org | 2011-06-22 | 1 | -1/+0 |
* | Add character composition | hashimoto@chromium.org | 2011-06-22 | 1 | -0/+14 |
* | views: Pull out DragController class into its own header file. | tfarina@chromium.org | 2011-06-21 | 1 | -0/+1 |
* | views/examples: Move the implementation of TableExample to source file. | tfarina@chromium.org | 2011-06-20 | 1 | -1/+5 |
* | Re-land: | ben@chromium.org | 2011-06-16 | 1 | -0/+1 |
* | Revert 89216 - Move private NativeWidget methods to new internal interface Na... | ben@chromium.org | 2011-06-15 | 1 | -1/+0 |
* | Move private NativeWidget methods to new internal interface NativeWidgetPrivate. | ben@chromium.org | 2011-06-15 | 1 | -0/+1 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 1 | -15/+0 |
* | Adds View::OnWillCompositeTexture that is invoked before a texture is | sky@chromium.org | 2011-06-06 | 1 | -0/+4 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -0/+2 |
* | TextStyles in TextfieldViews | oshima@google.com | 2011-06-01 | 1 | -0/+2 |
* | 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 |