| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va... | brettw@google.com | 2008-10-31 | 3 | -561/+612 |
* | Set the size properly in our ImageBuffer. This makes various operations fail ... | brettw@google.com | 2008-10-31 | 1 | -0/+1 |
* | Fix transparency for ImageBuffers we make. This behavior is consistent with | brettw@google.com | 2008-10-31 | 1 | -0/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 5 | -401/+25 |
* | Fix a crash when painting is disabled. We would be passed NULL and it wasn't ... | brettw@google.com | 2008-10-31 | 1 | -1/+1 |
* | Try to fix the linux build again. | brettw@google.com | 2008-10-31 | 1 | -2/+1 |
* | Re-add ifdefs for mac & linux builds in the graphics files. | brettw@google.com | 2008-10-31 | 1 | -0/+6 |
* | Add missing file from my last checkin moving Skia painting objects around. | brettw@google.com | 2008-10-31 | 1 | -1/+0 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 12 | -1300/+1090 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 5 | -30/+31 |
* | use the null image instead of NULL, fixes a bunch of crashes. | pinkerton@google.com | 2008-10-28 | 1 | -1/+1 |
* | Fix at least the Linux build. Boo MSVC for not complaining about this. | pkasting@chromium.org | 2008-10-24 | 1 | -1/+1 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 1 | -0/+46 |
* | Avoid double-stroking paths. | ericroman@google.com | 2008-10-24 | 1 | -0/+7 |
* | First-party side of change to remove more link stubs. | pkasting@chromium.org | 2008-10-24 | 2 | -1/+8 |
* | Get CSSFontFaceSource and CachedFont building under Linux | agl@chromium.org | 2008-10-24 | 4 | -0/+18 |
* | Stub out image and icon methods we need to link. We'll want real | mark@chromium.org | 2008-10-24 | 2 | -0/+108 |
* | Fixed SVG path fill rule (even-odd or winding) which broke with the merge | jhaas@chromium.org | 2008-10-23 | 1 | -0/+3 |
* | Compile ImageSkia under Linux. | erg@google.com | 2008-10-22 | 1 | -35/+17 |
* | Stub out Font functions for Linux | agl@chromium.org | 2008-10-22 | 7 | -128/+393 |
* | Build SkGraphicsContext under Linux | erg@google.com | 2008-10-21 | 1 | -31/+10 |
* | fix linux build | tc@google.com | 2008-10-18 | 1 | -0/+11 |
* | Add missing headers. Oops :( | darin@chromium.org | 2008-10-18 | 1 | -0/+41 |
* | Disable PLATFORM(WIN) !! | darin@chromium.org | 2008-10-18 | 11 | -287/+134 |
* | Start compiling a bunch of *Chromium.cpp files in our port on | tc@google.com | 2008-10-17 | 1 | -9/+14 |
* | Hook up skia + v8 bindings for getImageData(), putImageData(). | ericroman@google.com | 2008-10-16 | 3 | -7/+104 |
* | Fix problem with how Image is created for ImageBuffer, that was causing some ... | ericroman@google.com | 2008-10-11 | 6 | -69/+91 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 2 | -2/+2 |
* | WebKit merge hits the SCons build, the sequel: | sgk@google.com | 2008-10-09 | 1 | -1/+0 |
* | Fix Mac build bustage caused by r3029 by providing a temporary stub method. | mark@chromium.org | 2008-10-09 | 1 | -0/+44 |
* | Change the font search order to try Lucida Sans Unicode before Arial Unicode ... | jungshik@google.com | 2008-10-08 | 1 | -2/+2 |
* | Fixes two bugs leading to a layout test failure: | sky@google.com | 2008-10-08 | 1 | -1/+11 |
* | Add another case where we make a new SimpleFontData to the | tc@google.com | 2008-10-07 | 1 | -1/+2 |
* | The current code over-creates SimpleFontData wrappers; it should | mbelshe@google.com | 2008-10-07 | 1 | -1/+1 |
* | Nevermind... re-check in 2882 (unrevert). Huanr has checked in a more promisi... | mal@chromium.org | 2008-10-06 | 1 | -1/+1 |
* | Roll back r2882 to see if it reduces the crash rate. | mal@chromium.org | 2008-10-06 | 1 | -1/+1 |
* | Include config.h in SkPaintContext.cpp | jeremy@chromium.org | 2008-10-06 | 1 | -1/+1 |
* | Update include headers for SkGraphicsContextMac.cpp | jeremy@chromium.org | 2008-10-03 | 1 | -1/+2 |
* | Stub out Mac version of SerializeSkBitmap() function. | jeremy@chromium.org | 2008-10-03 | 1 | -0/+13 |
* | Get more of webkit building under Linux. | erg@google.com | 2008-10-02 | 2 | -2/+2 |
* | Merge the chrome_webkit_merge_branch back on to trunk. This brings us | tc@google.com | 2008-10-01 | 31 | -690/+938 |
* | Address missing methods in forked FontCache.h header without forking entire i... | pinkerton@google.com | 2008-09-16 | 1 | -0/+84 |
* | Added code to support the setUseAntialiasing() method, which is invoked | jhaas@chromium.org | 2008-09-11 | 3 | -3/+9 |
* | more cross-platform graphics changes | pinkerton@google.com | 2008-09-10 | 2 | -5/+4 |
* | Fix uses of PlatformCanvasWin and get compiling under gcc. | pinkerton@google.com | 2008-09-10 | 2 | -9/+8 |
* | include SkGraphicsContextMac.mm and PlatformContextSkia | pinkerton@google.com | 2008-09-10 | 1 | -0/+399 |
* | Changes to webkit/port to build via gcc on linux/mac. | tc@google.com | 2008-09-04 | 1 | -1/+1 |
* | Add cast to fix warning with gcc 4.1. | mmoss@google.com | 2008-09-04 | 1 | -1/+1 |
* | Temporarily moved Font::isCJKCodePoint back to SimpleFontData::isCJKCodePoint | dglazkov@google.com | 2008-08-29 | 1 | -1/+1 |
* | Makes sure that debug-only layout test failures are not to the ZERO WIDTH SPA... | dglazkov@google.com | 2008-08-29 | 1 | -20/+31 |