summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
...
* Make NetworkMenuModel a ui::MenuModel again.rhashimoto@chromium.org2011-08-034-7/+15
* Fixes crash in menu code. Based on crash data we're being asked forsky@chromium.org2011-08-011-4/+3
* Fixes crash in menu code. MenuItemView doesn't handle trying to show asky@chromium.org2011-07-291-0/+5
* Adds some debugging code to help isolate if we're crashing because thesky@chromium.org2011-07-292-7/+20
* Create views.dll / libviews.sodarin@chromium.org2011-07-2811-15/+20
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-273-8/+16
* Fixes bug in showing a sibling menu that could lead to ansky@chromium.org2011-07-261-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Use widget to specify the parent of views menu.oshima@google.com2011-07-2610-26/+20
* 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