summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* Linux: Match the tmMaxCharWidth of Windows exactly.agl@chromium.org2008-11-262-3/+2
* Remove a layout-test-only font-fallback path.ericroman@google.com2008-11-261-2/+0
* Linux: match average char width with Windowsagl@chromium.org2008-11-262-4/+8
* Apply the PlatformContext's current transform when returning the cairo surfac...estade@chromium.org2008-11-251-0/+5
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-225-13/+11
* Revert r5890 (accidental commit).estade@chromium.org2008-11-221-5/+0
* Correctly render scroll bars on web frames by setting a matrix translation on...estade@chromium.org2008-11-221-0/+5
* Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...brettw@google.com2008-11-2213-1447/+0
* Parse VDMX tables for font metrics in Skia.agl@chromium.org2008-11-211-4/+9
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-2112-2352/+3
* Fix crashes while displaying large animated GIFs. Our old understanding of t...pkasting@chromium.org2008-11-212-2/+8
* Move the platform files form port to skia for Mac only. Hopefully this won't ...brettw@google.com2008-11-219-808/+3
* Remove files that we no longer need after the last merge.ojan@google.com2008-11-202-164/+0
* More font metrics work for Linuxagl@chromium.org2008-11-201-2/+3
* non-third_party side of merge 38389:38450.ojan@google.com2008-11-201-0/+11
* Reapply http://codereview.chromium.org/11225agl@chromium.org2008-11-192-3/+6
* Match Windows font metrics on Linux.agl@chromium.org2008-11-192-11/+7
* More Linux build fixes.agl@chromium.org2008-11-191-9/+43
* Mac changes for r5690mark@chromium.org2008-11-191-0/+2
* Mac changes for r5690mark@chromium.org2008-11-192-0/+4
* Minor Linux build fixupsagl@chromium.org2008-11-193-4/+4
* Fix typo for Linux build.brettw@google.com2008-11-191-1/+1
* Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h...brettw@google.com2008-11-1928-0/+4558
* Remove most base dependencies from ImageSkia. Poke through the resource getti...brettw@google.com2008-11-181-78/+13
* Fix the set of fonts used for test_shell.agl@chromium.org2008-11-181-2/+2
* Backout my image change which broke mac.brettw@google.com2008-11-181-16/+79
* Remove most base dependencies from ImageSkia.brettw@google.com2008-11-181-79/+16
* Revert 5595maruel@chromium.org2008-11-181-2/+2
* Fix the set of fonts used for test_shell.agl@chromium.org2008-11-181-2/+2
* Remove base and STL dependencies from FontCacheWin except for font_utils, whi...brettw@google.com2008-11-171-50/+41
* Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code frombrettw@google.com2008-11-179-12/+2063
* removed a bunch of minor glue dependencies from porterikkay@google.com2008-11-141-1/+0
* Add a trailing newline to make Linux GCC happy.brettw@google.com2008-11-141-1/+1
* Remove base dependency from SkiaUtils, fix namespaces and includes.brettw@google.com2008-11-148-13/+20
* Switch off subpixel hinting.agl@chromium.org2008-11-141-1/+1
* Use a memcpy because we don't have access to bit_cast here.evanm@google.com2008-11-141-2/+9
* Use Skia to render fontsagl@chromium.org2008-11-136-266/+305
* * Copy webkit_glue font functions into ChromiumBridge.erikkay@google.com2008-11-137-119/+27
* Cleanup style and alphabetize the functions in GraphicsContextSkia. It shouldbrettw@google.com2008-11-121-473/+497
* Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay...erikkay@google.com2008-11-122-3/+5
* Some fixes to parallel upstream changes in our last merge.pkasting@chromium.org2008-11-121-4/+8
* Cache the GdkSkia object in PlatformContextSkia so that we aren't creatingagl@chromium.org2008-11-114-0/+606
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-1/+1
* Landing 37604:38097 mergedglazkov@google.com2008-11-104-6/+21
* Address reivew comments from previous patch.brettw@google.com2008-11-073-6/+14
* Fix Linux build bustage by making the ImageBufferSkia code compilable on all ...brettw@google.com2008-11-071-1/+1
* Make Canvas and other ImageBuffer uses able to detect failure and not createbrettw@google.com2008-11-072-1/+20
* Add support for arbitrarily transformed Windows buttons text fields, and sele...brettw@google.com2008-11-062-0/+230
* Fix all callers of the removed GraphicsContext functions to use only the func...brettw@google.com2008-11-055-50/+47
* Fix a crasher when printing.maruel@chromium.org2008-11-041-1/+33