| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move the remaining files to ui/views/controls/. | tfarina@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | views: Move button directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -2/+2 |
* | views: Move textfield directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-27 | 1 | -1/+1 |
* | views: Move scrollbar and native directories to ui/views/controls/. | tfarina@chromium.org | 2011-11-27 | 1 | -1/+1 |
* | Move accelerator related files to ui/base/accelerators | tfarina@chromium.org | 2011-11-25 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based... | ben@chromium.org | 2011-11-19 | 1 | -48/+0 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -3/+3 |
* | Adds a couple of pixel-based compositor unittests. One to test that opacity i... | vollick@chromium.org | 2011-11-18 | 1 | -2/+2 |
* | views: Move ime and test directories to ui/views. | tfarina@chromium.org | 2011-11-17 | 1 | -2/+2 |
* | views: Move desktop and touchui directories to ui/views/. | tfarina@chromium.org | 2011-11-16 | 1 | -2/+2 |
* | Fix stale compositor references from ui::Layer | piman@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | This patch lets the browser window punch a hole in the DesktopBackgroundView, | pkotwicz@chromium.org | 2011-11-15 | 1 | -0/+10 |
* | views: Remove the old views/window/ directory and its stubbed files. | tfarina@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -7/+8 |
* | Add DidChangeFocus to FocusChangeListener. | alicet@chromium.org | 2011-11-10 | 1 | -7/+7 |
* | views: Move DialogButton enum into ui/base/ and put it into the ui namespace. | tfarina@chromium.org | 2011-11-04 | 1 | -1/+1 |
* | views: Remove using declaration from dialog_delegate.h header file. | tfarina@chromium.org | 2011-11-03 | 1 | -1/+1 |
* | Revert r107440 because this causes a crash on touchui on page load. | sadrul@chromium.org | 2011-11-02 | 1 | -11/+0 |
* | Create constrained windows in a hidden state. | asanka@chromium.org | 2011-11-01 | 1 | -0/+36 |
* | Reland r107720 - Enable the new layer animation framework. | vollick@chromium.org | 2011-10-28 | 1 | -39/+16 |
* | Revert 107715 - Enable the new layer animation framework. | vollick@chromium.org | 2011-10-28 | 1 | -16/+39 |
* | Enable the new layer animation framework. | vollick@chromium.org | 2011-10-28 | 1 | -39/+16 |
* | This patch lets the browser window punch a hole in the DesktopBackgroundView, | pkotwicz@chromium.org | 2011-10-26 | 1 | -0/+11 |
* | views: Change the remaining std::wstring entries to string16. | tfarina@chromium.org | 2011-10-24 | 1 | -6/+6 |
* | Use WebKit compositor in ui::Layer | piman@chromium.org | 2011-10-22 | 1 | -0/+22 |
* | Revert 106606 - Use WebKit compositor in ui::Layer | lipalani@chromium.org | 2011-10-20 | 1 | -22/+0 |
* | Use WebKit compositor in ui::Layer | piman@chromium.org | 2011-10-20 | 1 | -0/+22 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | views: Change Checkbox API to string16. | tfarina@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | views: Make sure layer visibility is updated properly. | sadrul@chromium.org | 2011-10-12 | 1 | -0/+199 |
* | views: Some more layer change, and add/update some tests for layers. | sadrul@chromium.org | 2011-10-11 | 1 | -6/+68 |
* | Allow CanvasSkia to bind to an existing SkCanvas. | piman@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Makes visbility inherited. That is, in order for a window to be | sky@chromium.org | 2011-10-05 | 1 | -0/+1 |
* | Fixes touch build | sky@chromium.org | 2011-10-04 | 1 | -4/+0 |
* | Couple of tweaks to get more views tests passing: | sky@chromium.org | 2011-10-04 | 1 | -15/+8 |
* | Reland the layer creation change since the touchui issues will be resolved in... | sadrul@chromium.org | 2011-10-03 | 1 | -13/+4 |
* | Revert the layer creation change r103338 due to some issues with the keyboard... | ben@chromium.org | 2011-09-30 | 1 | -4/+13 |
* | Construct a View's layer immediately when SetPaintToLayer(true) is called or ... | ben@chromium.org | 2011-09-29 | 1 | -13/+4 |
* | Setting fills bounds opaquely as the default. | pkotwicz@chromium.org | 2011-09-29 | 1 | -0/+1 |
* | Refactors TestCompositor out of views_unittests into a place it can be | sky@chromium.org | 2011-09-28 | 1 | -90/+20 |
* | Gets views_unittests to work when aura is defined, and adds coverage | sky@chromium.org | 2011-09-27 | 1 | -21/+111 |
* | These are the changes necessary for views to be able to build w/ use_aura imp... | davemoore@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Adds some features to the shell: | ben@chromium.org | 2011-09-16 | 1 | -1/+1 |
* | Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel... | ben@chromium.org | 2011-09-13 | 1 | -8/+7 |
* | Removed ActivatedAtWithDisposition from menu handler, and introduced Activate... | shinyak@google.com | 2011-09-05 | 1 | -2/+1 |
* | Changes to port holey layer changes into windows compositor | pkotwicz@chromium.org | 2011-09-02 | 1 | -2/+0 |
* | Get views_unittests to compile (but not run). | ben@chromium.org | 2011-09-02 | 1 | -5/+5 |