summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-221-2/+3
* Update selection when the menu is updated.oshima@chromium.org2012-01-241-0/+3
* Uses mechanism similar to tab.cc to paint the unique geometry of the find bar.pkotwicz@chromium.org2012-01-231-9/+3
* aura: Move GestureRecognizer from views into aura.sadrul@chromium.org2012-01-191-5/+5
* Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-0/+8
* Revert 117869 - Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-8/+0
* Initial views touchui Gesture Recognizer supportvollick@chromium.org2012-01-171-0/+8
* Makes TreeViewViews only notify ContextMenuController if a node issky@chromium.org2012-01-101-3/+2
* Bypass ToplevelWindowEventFilter for panels.prasadt@chromium.org2011-12-271-2/+0
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-271-1/+7
* views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFoc...tfarina@chromium.org2011-12-231-1/+1
* views: Rename IsFocusableInRootView() to just IsFocusable().tfarina@chromium.org2011-12-201-3/+2
* views: Convert IsFocusable() to just focusable() since it's just a simple acc...tfarina@chromium.org2011-12-161-11/+7
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-141-2/+2
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-4/+4
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-1/+1
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-2/+2
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-0/+1440
* Remove src/ui/views.tfarina@chromium.org2011-10-261-476/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* View API/implementation cleanup:pkasting@chromium.org2011-02-221-52/+82
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Switch to using FocusEvent for focus change notifications. ben@chromium.org2011-02-031-3/+8
* Method sorting.ben@chromium.org2011-02-031-75/+92
* Complete the Focus Manager hookup.ben@chromium.org2011-02-031-2/+13
* Copy more focus manager into V2. Comment out a bunch of stuff and add stub im...ben@chromium.org2011-02-021-0/+10
* Reorder methods in class View to better isolate methods that shouldn't be pub...ben@chromium.org2011-02-011-50/+60
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-011-0/+393