summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-3/+4
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-231-4/+3
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-231-3/+4
* Revert 93724oshima@google.com2011-07-221-4/+3
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-221-3/+4
* Fixes crash in menu code. The crash occurs becausesky@chromium.org2011-07-213-2/+143
* some cleanup for base/stl_utildilmah@chromium.org2011-07-193-3/+3
* Make all Windows menus use the same spacing, rather than having some (those t...pam@chromium.org2011-07-191-0/+5
* Fixes regression from menu refactoring. The old windows code wasn'tsky@chromium.org2011-07-192-6/+8
* 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-154-18/+16
* Attempt 2 at:sky@chromium.org2011-07-138-400/+34
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-128-34/+400
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-128-400/+34
* Fixes crash when dropping on a menu showing the 'emtpy' menu item.sky@chromium.org2011-07-121-4/+4
* Ensure the back/forward menus support middle click.philippe.beaudoin@gmail.com2011-07-122-2/+19
* Multi-Profiles: Add icon chooser to profiles menusail@chromium.org2011-07-094-17/+36
* Makes views menu open submenus immediately when pressing a key. Wesky@chromium.org2011-07-081-1/+1
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-072-2/+2
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-293-4/+4
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-284-0/+85
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-244-40/+23
* Add MenuItemView API to control menu repositioning.rhashimoto@chromium.org2011-06-243-9/+59
* 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