Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer). | tfarina@chromium.org | 2012-03-24 | 1 | -1/+1 |
* | ui/gfx: Do not use the deprecated SkBitmap::getConfig() function. | tfarina@chromium.org | 2012-03-19 | 1 | -2/+2 |
* | Invert web content when Windows color scheme is white-on-black. | dmazzoni@chromium.org | 2012-03-17 | 1 | -0/+8 |
* | [Coverity] Fixed pass-by-value to pass-by-reference | groby@chromium.org | 2012-03-12 | 1 | -8/+8 |
* | Check for no pixels after calling lockPixels(). If so, we return rather than | reed@google.com | 2011-05-24 | 1 | -0/+6 |
* | Fix glitchy drawing in faded tab titles | sail@chromium.org | 2011-04-26 | 1 | -9/+9 |
* | Take 2 at fixing a double overflow bug in RGB->HSL conversion. | tony@chromium.org | 2011-02-26 | 1 | -3/+3 |
* | Fix rounding error when convering HSL values to RGB. | tony@chromium.org | 2011-02-24 | 1 | -11/+13 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 1 | -0/+300 |