summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't treat underscores as mnemonics in the bookmark bar.estade@chromium.org2009-06-191-2/+21
* gtk bookmark bar: Initialize a member variable.estade@chromium.org2009-06-171-0/+1
* GTK bookmark bar: only animate when user changes the pref (not, for example, ...estade@chromium.org2009-06-161-5/+13
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+2
* Bookmark dragging cleanup.estade@chromium.org2009-06-161-0/+4
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Make findbar paint themed image.estade@chromium.org2009-06-131-3/+5
* Fix themed toolbar drawing following tabstrip changes.estade@chromium.org2009-06-121-2/+7
* Fix bookmark bar shutdown crash.estade@chromium.org2009-06-081-0/+6
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-051-1/+1
* Implement some drag-n-drop for the bookmark manager.estade@chromium.org2009-06-051-83/+31
* Don't crash when dragging bookmarks from one bookmark bar to another (as with...estade@chromium.org2009-06-041-6/+13
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-031-1/+0
* Linux: more bookmark manager stuff.estade@chromium.org2009-06-031-4/+4
* Linux bookmark manager first cut.estade@chromium.org2009-06-031-9/+4
* Make bookmark bar more amenable to dark themes.estade@chromium.org2009-06-021-0/+39
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-011-0/+8
* linux: Bookmark bar slide animation.estade@chromium.org2009-05-291-5/+43
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-271-4/+2
* Move the BookmarkMenuController out of bookmarks to the platform-specific partbrettw@chromium.org2009-05-261-1/+1
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-211-0/+1
* Revert 16567.ben@chromium.org2009-05-211-1/+0
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-0/+1
* Linux: add background image theming to bookmark bar.estade@chromium.org2009-05-201-19/+42
* Fix crash in bookmark bar where we had conflicting ids.erg@google.com2009-05-201-10/+13
* GTK: Don't display empty tooltips on folders in the bookmark bar.erg@google.com2009-05-201-1/+3
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-2/+2
* GTK: Modify the bookmark bar to actually use GTK drag and drop.erg@google.com2009-05-151-22/+123
* Reverting 16124.beng@google.com2009-05-141-2/+3
* Reverting 16122.beng@google.com2009-05-141-3/+2
* Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...beng@google.com2009-05-141-2/+3
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Update the instructional text's visibility on bookmark add/remove events.erg@google.com2009-05-081-1/+9
* Fix regression introduced in r15560 where all bookmark buttons became folders.erg@google.com2009-05-081-1/+13
* Connect a menu to the "Other bookmarks" button.erg@google.com2009-05-071-25/+14
* Clicking on a folder in the bookmark bar now shows its contents as a menu.erg@google.com2009-05-061-1/+11
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Adds (non-working) folders and GTK dialogs.erg@google.com2009-04-231-13/+51
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-211-3/+3
* Recommit previous change with GYP files fixed.erg@google.com2009-04-161-19/+60
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-8/+7
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-151-60/+19
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-151-19/+60
* Convert instances of WideToUTF8(l10n_util::GetString( totc@google.com2009-04-141-1/+1
* Use favicons in the bookmark bar under GTK.erg@google.com2009-04-101-11/+28
* Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.erg@google.com2009-04-101-17/+165
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-101-4/+4
* Restore -Wall to Linux build and set up for -Werror.sgk@google.com2009-04-091-1/+0
* Make CustomContainerButton a gtk widget.erg@google.com2009-04-091-61/+5