| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac. | glen@chromium.org | 2009-05-06 | 6 | -5/+650 |
* | Fixes two Linux canvas related bugs. | sky@chromium.org | 2009-05-04 | 1 | -7/+6 |
* | Integrate change of Skia upstream. | deanm@chromium.org | 2009-04-30 | 9 | -40/+82 |
* | A better fix for http://www.crbug.com/2044: crash | senorblanco@chromium.org | 2009-04-29 | 2 | -0/+17 |
* | Reverting 14712 on behalf of glen. | hbono@chromium.org | 2009-04-28 | 6 | -649/+5 |
* | Add bitmap manipulation functions in advance of themes. | glen@chromium.org | 2009-04-28 | 6 | -5/+649 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 1 | -7/+0 |
* | Fix compile error on gcc. | brettw@chromium.org | 2009-04-24 | 1 | -2/+13 |
* | Fix a bug in the size computation for Skia masking. | brettw@chromium.org | 2009-04-24 | 1 | -2/+14 |
* | Fix the ChromeCanvasPaint Linux code. | deanm@chromium.org | 2009-04-23 | 1 | -1/+6 |
* | Skia: Apply upstream patch: | agl@chromium.org | 2009-04-22 | 1 | -5/+4 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -1/+1 |
* | Fix my attempt to disable part of unit test for Mac. | dglazkov@chromium.org | 2009-04-17 | 1 | -1/+1 |
* | Disable Path-clipping test for Mac to fix the build. | dglazkov@chromium.org | 2009-04-17 | 1 | -0/+4 |
* | Make non-rectangular clip region apply in the correct location. | dglazkov@chromium.org | 2009-04-17 | 3 | -16/+75 |
* | Fix the failure to fail in PlatformCanvasWin ctor | cpu@google.com | 2009-04-16 | 1 | -7/+21 |
* | Linux/Skia: remove VDMX and Harfbuzz | agl@chromium.org | 2009-04-15 | 8 | -388/+2 |
* | Linux: Move VDMX parsing into WebKit. | agl@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 1 | -0/+7 |
* | Skia: Fix skia compile error with newer gcc versions. | agl@chromium.org | 2009-04-09 | 1 | -0/+2 |
* | Skia: Merge upstream's r149. | agl@chromium.org | 2009-04-08 | 3 | -3/+230 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -1/+1 |
* | A few small improvements to ChromeCanvasPaint. | deanm@chromium.org | 2009-04-08 | 1 | -13/+7 |
* | Linux: layout test fix | agl@chromium.org | 2009-04-08 | 1 | -1/+5 |
* | Skia: remove fHeight (retry) | agl@chromium.org | 2009-04-08 | 2 | -11/+7 |
* | Revert "Skia: remove fHeight" | agl@chromium.org | 2009-04-07 | 2 | -7/+11 |
* | Skia: remove fHeight | agl@chromium.org | 2009-04-07 | 2 | -11/+7 |
* | Skia: break XRange into XMax and XMin | agl@chromium.org | 2009-04-07 | 2 | -7/+8 |
* | Make the define of SKIA_HARFBUZZ and the link against harfbuzz.a | sgk@google.com | 2009-04-07 | 1 | -0/+9 |
* | Add Harfbuzz to third_party and Skia support for such. | agl@chromium.org | 2009-04-07 | 7 | -0/+122 |
* | Skia: support 1bpp bitmap fonts. | agl@chromium.org | 2009-04-06 | 1 | -10/+34 |
* | Fix linking with gold by cleaning up lib dependencies. | tc@google.com | 2009-04-02 | 1 | -1/+3 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 2 | -539/+0 |
* | Skia: bring us closer to upstream. | agl@chromium.org | 2009-03-31 | 4 | -28/+76 |
* | Revert "..." | agl@chromium.org | 2009-03-31 | 4 | -78/+29 |
* | ... | agl@chromium.org | 2009-03-31 | 4 | -29/+78 |
* | In certain cases, the coordinates used for pattern rendering can go | senorblanco@chromium.org | 2009-03-30 | 1 | -2/+3 |
* | Linux: enable assertion in fontconfig code. | agl@chromium.org | 2009-03-27 | 1 | -3/+1 |
* | Linux: change Skia's fontconfig code to cache SkTypeface objects. | agl@chromium.org | 2009-03-27 | 1 | -7/+11 |
* | Incorporate r134 from Skia. See http://crbugs.com/9005 for details. | dglazkov@chromium.org | 2009-03-23 | 1 | -0/+24 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -0/+3 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so | erg@google.com | 2009-03-19 | 1 | -0/+4 |
* | Revert "Now have a TextButton rendering." Broke Windows. | erg@google.com | 2009-03-19 | 1 | -4/+0 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so ... | erg@google.com | 2009-03-19 | 1 | -0/+4 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 1 | -0/+69 |
* | Allow Skia to build on case-sensitive filesystems | mark@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 2 | -3/+1 |
* | Linux: reference Freetype headers by name. | agl@chromium.org | 2009-03-17 | 1 | -0/+9 |
* | Basic windowless plugins, try 2. | evan@chromium.org | 2009-03-13 | 4 | -0/+19 |
* | Linux: GYP fixes | agl@chromium.org | 2009-03-13 | 1 | -0/+4 |