summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/custom_button.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: Mirror the close button when on the left.erg@chromium.org2010-05-241-1/+8
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* GTK: Add hover effects for GtkChromeButtons.estade@chromium.org2010-03-091-1/+1
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* GTK: add hover glow effect to toolbar buttonsestade@chromium.org2010-02-251-24/+101
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-1/+1
* GTK: Use themed background images in toolbar buttons.erg@google.com2009-11-111-5/+18
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-3/+3
* Reverting 26975.pkasting@chromium.org2009-09-231-3/+3
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-3/+3
* Reapplies the GdkPixbuf -> cairo surface patch.erg@google.com2009-09-101-39/+50
* Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the Xerg@google.com2009-09-101-50/+39
* Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve...erg@google.com2009-09-091-39/+50
* Add some spacing to titlebar buttons.estade@chromium.org2009-08-051-3/+4
* 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: Let custom draw buttons specify their stock size as well as their stock ...estade@chromium.org2009-07-241-6/+8
* gtk: Theme the tab close button.jhawkins@chromium.org2009-07-241-5/+34
* GTK Themes: Use the GTK close button in the download shelf and popup notifica...erg@google.com2009-07-231-14/+12
* GTK Themes: Fixes button state on pressed back/forward buttons and toolbar it...erg@google.com2009-07-211-14/+22
* Work on RTL / BiDi Omnibox.deanm@chromium.org2009-07-161-1/+1
* Restore RTL icons to CustomDrawButtonBase.tc@google.com2009-07-131-9/+8
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-29/+44
* Revert "Revert "Add button tinting to the toolbar buttons.""tc@google.com2009-07-101-27/+69
* Revert "Add button tinting to the toolbar buttons."tc@google.com2009-07-101-69/+27
* Add button tinting to the toolbar buttons.tc@google.com2009-07-101-27/+69
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-17/+40
* GTK custom frame: Don't show the border when maximized. Enlarge the close but...estade@chromium.org2009-06-301-1/+9
* Add a function to ResourceBundle to allow loading images that will mirror in ...estade@chromium.org2009-06-251-10/+6
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-231-6/+12
* Paint the custom frame border and round the corners.tc@google.com2009-06-181-1/+0
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-281-9/+3
* Refactor back/forward buttons to their own class. Fix them so the menu pops u...estade@chromium.org2009-05-261-3/+15
* Linux: clean up some focus issues.estade@chromium.org2009-05-081-0/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Make the Linux find bar look a bit better.deanm@chromium.org2009-05-041-2/+3
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-8/+4
* Make CustomContainerButton a gtk widget.erg@google.com2009-04-091-61/+0
* Implement stop/go button for Linux.willchan@chromium.org2009-04-091-23/+40
* Basic infobars on linux.estade@chromium.org2009-04-061-0/+11
* First implementation of a bookmark bar.erg@google.com2009-04-061-8/+11
* Change NineBox to render into a GtkWidget. This offers a minor speedup and s...jhawkins@chromium.org2009-03-261-18/+2
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Normalize end of file newlines in chrome/browser/gtk/.deanm@chromium.org2009-03-101-1/+0
* Draw custom menu buttons properly.evan@chromium.org2009-02-201-36/+91
* Relocate custom button code to its own files, in anticipation of more changes.evan@chromium.org2009-02-191-0/+88