summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/native_menu_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* views: Convert NativeMenuGtk to use the new callback system.tfarina@chromium.org2011-09-271-1/+2
* Reland "views: Factor out MenuListener into its own header file."tfarina@chromium.org2011-09-231-10/+12
* Revert 102512 - views: Factor out MenuListener into its own header file.thakis@chromium.org2011-09-231-12/+10
* views: Factor out MenuListener into its own header file.tfarina@chromium.org2011-09-231-10/+12
* views: Make use of ObserverList API to add/remove MenuListeners from NativeMenu.tfarina@chromium.org2011-09-141-5/+4
* Fix for paint issue on initial screen.oshima@google.com2011-03-311-0/+2
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-1/+4
* touch: Fix compile after views API changes, and remove some dead code.sadrul@chromium.org2011-02-091-3/+0
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-2/+2
* Do not send many requests to flimflam when network chagned.oshima@chromium.org2010-11-091-0/+4
* Re-insert IP address in Network Menu.stevenjb@chromium.org2010-11-081-1/+1
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+3
* Menu crash fix for domui/gtk menu that is caused by multiple context menu req...oshima@chromium.org2010-10-221-0/+7
* Add SetMinimumWidth to Menu2 for chromeos.oshima@chromium.org2010-09-291-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fixes possible crash in showing menus. This is less likely now thatsky@chromium.org2010-07-011-2/+11
* Fix number of arguments to gtk callback macro.dmazzoni@chromium.org2010-04-011-2/+2
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-0/+13
* Re-apply r42703 which was reverted because of a conflict with another patch t...estade@chromium.org2010-03-261-4/+5
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-17/+3
* estade:- This revert is to fix interactive ui test failures which have been b...ananta@chromium.org2010-03-261-4/+4
* Views: fix a crash where in the browser actions container.estade@chromium.org2010-03-261-4/+4
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-3/+17
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-17/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-3/+17
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-10/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-3/+10
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-10/+3
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-3/+10
* implement previous TODO to show associated shortcut keys for page and wrench ...kuan@chromium.org2010-02-191-1/+2
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-021-0/+16
* Fix submenu leak in menu2.oshima@chromium.org2010-02-011-1/+10
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-211-3/+19
* Fixes possible crash in menus on views/gtk. The crash would happen ifsky@chromium.org2010-01-071-0/+6
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-4/+6
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...yusukes@google.com2009-11-241-1/+1
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-111-2/+10
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-211-0/+4
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-091-4/+2
* A new menu system for views.ben@chromium.org2009-06-081-0/+59