summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Track and free generated images in the browser theme provider.jhawkins@chromium.org2009-05-181-5/+17
* Convert uints to size_tsglen@chromium.org2009-05-151-1/+1
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-27/+54
* Undo 16020glen@chromium.org2009-05-141-54/+27
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-27/+54
* Fix browser theme provider cache miss crash.glen@chromium.org2009-05-111-8/+7
* Temporarily revert char* to std::string because Linux and Mac are throwing 'd...glen@chromium.org2009-05-091-17/+17
* Make 'reset theme' work.glen@chromium.org2009-05-091-31/+33
* Some unnecessary painting and initing was being done.glen@chromium.org2009-05-091-9/+8
* Random cleanups and stubs to get cross platform build going.glen@chromium.org2009-05-091-1/+1
* To get things green:glen@chromium.org2009-05-091-1/+5
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+527