summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-281-209/+0
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-1/+7
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-1/+1
* views: Change Menu API to string16.tfarina@chromium.org2011-10-201-1/+1
* views: Change MenuDelegate::GetLabel() to string16.tfarina@chromium.org2011-10-031-1/+2
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-0/+2
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-1/+1
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* views: Make MenuDelegate constructor virtual.thakis@chromium.org2011-06-081-0/+2
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-0/+3
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-191-2/+5
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-131-0/+9
* Revert "Change status button menu"saintlou@chromium.org2011-04-251-9/+0
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-221-0/+9
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-68/+21
* views: Remove Controller interface.tfarina@chromium.org2011-02-231-3/+2
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Lands http://codereview.chromium.org/6305001/ for Simon:sky@chromium.org2011-01-281-0/+6
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-5/+5
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+1
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-1/+3
* Changes the max width for bookmark menus back to 400 and leaves themsky@chromium.org2010-09-071-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adds support for radio menu items to bookmark menus.sky@chromium.org2010-06-181-2/+2
* Adds support for showing accelerators in bookmark menus.sky@chromium.org2010-06-091-0/+6
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-5/+4
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-281-0/+9
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-1/+1
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-261-1/+15
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-091-2/+16
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-201-0/+173