summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/menu_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* GTK: Fix memory leak from r27666.estade@chromium.org2009-09-301-0/+2
* GTK: Set the back/forward and bookmark bar menus to always show their images.estade@chromium.org2009-09-111-0/+2
* Ellipsize long entries in bookmark menus and the back/forward menus.estade@chromium.org2009-08-271-1/+5
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-4/+13
* linux: fix regression where opening the page menu would cause a reloadevan@chromium.org2009-08-031-29/+30
* GTK: Show shortcuts in title bar context menu and tab context menu.estade@chromium.org2009-07-311-2/+2
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-7/+9
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-9/+7
* GTK: More hotkeys.estade@chromium.org2009-07-281-0/+5
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-4/+4
* linux: implement encodings menuevan@chromium.org2009-07-211-42/+37
* Work on RTL / BiDi Omnibox.deanm@chromium.org2009-07-161-1/+1
* More BIDI support:estade@chromium.org2009-06-261-4/+6
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* GTK bookmark manager: organize menu and aesthetic improvements.estade@chromium.org2009-06-081-4/+7
* Move ConvertAcceleratorsFromWindowsStyle into chrome/common/gtk_util.mattm@chromium.org2009-06-051-21/+3
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Properly display mnemonics in some gtk menus where they were not being escape...estade@chromium.org2009-05-291-3/+9
* GTK: Fix crash when right clicking on a tab in the tabstrip.erg@google.com2009-05-211-1/+6
* GTK: Clean up the bookmark bar context menuerg@google.com2009-05-211-2/+8
* Activate download shelf button while the menu is showing.estade@chromium.org2009-05-211-2/+16
* Prevent setting the checkbox value in menus from activating the menu item.erg@google.com2009-05-201-0/+21
* Reverting 16124.beng@google.com2009-05-141-1/+1
* Reverting 16122.beng@google.com2009-05-141-1/+1
* Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...beng@google.com2009-05-141-1/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* GTK: Display context menus on right-clicking a bookmark menu item.erg@google.com2009-05-121-59/+0
* Implement the "(empty)" disabled item placed in empty bookmark menus.erg@google.com2009-05-071-14/+20
* Clicking on a folder in the bookmark bar now shows its contents as a menu.erg@google.com2009-05-061-19/+89
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Constrain the gtk menu popup to the bounds of the current monitor.jhawkins@chromium.org2009-05-051-4/+9
* Recommit previous change with GYP files fixed.erg@google.com2009-04-161-26/+23
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-151-23/+26
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-151-26/+23
* Simplify TabGtk::ContextMenuController by adding methods to dynamically build...jhawkins@chromium.org2009-04-141-2/+23
* Convert instances of WideToUTF8(l10n_util::GetString( totc@google.com2009-04-141-3/+3
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-141-0/+4
* Linux: Ignore certain menu accelerators.estade@chromium.org2009-04-141-1/+6
* Gtk: pass the correct event time when we show right click context menus in th...estade@chromium.org2009-04-031-4/+3
* Don't allow hotkeys to activate un-activatable menu items on linux.estade@chromium.org2009-04-021-2/+6
* Properly fix menu display when using dark system themes.evan@chromium.org2009-03-271-3/+1
* Linux UI theming:estade@chromium.org2009-03-251-1/+3
* Ensure that MenuGtks are destroyed before their accelerator group.deanm@chromium.org2009-03-171-23/+12
* Move a bunch of our GTK code that was previous manually handling references (...deanm@chromium.org2009-03-161-9/+8
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-101-40/+2
* Implement right click context menu on gtk.estade@chromium.org2009-03-091-15/+36
* Implement accelerators in the gtk port (try 2).erg@google.com2009-03-061-1/+15
* Revert "Implement accelerators in the gtk port" at avi's request.erg@google.com2009-02-251-15/+1
* Implement accelerators in the gtk port.erg@google.com2009-02-251-1/+15