| Commit message (Expand) | Author | Age | Files | Lines |
* | The new version of Inset() Ben added a while ago didn't work quite right for ... | pkasting@chromium.org | 2009-01-29 | 2 | -10/+4 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -2/+42 |
* | Fix mac build. | estade@chromium.org | 2009-01-27 | 1 | -1/+1 |
* | Try2 of issue 18772. (move jpeg_codec* to base/gfx) | estade@chromium.org | 2009-01-27 | 4 | -0/+732 |
* | undo 8692 (fix build failure) | estade@chromium.org | 2009-01-27 | 4 | -732/+0 |
* | Move jpeg_codec.* to base/gfx | estade@chromium.org | 2009-01-27 | 4 | -0/+732 |
* | Add a PNGEncoder helper function that takes an SkBitmap, | nick@chromium.org | 2009-01-23 | 2 | -0/+22 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -0/+1 |
* | Updates to Visual Studio project generation to accomodate | sgk@google.com | 2009-01-10 | 1 | -6/+1 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Initial subset of .vcproj file generation, covering generation of: | sgk@google.com | 2008-12-24 | 1 | -10/+55 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -0/+3 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -4/+4 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 2 | -3/+6 |
* | Move skia_utils into the skia namespace. | brettw@google.com | 2008-12-12 | 1 | -5/+5 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -4/+0 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -0/+4 |
* | Rename ViewHandle to NativeView et al. | agl@chromium.org | 2008-12-11 | 1 | -12/+21 |
* | Fix new include path of skia_utils. | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 3 | -133/+0 |
* | Move skia_utils_mac from base/gfx to skia/ext. | brettw@google.com | 2008-12-03 | 2 | -134/+0 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 8 | -1244/+0 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 13 | -6/+1517 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 13 | -1517/+6 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 10 | -132/+1 |
* | Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ... | brettw@google.com | 2008-11-22 | 6 | -7/+7 |
* | Move skia extensions from the port to skia/ext for Windows only. Fixed the | brettw@google.com | 2008-11-21 | 4 | -4/+4 |
* | Move the platform files form port to skia for Mac only. Hopefully this won't ... | brettw@google.com | 2008-11-21 | 3 | -3/+3 |
* | Finish release (opt) builds on Windows, including the parallel | sgk@google.com | 2008-11-20 | 1 | -9/+2 |
* | Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... | brettw@google.com | 2008-11-19 | 27 | -4450/+39 |
* | Add pixel layout test support for Linux | agl@chromium.org | 2008-11-19 | 2 | -13/+52 |
* | Fix a proto-type mismatch on a virtual override. | deanm@chromium.org | 2008-11-18 | 2 | -3/+6 |
* | Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from | brettw@google.com | 2008-11-17 | 6 | -1781/+0 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 2 | -9/+10 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 1 | -2/+0 |
* | Make PlatformCanvasLinux match up with recent changes in the Windows one, whi... | brettw@google.com | 2008-11-07 | 2 | -3/+8 |
* | Fix Linux build bustage by making the ImageBufferSkia code compilable on all ... | brettw@google.com | 2008-11-07 | 1 | -2/+5 |
* | Make canvas code a bit more resilient to crashes. | joshia@google.com | 2008-11-06 | 5 | -49/+73 |
* | Switch from using GdkPixbuf to cairo for painting on Drawables. | agl@chromium.org | 2008-11-06 | 2 | -34/+58 |
* | Fix tree breakage. | erg@google.com | 2008-11-04 | 1 | -1/+4 |
* | System includes need to use angle brackets for check_deps | agl@chromium.org | 2008-10-29 | 1 | -1/+1 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-29 | 3 | -13/+49 |
* | * Revert "Start writing the GTK code for test_shell." | agl@chromium.org | 2008-10-28 | 3 | -48/+12 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-28 | 3 | -12/+48 |
* | Use ETS_FOCUSED instead of TS_CHECKED to signify that a button | tc@google.com | 2008-10-22 | 1 | -1/+1 |
* | Changes to how we draw buttons. | tc@google.com | 2008-10-22 | 1 | -6/+15 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -1/+1 |
* | SCons renaming updates for base, net and googleurl: | sgk@google.com | 2008-10-21 | 3 | -77/+94 |
* | Build SkGraphicsContext under Linux | erg@google.com | 2008-10-21 | 2 | -0/+7 |