summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-311-1/+1
* layers: Consolidate the ownership of layers in views::View and aura::Window.sadrul@chromium.org2012-05-231-3/+7
* Notification for device scale factor changeoshima@chromium.org2012-05-171-0/+1
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-5/+4
* Makes View only consume a long press if drag was started.sky@chromium.org2012-05-111-1/+2
* views: Fix SetHotTracked/IsHotTracked issue.tfarina@chromium.org2012-05-111-12/+0
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-1/+1
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-271-0/+6
* Ash: Fix hit testing for the bottom pixels of tabsjamescook@chromium.org2012-04-161-1/+0
* * removed views debug paint that was used in NativeWidgetGtk.oshima@chromium.org2012-04-031-2/+2
* views: Add a notification to a parent view when the visibility of a child vie...sadrul@chromium.org2012-03-191-0/+4
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-051-0/+23
* Allow platform apps to specify a maximum size for the shell container.jeremya@chromium.org2012-03-011-0/+4
* 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