summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_controller.h
Commit message (Expand)AuthorAgeFilesLines
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-101-3/+3
* Fixes crash in menu code that would happen if you attempted to show asky@chromium.org2011-04-261-6/+9
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Forward mouse wheel events to submenusoshima@google.com2011-03-191-1/+5
* Clean up some event code:msw@chromium.org2011-03-141-2/+2
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-1/+2
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-111-1/+1
* Adds some debugging in code in hopes of figuring out a crash in thesky@chromium.org2011-01-131-12/+25
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-0/+3
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-051-1/+1
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+4
* Fixes bug in bookmark menus where using arrow keys would selectsky@chromium.org2010-09-131-0/+7
* Fixes bookmark menus to deal with multiple menus sharing the samesky@chromium.org2010-09-071-0/+14
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adds support for click-drag-release on views embedded in a menu tosky@chromium.org2010-06-181-0/+21
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-091-0/+4
* Close menu on grab broke event.oshima@chromium.org2010-05-051-0/+6
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-161-17/+21
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-5/+3
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-281-2/+22
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-261-1/+10
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-2/+2
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-091-0/+6
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-261-5/+9
* Reverts menu patch.sky@chromium.org2009-08-261-9/+5
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-261-5/+9
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-241-11/+6
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-201-0/+379