summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/menu_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: Stock menu icons update.sadrul@chromium.org2010-12-091-0/+21
* Remove "Open frame in new xxx" context menu options.tfarina@chromium.org2010-12-031-1/+0
* Add ActivatedAtWithDisposition to MenuModel.estade@chromium.org2010-11-111-1/+11
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-13/+10
* linux: Update how menu icons are assigned.estade@chromium.org2010-10-131-11/+22
* linux: Allow showing icons in menus.erg@google.com2010-10-081-9/+158
* GTK: The wrench menu should remain open after clicking +/-.erg@google.com2010-09-201-50/+70
* GTK: Cleanup MenuGtk to use signals thunk macros.erg@google.com2010-09-161-21/+17
* The "Update Chrome" menu item should appear in addition to the About menu.erg@google.com2010-08-311-5/+19
* Add support for status icon context menus for gtk.atwilson@chromium.org2010-08-241-0/+6
* Cleanup: Remove unneeded headers from app/ (part 3)thestig@chromium.org2010-07-311-2/+0
* The button menu items on GTK menus honor the enabled state of the command.sanjeevr@chromium.org2010-07-291-19/+20
* GTK: Grouped buttons should be equal sizes in new wrench menu.erg@chromium.org2010-07-091-2/+16
* GTK: Fix highlight and image colors in the new wrench menu.erg@chromium.org2010-07-081-12/+30
* Moves gtk accelerator processing functions to base/gtk_util so I cansky@chromium.org2010-07-011-0/+1
* GTK: Cleanups to the new wrench menu.erg@chromium.org2010-06-301-10/+49
* Reapply r50859 with chromeos fixes.erg@chromium.org2010-06-251-7/+84
* Revert 50859 - GTK: First draft of the unified cut/copy/paste and +/-/Fullscr...rafaelw@google.com2010-06-251-84/+7
* GTK: First draft of the unified cut/copy/paste and +/-/Fullscreen menu items.erg@chromium.org2010-06-251-7/+84
* Remove a NOTREACHED() that I'm triggering when I righttony@chromium.org2010-05-211-1/+2
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-121/+8
* Add icons to SimpleMenuModel.estade@chromium.org2010-05-051-13/+2
* GTK: Change menu delegate callback from CommandWasExecuted to CommandWillBeEx...estade@chromium.org2010-04-061-3/+3
* GTK browser actions toolbar fiddling:estade@chromium.org2010-04-021-16/+21
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* gtk: Fix menu display logic for people with top/down xinerama setups, part 2.thestig@chromium.org2010-03-191-11/+27
* Gtk: fix context menu positioning, take 2.estade@chromium.org2010-03-171-3/+7
* gtk: Fix menu display logic for people with top/down xinerama setups.thestig@chromium.org2010-03-171-7/+9
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* GTK: tweak where widget-anchored menus appear.estade@chromium.org2010-03-091-2/+3
* chrome 4: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-2/+4
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-2/+2
* GTK: support dynamic labels in GtkMenusestade@chromium.org2010-02-081-6/+29
* GTK: uninstall signal handlers when MenuGtk goes down so that they don't get ...estade@chromium.org2010-01-281-0/+2
* [Linux] Implement input methods context menu.suzhe@chromium.org2010-01-241-24/+41
* GTK: respect menu model's radio button groupings.estade@chromium.org2010-01-201-8/+11
* Gtk: fix reference counting/destruction of GtkMenu* in MenuGtk. estade@chromium.org2010-01-191-0/+6
* Escape the '&' character in the back/forward menu entries.estade@chromium.org2010-01-191-3/+3
* GTK: Use page and app menu models.estade@chromium.org2010-01-071-35/+78
* GTK: make tab context menu use tab_menu_modelestade@chromium.org2010-01-051-15/+45
* GTK: fix regression where MenuGtk::Delegate GetLabel() method was erroneously...estade@chromium.org2010-01-051-0/+3
* GTK: Remove OwnedWidgetGtk wrapper for the GtkMenu* in MenuGtk.estade@chromium.org2009-12-311-21/+14
* Implement browser action context menu on linux.estade@chromium.org2009-12-311-6/+24
* Make back forward menu model a MenuModel.estade@chromium.org2009-12-301-14/+21
* Fix radio items in MenuGtk.satorux@chromium.org2009-12-161-0/+7
* GTK: Fix popup menu positioning.estade@chromium.org2009-11-191-0/+8
* GTK: Fix context menu positioning.estade@chromium.org2009-11-061-6/+24
* GTK: Fix a couple minor popup window icon menu bugs.estade@chromium.org2009-11-041-3/+3