summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_2.h
Commit message (Expand)AuthorAgeFilesLines
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-281-100/+0
* Reland "views: Factor out MenuListener into its own header file."tfarina@chromium.org2011-09-231-9/+13
* Revert 102512 - views: Factor out MenuListener into its own header file.thakis@chromium.org2011-09-231-13/+9
* views: Factor out MenuListener into its own header file.tfarina@chromium.org2011-09-231-9/+13
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-2/+2
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-1/+1
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-041-1/+1
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-041-1/+1
* Revert 76808 - Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-031-1/+1
* Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-031-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-4/+4
* Add SetMinimumWidth to Menu2 for chromeos.oshima@chromium.org2010-09-291-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-4/+14
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-14/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-4/+14
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-14/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-4/+14
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-8/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-4/+8
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-8/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-4/+8
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-111-4/+7
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-021-0/+4
* Fixes unintialized read in networkmenu. Menu's constructor calls intosky@chromium.org2010-01-271-0/+6
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-211-0/+4
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-93/+4
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-211-3/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....ben@chromium.org2009-07-151-2/+3
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-3/+2
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-151-0/+3
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-1/+3
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-091-11/+11
* A new menu system for views.ben@chromium.org2009-06-081-0/+148