summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-141-1/+1
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-4/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-0/+455
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-455/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-0/+455
* Remove src/ui/views.tfarina@chromium.org2011-10-261-167/+0
* ui/views: Fix the signature of View::OnViewAdded/Removed overridden methods.tfarina@chromium.org2011-06-081-3/+3
* Complete the Focus Manager hookup.ben@chromium.org2011-02-031-5/+21
* Verify that:ben@chromium.org2011-02-031-0/+6
* Reorder methods in class View to better isolate methods that shouldn't be pub...ben@chromium.org2011-02-011-2/+2
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-011-0/+145