summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_item_view.cc
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Enable MenuItemView to load icons for MenuModel submenus.rhashimoto@chromium.org2011-07-151-3/+3
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-7/+7
* Multi-Profiles: Add icon chooser to profiles menusail@chromium.org2011-07-091-11/+26
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* Add MenuItemView API to control menu repositioning.rhashimoto@chromium.org2011-06-241-3/+7
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-7/+7
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-3/+5
* Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.rhashimoto@chromium.org2011-05-251-1/+3
* Fixes couple of issues with bookmarks in wrench menu:sky@chromium.org2011-05-251-2/+7
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-231-2/+12
* Add MenuItemView API to add and remove items at a particular index.rhashimoto@chromium.org2011-05-131-30/+59
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-131-2/+11
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-101-6/+6
* Fix leak of EmptyMenuMenuItem.rhashimoto@chromium.org2011-05-101-0/+2
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-1/+6
* When GetIcon returns false on Windows, we should not use the icon it outputs....finnur@chromium.org2011-05-021-3/+4
* Revert "Change status button menu"saintlou@chromium.org2011-04-251-12/+3
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-221-3/+12
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-11/+8
* Rename Paint() to PaintForDrag() in two cases.thakis@chromium.org2011-03-051-1/+1
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+8
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-7/+11
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-11/+7
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-11/+10
* Clean up RTL methods.ben@chromium.org2011-02-081-2/+2
* Make mouse wheel scrolling in views menu smoother.xiyuan@chromium.org2011-02-071-0/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Fix crash in BookmarkMenuController::GetTooltipText that occurredsky@chromium.org2011-02-011-0/+5
* Lands http://codereview.chromium.org/6305001/ for Simon:sky@chromium.org2011-01-281-1/+10
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-2/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-8/+8
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-121-1/+1
* Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Remove wstring from views. Part 2: Switch accelerator strings to string16.avi@chromium.org2011-01-101-14/+15
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-3/+3
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+1
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-1/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+2
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-051-0/+38
* Fixes bug in wrench menu where closing with menu open could triggersky@chromium.org2010-10-051-0/+1
* Remove mnemonic and add keyboard shortcut text to the accessible name of text...ctguil@chromium.org2010-10-011-21/+30
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-10/+7
* Add view class names to some classes used in the Wrench menu.dmazzoni@chromium.org2010-08-041-0/+7
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-041-1/+2
* Add some missing states for menu items. This allows AT's to know when a menu...dtseng@chromium.org2010-07-071-0/+13
* Fixes menus when shown by way of pressing alt-f. I need to turn onsky@chromium.org2010-07-071-3/+0