summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/gtk_theme_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium si...erg@google.com2010-01-271-9/+26
* GTK: Use color data from the MetaFrames class in gtk+ theme mode.erg@google.com2010-01-221-1/+15
* GTK: Theme the NTP with GTK+ colors.erg@google.com2010-01-151-6/+58
* Only calculate the GTK scrollbar colors once and then update all RenderPrefer...erg@google.com2010-01-071-20/+20
* linux: reduce header interdependenciesevan@chromium.org2009-12-291-0/+1
* GTK: Fix regression where we don't build tinted buttons in GTK theme mode.erg@google.com2009-12-151-7/+18
* Try 2: Completely redo how themes are stored on disk and processed at install...erg@google.com2009-12-141-72/+153
* Revert "Completely redo how themes are stored on disk and processed at installerg@google.com2009-12-111-153/+72
* Completely redo how themes are stored on disk and processed at install time.erg@google.com2009-12-111-72/+153
* re-apply r34183estade@chromium.org2009-12-101-0/+89
* rollback r34183estade@chromium.org2009-12-091-89/+0
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-091-0/+89
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Style cleanups for BrowserThemeProvider. Move the globaltony@chromium.org2009-11-171-0/+2
* More style nits.erg@google.com2009-10-141-1/+0
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-131-5/+5
* Misc. cleanup for theme provider code, including:pkasting@chromium.org2009-10-131-9/+6
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* GTK: Refactor some things so GTK doesn't touch the on disk image cache.erg@google.com2009-10-051-11/+17
* GTK: Use a calculated border color in chrome theme mode instead of blue.erg@google.com2009-09-291-9/+13
* Wires up views on linux dialogs to use gtk ones.sky@chromium.org2009-09-291-1/+0
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-16/+19
* Reverting 26975.pkasting@chromium.org2009-09-231-2/+2
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-2/+2
* Update the system favicon/folder icon on theme change.estade@chromium.org2009-09-111-0/+61
* Reapplies the GdkPixbuf -> cairo surface patch.erg@google.com2009-09-101-0/+38
* Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the Xerg@google.com2009-09-101-33/+0
* Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve...erg@google.com2009-09-091-0/+33
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-5/+2
* Add call to BrowserThemeProvider::GenerateBitmap removed in r24170.erg@google.com2009-08-271-1/+0
* Fix startup regression in gtk theme mode.erg@google.com2009-08-261-1/+14
* GTK Themes: Create an inactive tab text color based on the inactive tab.erg@google.com2009-08-251-1/+26
* GTK Themes: Fix linux UI frame regression introduced in r24170.erg@google.com2009-08-251-0/+7
* GTK Themes: Use a consistent border color along all webcontent.erg@chromium.org2009-08-111-0/+24
* GTK Theme: Use Glen's new non-bordererg@google.com2009-08-081-19/+40
* GTK Themes: A gtkrc file can now override our choice of frame color byerg@google.com2009-07-271-11/+53
* gtk: Make GtkThemeProvider own the gtk label widget. The widget is not added...jhawkins@chromium.org2009-07-211-4/+5
* GTK Themes: Get text color from a label object; this should fix some theme te...erg@google.com2009-07-211-16/+20
* GTK Themes: Inactive title bars should follow the bg insensitive color.erg@google.com2009-07-151-6/+13
* Use tinted icons for menu buttons.tc@google.com2009-07-151-1/+1
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-35/+101
* GTK Themes: Provide the correct inactive frame tint color.erg@google.com2009-07-101-3/+2
* GTK Themes: Set the text color of bookmark buttons to theme color.erg@google.com2009-07-071-0/+13
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-0/+154