| Commit message (Expand) | Author | Age | Files | Lines |
* | Use predefined color names where possible for clarity. Also use "SkColorSetA... | pkasting@chromium.org | 2009-10-13 | 1 | -10/+8 |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 1 | -64/+76 |
* | A few other miscellaneous bits of cleanup to BrowserThemeProvider: | pkasting@chromium.org | 2009-10-13 | 1 | -21/+19 |
* | Misc. cleanup for theme provider code, including: | pkasting@chromium.org | 2009-10-13 | 1 | -245/+213 |
* | Make function definition order (.cc) match function declaration order (.h). ... | pkasting@chromium.org | 2009-10-12 | 1 | -399/+399 |
* | GTK: Refactor some things so GTK doesn't touch the on disk image cache. | erg@google.com | 2009-10-05 | 1 | -30/+42 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -8/+7 |
* | Change disk access on theme install from UI to File thread. | mirandac@chromium.org | 2009-09-30 | 1 | -53/+96 |
* | Reverting 27520. | mirandac@chromium.org | 2009-09-29 | 1 | -96/+53 |
* | Change disk access on theme install from UI to File thread. | mirandac@chromium.org | 2009-09-29 | 1 | -53/+96 |
* | Wires up views on linux dialogs to use gtk ones. | sky@chromium.org | 2009-09-29 | 1 | -1/+1 |
* | Coverity: Initialize profile_ and process_images_ in the constructor. | jhawkins@chromium.org | 2009-09-28 | 1 | -2/+3 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -22/+21 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -21/+22 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -22/+21 |
* | Lands http://codereview.chromium.org/203029 for Thiago: | sky@chromium.org | 2009-09-18 | 1 | -0/+1 |
* | Check in http://codereview.chromium.org/197013/show for tfarina. | mirandac@chromium.org | 2009-09-10 | 1 | -2/+1 |
* | Force preferences to save immediately when a theme is set, so that a browser ... | mirandac@chromium.org | 2009-09-10 | 1 | -0/+1 |
* | Fix problem of white box appearing in themes without an NTP background image. | mirandac@chromium.org | 2009-09-10 | 1 | -0/+7 |
* | Ensure that inactive tab images line up correctly with frame image when theme... | mirandac@chromium.org | 2009-09-10 | 1 | -6/+33 |
* | Fix theme cache corruption. | mirandac@chromium.org | 2009-09-03 | 1 | -29/+35 |
* | NNTP: Fix link and link underline colors | arv@google.com | 2009-09-03 | 1 | -2/+25 |
* | Make theme setup a little faster by not blurring images for tab backgrounds. | mirandac@chromium.org | 2009-09-03 | 1 | -5/+5 |
* | If a preferences file references a theme which is from an old version, or who... | mirandac@chromium.org | 2009-08-28 | 1 | -2/+18 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Fix theme caching on Vista 64 when default theme is installed from the theme ... | mirandac@chromium.org | 2009-08-28 | 1 | -6/+15 |
* | Add call to BrowserThemeProvider::GenerateBitmap removed in r24170. | erg@google.com | 2009-08-27 | 1 | -0/+5 |
* | Add single line of tips to NNTP. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | - Fix bug where white logo wasn't showing | glen@chromium.org | 2009-08-25 | 1 | -6/+6 |
* | Cache images on theme install so startup does no image processing. | mirandac@chromium.org | 2009-08-24 | 1 | -52/+167 |
* | With the recent NNTP changes, we change the way themes work - they're now clo... | glen@chromium.org | 2009-08-11 | 1 | -6/+24 |
* | Allow theming of colors for the Mac. | avi@chromium.org | 2009-08-11 | 1 | -30/+68 |
* | GTK Theme: Use Glen's new non-border | erg@google.com | 2009-08-08 | 1 | -4/+6 |
* | Quick 'low-risk-for-the-next-release' fix to increase theme install/load perf... | glen@chromium.org | 2009-08-05 | 1 | -1/+1 |
* | Make the DOMUIThemeSource load and pass through a PNG, rather than relying on... | glen@chromium.org | 2009-08-05 | 1 | -0/+18 |
* | Implement kCurrentThemeID so we can know what the last theme to be installed ... | avi@chromium.org | 2009-08-03 | 1 | -0/+14 |
* | Add null pointer check. It appears some themes specify images that don't exis... | glen@chromium.org | 2009-07-29 | 1 | -5/+6 |
* | Generate tab images on browser load (previously we were only doing it on start). | glen@chromium.org | 2009-07-28 | 1 | -0/+1 |
* | Stop using strings for NTP logo inversion | glen@chromium.org | 2009-07-24 | 1 | -3/+3 |
* | Let theme values that previous had to be real be specified as ints. | glen@chromium.org | 2009-07-24 | 1 | -8/+17 |
* | Fix a bunch of bugs related to NNTP theming. | glen@chromium.org | 2009-07-24 | 1 | -15/+106 |
* | Allow the tiling of theme background images on the NTP. | mirandac@chromium.org | 2009-07-18 | 1 | -1/+57 |
* | GTK Themes: Make the location bar area look native. | erg@google.com | 2009-07-16 | 1 | -2/+2 |
* | GTK Themes: Tint throbbers like we tint all other buttons in the interface. | erg@google.com | 2009-07-15 | 1 | -1/+1 |
* | Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte... | erg@google.com | 2009-07-15 | 1 | -1/+1 |
* | GTK Themes: Tint throbbers like we tint all other buttons in the interface. | erg@google.com | 2009-07-15 | 1 | -1/+1 |
* | Make our HSL shifting match Photoshop's. | glen@chromium.org | 2009-07-15 | 1 | -7/+6 |
* | Make theme provider remember display properties settings and color's alpha. | glen@chromium.org | 2009-07-15 | 1 | -4/+8 |
* | GTK Themes: Refactored to use notifications instead of manual plumbing. | erg@google.com | 2009-07-13 | 1 | -59/+72 |