summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Re-land:ben@chromium.org2011-06-161-3/+3
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-3/+3
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-3/+3
* added right click check.shinyak@google.com2011-06-151-2/+2
* views: Make MenuDelegate constructor virtual.thakis@chromium.org2011-06-082-0/+4
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-081-1/+1
* Reverse menu anchor position provided to views::MenuItemView for RTL languages.rhashimoto@chromium.org2011-06-072-3/+12
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-033-14/+14
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-018-7/+46
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-274-12/+26
* Couple more wrench menu issues. The patch I sent around a couple ofsky@chromium.org2011-05-271-1/+7
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-262-6/+7
* Fix clang build for http://codereview.chromium.org/7067032/.rhashimoto@chromium.org2011-05-253-0/+13
* Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.rhashimoto@chromium.org2011-05-254-1/+524
* Fixes couple of issues with bookmarks in wrench menu:sky@chromium.org2011-05-251-2/+7
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-252-7/+6
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-252-6/+7
* Chromeos: virtual destructors should have virtual keyword (part 3).hans@chromium.org2011-05-251-1/+1
* Chromeos: virtual destructors should have virtual keyword (part 2).hans@chromium.org2011-05-251-1/+1
* Allow adjustment of MenuItemView top and bottom margins.rhashimoto@chromium.org2011-05-232-10/+32
* Move RootView to the internal namespace.ben@chromium.org2011-05-204-4/+4
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-202-4/+4
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-193-6/+15
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-191-1/+1
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-195-22/+22
* Clean up a few things now that specialized window types are subclasses of Win...ben@chromium.org2011-05-182-23/+11
* Add support for checkboxes in menus that contain icons.atwilson@chromium.org2011-05-181-0/+43
* Workaround for menu crash.oshima@google.com2011-05-131-3/+5
* This CL increases the menu items size and the spacing between the status icons.saintlou@chromium.org2011-05-131-1/+10
* Add MenuItemView API to add and remove items at a particular index.rhashimoto@chromium.org2011-05-133-41/+90
* Re-land:ben@chromium.org2011-05-137-43/+32
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-137-32/+43
* Add views::MenuDelegate call for per-item fonts.rhashimoto@chromium.org2011-05-136-6/+36
* Split the hierarchy. ben@chromium.org2011-05-137-43/+32
* Set minimum width on menu for NativeComboboxViews.rhashimoto@chromium.org2011-05-111-1/+1
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-104-19/+19
* Fix leak of EmptyMenuMenuItem.rhashimoto@chromium.org2011-05-101-0/+2
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-092-3/+15
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-062-4/+9
* Remove crrev.com/82385 debug code added for crbug.com/78792.msw@chromium.org2011-05-044-32/+2
* When GetIcon returns false on Windows, we should not use the icon it outputs....finnur@chromium.org2011-05-021-3/+4
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-282-0/+3
* Fixes timing issue with when MenuClosed is sent to thesky@chromium.org2011-04-271-3/+3
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-271-33/+28
* Fixes crash in menu code that would happen if you attempted to show asky@chromium.org2011-04-265-25/+42
* Rename CreateParams to InitParams.ben@chromium.org2011-04-263-4/+4
* Rework the way Widget::Init works:ben@chromium.org2011-04-266-30/+21
* Revert "Change status button menu"saintlou@chromium.org2011-04-256-37/+7
* Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...rhashimoto@chromium.org2011-04-226-7/+37
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-224-26/+53