summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_menu_controller_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded headers from app/ (part 3)thestig@chromium.org2010-07-311-1/+0
* Linux: remove mismatched braceestade@chromium.org2010-07-121-1/+1
* [Gtk] on middle click, open all bookmarks in tabsestade@chromium.org2010-07-121-24/+35
* GTK: improve bookmark menu subfolder drag workaround.estade@chromium.org2010-07-081-6/+9
* Remove the bookmark menu.pkasting@chromium.org2010-07-011-2/+1
* Get rid of some dead bookmark context menu code.viettrungluu@chromium.org2010-05-061-3/+2
* GTK: unify the bookmark dragging icon generation code into bookmark utils.estade@chromium.org2010-04-301-2/+6
* GTK browser actions toolbar fiddling:estade@chromium.org2010-04-021-20/+1
* GTK: More transitions to thunk definition macros.erg@chromium.org2010-03-201-60/+37
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-3/+3
* GTK: allow drags on bookmark menu folder nodes.estade@chromium.org2010-03-101-12/+41
* 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-6/+6
* Bookmark context menu unforking:estade@chromium.org2010-02-081-7/+8
* Revert 38056 - Unfork BookmarkMenuGtk and BookmarkMenuController.chase@chromium.org2010-02-041-8/+7
* Unfork BookmarkMenuGtk and BookmarkMenuController.estade@chromium.org2010-02-041-7/+8
* Make BookmarkContextMenuGtk use a SimpleMenuModel. Also separate controller a...estade@chromium.org2010-01-281-5/+6
* Allow link drags from the star, bookmarks bar, and bookmark bar menustony@chromium.org2010-01-201-3/+3
* GTK: Fix context menu positioning.estade@chromium.org2009-11-061-1/+1
* Add another drag flavor for bookmark menu controller menu items.estade@chromium.org2009-11-061-2/+4
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-1/+1
* Renames browser/gtk/bookmark_context_menu tosky@chromium.org2009-10-081-3/+3
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* GTK: Fix a bookmark dragging crasher by initing a member var.estade@chromium.org2009-09-291-0/+1
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-231-1/+8
* Set the parent of BookmarkContextMenu to be the browser window, nottony@chromium.org2009-09-181-2/+2
* GTK: Set the back/forward and bookmark bar menus to always show their images.estade@chromium.org2009-09-111-0/+1
* Make the bookmark toolbar folders act like a menu bar.estade@chromium.org2009-09-081-8/+8
* GTK: Make the bookmark menu controller use the GTK-native folder/default favi...estade@chromium.org2009-09-021-13/+6
* Ellipsize long entries in bookmark menus and the back/forward menus.estade@chromium.org2009-08-271-2/+9
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Revert accidental change that snuck into my last patch.estade@chromium.org2009-08-071-1/+2
* GTK: Make the bookmark bar folder menus dismiss properly.estade@chromium.org2009-08-071-2/+37
* Fix some issues with bookmark bar folder menu.estade@chromium.org2009-08-071-11/+32
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-0/+1
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-1/+1
* Make more things clickable in the bookmark bar menus:estade@chromium.org2009-07-151-4/+16
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-2/+2
* Make bookmark bar folder buttons look active so long as the menu is open.estade@chromium.org2009-07-081-1/+20
* GTK Themes: Set the text color of bookmark buttons to theme color.erg@google.com2009-07-071-2/+4
* More web contents dragging.estade@chromium.org2009-06-291-3/+3
* GTK: Drags from bookmark menus to the bookmark bar.erg@google.com2009-06-291-5/+67
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-13/+17
* Fork bookmark context menu logic across platforms. There's too much crazy stu...ben@chromium.org2009-06-251-1/+1
* GTK: Fix middle click in bookmark menus opening with wrong disposition.erg@google.com2009-06-231-2/+2
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+1
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-271-2/+1
* Move the BookmarkMenuController out of bookmarks to the platform-specific partbrettw@chromium.org2009-05-261-0/+190