summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
...
* Split the cross-platform part of skia_utils_win into skia_utils. Use this newbrettw@google.com2008-12-036-21/+61
* Fix syntax.brettw@google.com2008-12-031-1/+1
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-036-2/+142
* Move skia_utils_mac from base/gfx to skia/ext.brettw@google.com2008-12-035-4/+144
* Fox Linux build, missing files in scons file.brettw@google.com2008-12-031-0/+2
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-038-0/+1196
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-0319-1537/+5
* Fix mac build bustage by syncing to new file locations.brettw@google.com2008-12-021-0/+12
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-0218-5/+1525
* Linux: Match the tmMaxCharWidth of Windows exactly.agl@chromium.org2008-11-262-1/+8
* Rename 'VDMX' to 'Tables' as I'm about to add HDMX parsing.agl@chromium.org2008-11-262-1/+1
* Linux: match average char width with Windowsagl@chromium.org2008-11-262-3/+11
* Round font pixel sizes before VDMX lookup.agl@chromium.org2008-11-251-1/+1
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-226-10/+10
* Fix a header rename I missed on the last step.brettw@google.com2008-11-221-1/+1
* Fix header names.brettw@google.com2008-11-221-3/+3
* Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...brettw@google.com2008-11-229-0/+394
* Parse VDMX tables for font metrics in Skia.agl@chromium.org2008-11-214-0/+256
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-2115-0/+3464
* Move the platform files form port to skia for Mac only. Hopefully this won't ...brettw@google.com2008-11-218-0/+835
* More font metrics work for Linuxagl@chromium.org2008-11-202-3/+7
* Match Windows font metrics on Linux.agl@chromium.org2008-11-191-7/+2
* Fix the set of fonts used for test_shell.agl@chromium.org2008-11-184-5/+46
* Revert 5595maruel@chromium.org2008-11-184-46/+5
* Fix the set of fonts used for test_shell.agl@chromium.org2008-11-184-5/+46
* Use Skia to render fontsagl@chromium.org2008-11-133-8/+333
* Switch from using GdkPixbuf to cairo for painting on Drawables.agl@chromium.org2008-11-061-0/+20
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* SCons renaming updates for base, net and googleurl:sgk@google.com2008-10-212-1/+21
* SkStream.cpp was listed twice.agl@chromium.org2008-10-161-1/+0
* Move -Wno-unused_variable (need for some len asserts in skia)sgk@google.com2008-09-241-1/+1
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-3/+2
* Re-enable Skia precompiled prefix headermark@chromium.org2008-09-122-35/+6
* Capture initial SCons build of {base,net,googleurl}_unittests on Mac:sgk@google.com2008-09-111-1/+1
* fix case for case-sensitive file systemspinkerton@google.com2008-09-101-1/+1
* Add suggested parentheses to fix build with GCC 4.3evanm@google.com2008-09-101-4/+4
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Move subdirectory skipping from being in the DEPS file of the directory to sk...brettw@google.com2008-08-261-2/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Clean up warnings in Skia (also sent upstream)mmentovai@google.com2008-08-2212-59/+18
* Don't enable -Werror in Skia, it can't handle it (-Wunused even after my fixe...mmentovai@google.com2008-08-211-2/+11
* Fixed bug #1251296jhaas@google.com2008-08-212-2/+5
* Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di...evanm@google.com2008-08-201-1/+4
* Get base/gfx into shape, and start running/passing some base_gfx testsmmentovai@google.com2008-08-191-4/+4
* Use xcconfigs in skia.xcodeprojmmentovai@google.com2008-08-192-6/+6
* Use xcconfigs in skia.xcodeprojmmentovai@google.com2008-08-192-87/+99
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-181-2/+2
* Return 0 instead of NULL for a non-pointer type. Eliminates a warning in GCC.deanm@google.com2008-08-181-1/+1
* Add skia and our png wrappers. png_codec_unittest and image_operations_unitt...tc@google.com2008-08-141-143/+152
* Get chrome's skia project building on macpinkerton@google.com2008-08-134-6/+80