summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* GTK: Don't show bookmark bar remnants in fullscreen mode.estade@chromium.org2009-09-141-1/+8
* Make the bookmark toolbar folders act like a menu bar.estade@chromium.org2009-09-081-1/+13
* GTK: Implement the bookmark bar chevron.estade@chromium.org2009-09-021-0/+21
* Squash the bookmark bar into the toolbar by 4 pixels.estade@chromium.org2009-09-011-6/+3
* Don't resize the renderer while opening the bookmark bar or an infobar.estade@chromium.org2009-08-311-2/+2
* gtk: port ButtonSeparatorViewestade@chromium.org2009-08-251-0/+3
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-0/+4
* GTK: button clicking cleanup.estade@chromium.org2009-08-111-10/+4
* More theme fixes.tc@google.com2009-08-061-7/+0
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-15/+11
* Bookmark bar: Don't connect to the OnDragDrop signal since we can just use th...estade@chromium.org2009-07-231-3/+0
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-1/+2
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-1/+2
* GTK Themes: Put the bookmark bar in a event box to prevent leaking.erg@google.com2009-07-141-3/+6
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-6/+16
* A little bit of bookmark bar cleanup, a little bit of padding improvement.estade@chromium.org2009-07-101-8/+4
* GTK: Allow user to drag onto folder in bookmark bar.estade@chromium.org2009-07-081-1/+6
* GTK Themes: Set the text color of bookmark buttons to theme color.erg@google.com2009-07-071-1/+6
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-0/+3
* GTK: Drags from bookmark menus to the bookmark bar.erg@google.com2009-06-291-7/+0
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-16/+16
* GTK bookmark bar: only animate when user changes the pref (not, for example, ...estade@chromium.org2009-06-161-2/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-1/+0
* Fix themed toolbar drawing following tabstrip changes.estade@chromium.org2009-06-121-1/+4
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-011-1/+7
* linux: Bookmark bar slide animation.estade@chromium.org2009-05-291-1/+9
* Linux: add background image theming to bookmark bar.estade@chromium.org2009-05-201-6/+13
* GTK: Modify the bookmark bar to actually use GTK drag and drop.erg@google.com2009-05-151-5/+12
* Update the instructional text's visibility on bookmark add/remove events.erg@google.com2009-05-081-0/+4
* Connect a menu to the "Other bookmarks" button.erg@google.com2009-05-071-0/+2
* Clicking on a folder in the bookmark bar now shows its contents as a menu.erg@google.com2009-05-061-0/+5
* Adds (non-working) folders and GTK dialogs.erg@google.com2009-04-231-0/+5
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-211-2/+2
* Recommit previous change with GYP files fixed.erg@google.com2009-04-161-2/+9
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-6/+0
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-151-9/+2
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-151-2/+9
* Use favicons in the bookmark bar under GTK.erg@google.com2009-04-101-0/+6
* Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.erg@google.com2009-04-101-34/+33
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-101-4/+4
* Make CustomContainerButton a gtk widget.erg@google.com2009-04-091-3/+1
* Reimplement the bookmark bar to use a GtkToolbar.erg@google.com2009-04-081-4/+52
* First implementation of a bookmark bar.erg@google.com2009-04-061-0/+148