summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/menu/submenu_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Make views::MenuItemView respect menu sublabels.estade@chromium.org2013-07-161-8/+8
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-261-1/+1
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-1/+1
* Extend MouseWheelEvent to support both X and Y scrollssheckylin@chromium.org2013-05-031-3/+3
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-2/+1
* Cleanup: remove NotifyAccessibilityEvent from views::Widget.dmazzoni@chromium.org2013-04-081-12/+5
* fix NativeTextField context menu on second showingscottmg@chromium.org2013-02-261-0/+3
* Changes MenuItemView to cache MenuItemDimensions since they aresky@chromium.org2013-02-141-4/+2
* views: Mark a tap-down as handled only if scrolling was actually stopped.sadrul@chromium.org2013-01-071-1/+4
* views: Use common scrolling code for mouse-wheel and touchscrolling.sadrul@chromium.org2012-12-211-1/+5
* views: Fix touch-scrolling submenus.sadrul@chromium.org2012-12-131-4/+7
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-4/+5
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-011-5/+5
* views: Stop the scrolling when the submenu hides.sadrul@chromium.org2012-10-151-0/+2
* Added MenuConfig setter to MenuItemView, updated rest of the code to use set ...yefim@chromium.org2012-10-101-1/+1
* Revert 160886 - Added MenuConfig setter to MenuItemView, updated rest of the ...cpu@chromium.org2012-10-091-1/+1
* Added MenuConfig setter to MenuItemView, updated rest of the code to use set ...yefim@chromium.org2012-10-091-1/+1
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-3/+3
* Squeezing the wrench menuskuhne@chromium.org2012-09-011-8/+23
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-6/+6
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+2
* ui-gestures: Added some type-specific accessors to gesture-events.sadrul@chromium.org2012-06-131-3/+9
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-2/+2
* Aura Menu Spec: Change the menu top/bottom padding to 2 and left/right paddin...jennyz@chromium.org2012-05-041-4/+1
* Revert 135032 (speculative; BookmarkBarViewTest17.ContextMenus3thakis@chromium.org2012-05-031-1/+4
* Implement part of auea menu spec:jennyz@chromium.org2012-05-021-4/+1
* Simplify some calls to gfx::Rect by using its gfx::Size ctor.tfarina@chromium.org2012-02-241-1/+1
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-1/+1
* Support touch scroll gestures in menus.vollick@google.com2012-01-241-2/+40
* Revert 118834 - Support touch scroll gestures in menus.vollick@google.com2012-01-241-40/+2
* Support touch scroll gestures in menus.vollick@google.com2012-01-241-2/+40
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-3/+3
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-281-0/+398