summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the browser_sync flag.zork@chromium.org2009-10-271-10/+0
* GTK: Draw floating bookmark bar correctly during resizes.estade@chromium.org2009-10-271-17/+60
* GTK: Check for null in bookmark bar drag received handlerestade@chromium.org2009-10-221-0/+2
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-5/+5
* GTK: properly resize bookmark bar when going from attached to detached on NTP...estade@chromium.org2009-10-161-2/+3
* Fix pieces of syncapi that aren't implemented on Linux.zork@chromium.org2009-10-151-0/+31
* Blind attempt at fixing the bookmark bar instructional text color for GTK.pkasting@chromium.org2009-10-141-8/+17
* GTK: avoid a hang brought on by an infinite size-allocate queue.estade@chromium.org2009-10-131-3/+13
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-2/+4
* 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: Draw bottom-aligned ntp themes on floating bookmark bar.estade@chromium.org2009-10-071-35/+28
* Fix build.erg@google.com2009-10-061-1/+1
* Mac: Implements the special bookmark bar on NTP.erg@chromium.org2009-10-061-1/+1
* GTK: Detach bookmark bar on NTP.estade@chromium.org2009-10-011-38/+170
* GTK: Add three simple unit tests to the bookmark bar.erg@google.com2009-09-251-3/+4
* GTK: Fix overflow chevron for RTL locales.estade@chromium.org2009-09-251-4/+11
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-231-1/+4
* GTK: Add a bunch more widget names for parasite.estade@chromium.org2009-09-181-2/+0
* GTK: Don't show bookmark bar remnants in fullscreen mode.estade@chromium.org2009-09-141-3/+11
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-2/+3
* GTK: Fix another awesome menu bar helper bug.estade@chromium.org2009-09-101-4/+5
* Reapplies the GdkPixbuf -> cairo surface patch.erg@google.com2009-09-101-4/+4
* Linux: avoid a NOTREACHED() by not reaching it.mdm@chromium.org2009-09-101-2/+4
* Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the Xerg@google.com2009-09-101-4/+4
* GTK: fix bookmark bar regression:estade@chromium.org2009-09-091-3/+10
* Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve...erg@google.com2009-09-091-4/+4
* Make the bookmark toolbar folders act like a menu bar.estade@chromium.org2009-09-081-23/+74
* GTK Theme: Don't render IDR_THEME_TOOLBAR on GtkWidgets.erg@google.com2009-09-081-1/+9
* GTK: Implement the bookmark bar chevron.estade@chromium.org2009-09-021-3/+80
* Squash the bookmark bar into the toolbar by 4 pixels.estade@chromium.org2009-09-011-18/+19
* Don't resize the renderer while opening the bookmark bar or an infobar.estade@chromium.org2009-08-311-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* gtk: port ButtonSeparatorViewestade@chromium.org2009-08-251-1/+59
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-4/+9
* Fix up bookmark bar event stuff.estade@chromium.org2009-08-111-7/+25
* GTK: button clicking cleanup.estade@chromium.org2009-08-111-43/+14
* Restore right click on bookmark bar.estade@chromium.org2009-08-071-1/+1
* More theme fixes.tc@google.com2009-08-061-14/+23
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-1/+1
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-1/+1
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-66/+66
* Bookmark bar: Don't connect to the OnDragDrop signal since we can just use th...estade@chromium.org2009-07-231-21/+0
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-0/+1
* Don't create new tabs for middle clicks on bookmark items when the user relea...estade@chromium.org2009-07-221-0/+6
* GTK Themes: In GTK mode, bookmark buttons should be the same size as "Other b...erg@google.com2009-07-211-0/+21
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-28/+48
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-4/+5