summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix theme cache corruption.mirandac@chromium.org2009-09-031-29/+35
* NNTP: Fix link and link underline colorsarv@google.com2009-09-031-2/+25
* Make theme setup a little faster by not blurring images for tab backgrounds.mirandac@chromium.org2009-09-031-5/+5
* If a preferences file references a theme which is from an old version, or who...mirandac@chromium.org2009-08-281-2/+18
* 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
* Fix theme caching on Vista 64 when default theme is installed from the theme ...mirandac@chromium.org2009-08-281-6/+15
* Add call to BrowserThemeProvider::GenerateBitmap removed in r24170.erg@google.com2009-08-271-0/+5
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-261-1/+1
* - Fix bug where white logo wasn't showingglen@chromium.org2009-08-251-6/+6
* Cache images on theme install so startup does no image processing.mirandac@chromium.org2009-08-241-52/+167
* With the recent NNTP changes, we change the way themes work - they're now clo...glen@chromium.org2009-08-111-6/+24
* Allow theming of colors for the Mac.avi@chromium.org2009-08-111-30/+68
* GTK Theme: Use Glen's new non-bordererg@google.com2009-08-081-4/+6
* Quick 'low-risk-for-the-next-release' fix to increase theme install/load perf...glen@chromium.org2009-08-051-1/+1
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-0/+18
* Implement kCurrentThemeID so we can know what the last theme to be installed ...avi@chromium.org2009-08-031-0/+14
* Add null pointer check. It appears some themes specify images that don't exis...glen@chromium.org2009-07-291-5/+6
* Generate tab images on browser load (previously we were only doing it on start).glen@chromium.org2009-07-281-0/+1
* Stop using strings for NTP logo inversionglen@chromium.org2009-07-241-3/+3
* Let theme values that previous had to be real be specified as ints.glen@chromium.org2009-07-241-8/+17
* Fix a bunch of bugs related to NNTP theming.glen@chromium.org2009-07-241-15/+106
* Allow the tiling of theme background images on the NTP.mirandac@chromium.org2009-07-181-1/+57
* GTK Themes: Make the location bar area look native.erg@google.com2009-07-161-2/+2
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+1
* Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...erg@google.com2009-07-151-1/+1
* GTK Themes: Tint throbbers like we tint all other buttons in the interface.erg@google.com2009-07-151-1/+1
* Make our HSL shifting match Photoshop's.glen@chromium.org2009-07-151-7/+6
* Make theme provider remember display properties settings and color's alpha.glen@chromium.org2009-07-151-4/+8
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-59/+72
* GTK Themes: Use the correct text color in the tab strip.erg@google.com2009-07-081-1/+1
* Fix the current remaining Views-GTK compile and linker errors.brettw@chromium.org2009-07-061-2/+2
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-64/+82
* Prefer arraysize() over sizeof().cmp@google.com2009-07-021-1/+1
* Allow getting the theme tint as a value so that it can be applied independent...avi@chromium.org2009-07-011-25/+44
* Take 2 at fixing BrowserThemeProvider memory leaks.tc@google.com2009-06-301-11/+9
* Reverting 19447.ericroman@google.com2009-06-271-11/+6
* We're leaking almost all the theme bitmaps. Properly delete imagestc@google.com2009-06-271-6/+11
* Use regular notifications for theme changes.tc@google.com2009-06-261-4/+6
* Theme image support for the Mac.avi@chromium.org2009-06-221-36/+41
* More theme bits for the NTP and window frame.glen@chromium.org2009-06-051-3/+12
* Add ability to theme our buttons.glen@chromium.org2009-06-041-60/+65
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Allow themes to change the background of the new tab page. Adds support for d...glen@chromium.org2009-06-021-44/+177
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-311-0/+14
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-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
* Add GetPixbufNamed to ThemeProvider. GetPixbufNamed converts a loaded theme ...jhawkins@chromium.org2009-05-201-0/+8