summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
...
* Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...shinyak@google.com2011-09-052-6/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-4/+6
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-6/+4
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-4/+6
* Converts creation of MenuRunner on the stack to be a field on thesky@chromium.org2011-08-311-0/+7
* linux: delete code that worked around gtk <2.18evan@chromium.org2011-08-291-13/+0
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-269-36/+46
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-251-8/+2
* Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+8
* Add Aura support to views:ben@chromium.org2011-08-251-1/+1
* Fixes the touch build from patch @ 98179. I missed a touch class usingsky@chromium.org2011-08-252-9/+16
* Moves ownership of MenuItemView to MenuRunner as well as responbilitysky@chromium.org2011-08-2510-216/+380
* Reapplies code that fixed 90860 without debugging code. This is thesky@chromium.org2011-08-241-0/+8
* Reverts debugging code added for 90860. The change to MenuItemViewsky@chromium.org2011-08-242-12/+2
* Converts a DCHECK into a CHECK in hopes of tracking why the menu codesky@chromium.org2011-08-191-1/+2
* Adds some debugging code in hopes of finding why 90860 is happening.sky@chromium.org2011-08-182-2/+12
* Implemented nicer battery statusdavemoore@chromium.org2011-08-127-4/+49
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-0511-18/+18
* 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