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