| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete unused themes from disk on shutdown. | tony@chromium.org | 2009-10-19 | 1 | -0/+3 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -3/+3 |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 1 | -40/+40 |
* | A few other miscellaneous bits of cleanup to BrowserThemeProvider: | pkasting@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Misc. cleanup for theme provider code, including: | pkasting@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | GTK: Refactor some things so GTK doesn't touch the on disk image cache. | erg@google.com | 2009-10-05 | 1 | -0/+5 |
* | Change disk access on theme install from UI to File thread. | mirandac@chromium.org | 2009-09-30 | 1 | -8/+25 |
* | Reverting 27520. | mirandac@chromium.org | 2009-09-29 | 1 | -25/+8 |
* | Change disk access on theme install from UI to File thread. | mirandac@chromium.org | 2009-09-29 | 1 | -8/+25 |
* | Wires up views on linux dialogs to use gtk ones. | sky@chromium.org | 2009-09-29 | 1 | -3/+3 |
* | Coverity: Initialize profile_ and process_images_ in the constructor. | jhawkins@chromium.org | 2009-09-28 | 1 | -1/+1 |
* | Convert the BrowerThemeProvider pointer from being ref counted to | tony@chromium.org | 2009-09-25 | 1 | -2/+1 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -11/+11 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -11/+11 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -11/+11 |
* | Reapplies the GdkPixbuf -> cairo surface patch. | erg@google.com | 2009-09-10 | 1 | -4/+4 |
* | http://src.chromium.org/viewvc/chrome?view=rev&revision=25829 should have inc... | mirandac@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Revert "Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X | erg@google.com | 2009-09-10 | 1 | -4/+4 |
* | Upload GdkPixbufs into cairo surfaces so they (hopefully) live on the X serve... | erg@google.com | 2009-09-09 | 1 | -4/+4 |
* | Fix theme cache corruption. | mirandac@chromium.org | 2009-09-03 | 1 | -5/+7 |
* | NNTP: Fix link and link underline colors | arv@google.com | 2009-09-03 | 1 | -0/+4 |
* | Fix theme caching on Vista 64 when default theme is installed from the theme ... | mirandac@chromium.org | 2009-08-28 | 1 | -0/+3 |
* | GTK Themes: Create an inactive tab text color based on the inactive tab. | erg@google.com | 2009-08-25 | 1 | -3/+3 |
* | GTK Themes: Fix linux UI frame regression introduced in r24170. | erg@google.com | 2009-08-25 | 1 | -0/+4 |
* | Cache images on theme install so startup does no image processing. | mirandac@chromium.org | 2009-08-24 | 1 | -1/+23 |
* | With the recent NNTP changes, we change the way themes work - they're now clo... | glen@chromium.org | 2009-08-11 | 1 | -0/+3 |
* | Allow theming of colors for the Mac. | avi@chromium.org | 2009-08-11 | 1 | -2/+7 |
* | Make the DOMUIThemeSource load and pass through a PNG, rather than relying on... | glen@chromium.org | 2009-08-05 | 1 | -4/+7 |
* | Implement kCurrentThemeID so we can know what the last theme to be installed ... | avi@chromium.org | 2009-08-03 | 1 | -0/+9 |
* | Fix a bunch of bugs related to NNTP theming. | glen@chromium.org | 2009-07-24 | 1 | -1/+7 |
* | Fix native GTK interface. | erg@chromium.org | 2009-07-19 | 1 | -2/+1 |
* | Allow the tiling of theme background images on the NTP. | mirandac@chromium.org | 2009-07-18 | 1 | -2/+25 |
* | Restore RTL icons to CustomDrawButtonBase. | tc@google.com | 2009-07-13 | 1 | -0/+6 |
* | GTK Themes: Refactored to use notifications instead of manual plumbing. | erg@google.com | 2009-07-13 | 1 | -67/+67 |
* | GTK: Initial implementation of using GTK themes, partially based on evan's CL... | erg@google.com | 2009-07-03 | 1 | -19/+100 |
* | Allow getting the theme tint as a value so that it can be applied independent... | avi@chromium.org | 2009-07-01 | 1 | -4/+13 |
* | Take 2 at fixing BrowserThemeProvider memory leaks. | tc@google.com | 2009-06-30 | 1 | -5/+2 |
* | Theme image support for the Mac. | avi@chromium.org | 2009-06-22 | 1 | -6/+15 |
* | More theme bits for the NTP and window frame. | glen@chromium.org | 2009-06-05 | 1 | -0/+3 |
* | Add ability to theme our buttons. | glen@chromium.org | 2009-06-04 | 1 | -0/+4 |
* | Allow themes to change the background of the new tab page. Adds support for d... | glen@chromium.org | 2009-06-02 | 1 | -1/+29 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 1 | -0/+1 |
* | Add GetPixbufNamed to ThemeProvider. GetPixbufNamed converts a loaded theme ... | jhawkins@chromium.org | 2009-05-20 | 1 | -0/+12 |
* | Track and free generated images in the browser theme provider. | jhawkins@chromium.org | 2009-05-18 | 1 | -7/+17 |
* | Re-land of earlier NTP theme patch; now with mac and linux compatibility. | glen@chromium.org | 2009-05-15 | 1 | -1/+3 |
* | Undo 16020 | glen@chromium.org | 2009-05-14 | 1 | -3/+1 |
* | Allow the new tab page to be themed (you may want to review DOMUIThemeSource ... | glen@chromium.org | 2009-05-14 | 1 | -1/+3 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+125 |