| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split the cross-platform part of skia_utils_win into skia_utils. Use this new | brettw@google.com | 2008-12-03 | 6 | -21/+61 |
* | Fix syntax. | 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 | 6 | -2/+142 |
* | Move skia_utils_mac from base/gfx to skia/ext. | brettw@google.com | 2008-12-03 | 5 | -4/+144 |
* | Fox Linux build, missing files in scons file. | brettw@google.com | 2008-12-03 | 1 | -0/+2 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 8 | -0/+1196 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 19 | -1537/+5 |
* | Fix mac build bustage by syncing to new file locations. | brettw@google.com | 2008-12-02 | 1 | -0/+12 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 18 | -5/+1525 |
* | Linux: Match the tmMaxCharWidth of Windows exactly. | agl@chromium.org | 2008-11-26 | 2 | -1/+8 |
* | Rename 'VDMX' to 'Tables' as I'm about to add HDMX parsing. | agl@chromium.org | 2008-11-26 | 2 | -1/+1 |
* | Linux: match average char width with Windows | agl@chromium.org | 2008-11-26 | 2 | -3/+11 |
* | Round font pixel sizes before VDMX lookup. | agl@chromium.org | 2008-11-25 | 1 | -1/+1 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 6 | -10/+10 |
* | Fix a header rename I missed on the last step. | brettw@google.com | 2008-11-22 | 1 | -1/+1 |
* | Fix header names. | brettw@google.com | 2008-11-22 | 1 | -3/+3 |
* | Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ... | brettw@google.com | 2008-11-22 | 9 | -0/+394 |
* | Parse VDMX tables for font metrics in Skia. | agl@chromium.org | 2008-11-21 | 4 | -0/+256 |
* | Move skia extensions from the port to skia/ext for Windows only. Fixed the | brettw@google.com | 2008-11-21 | 15 | -0/+3464 |
* | Move the platform files form port to skia for Mac only. Hopefully this won't ... | brettw@google.com | 2008-11-21 | 8 | -0/+835 |
* | More font metrics work for Linux | agl@chromium.org | 2008-11-20 | 2 | -3/+7 |
* | Match Windows font metrics on Linux. | agl@chromium.org | 2008-11-19 | 1 | -7/+2 |
* | Fix the set of fonts used for test_shell. | agl@chromium.org | 2008-11-18 | 4 | -5/+46 |
* | Revert 5595 | maruel@chromium.org | 2008-11-18 | 4 | -46/+5 |
* | Fix the set of fonts used for test_shell. | agl@chromium.org | 2008-11-18 | 4 | -5/+46 |
* | Use Skia to render fonts | agl@chromium.org | 2008-11-13 | 3 | -8/+333 |
* | Switch from using GdkPixbuf to cairo for painting on Drawables. | agl@chromium.org | 2008-11-06 | 1 | -0/+20 |
* | 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 | 2 | -1/+21 |
* | SkStream.cpp was listed twice. | agl@chromium.org | 2008-10-16 | 1 | -1/+0 |
* | Move -Wno-unused_variable (need for some len asserts in skia) | sgk@google.com | 2008-09-24 | 1 | -1/+1 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -3/+2 |
* | Re-enable Skia precompiled prefix header | mark@chromium.org | 2008-09-12 | 2 | -35/+6 |
* | Capture initial SCons build of {base,net,googleurl}_unittests on Mac: | sgk@google.com | 2008-09-11 | 1 | -1/+1 |
* | fix case for case-sensitive file systems | pinkerton@google.com | 2008-09-10 | 1 | -1/+1 |
* | Add suggested parentheses to fix build with GCC 4.3 | evanm@google.com | 2008-09-10 | 1 | -4/+4 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | Move subdirectory skipping from being in the DEPS file of the directory to sk... | brettw@google.com | 2008-08-26 | 1 | -2/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Clean up warnings in Skia (also sent upstream) | mmentovai@google.com | 2008-08-22 | 12 | -59/+18 |
* | Don't enable -Werror in Skia, it can't handle it (-Wunused even after my fixe... | mmentovai@google.com | 2008-08-21 | 1 | -2/+11 |
* | Fixed bug #1251296 | jhaas@google.com | 2008-08-21 | 2 | -2/+5 |
* | Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di... | evanm@google.com | 2008-08-20 | 1 | -1/+4 |
* | Get base/gfx into shape, and start running/passing some base_gfx tests | mmentovai@google.com | 2008-08-19 | 1 | -4/+4 |
* | Use xcconfigs in skia.xcodeproj | mmentovai@google.com | 2008-08-19 | 2 | -6/+6 |
* | Use xcconfigs in skia.xcodeproj | mmentovai@google.com | 2008-08-19 | 2 | -87/+99 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 1 | -2/+2 |
* | Return 0 instead of NULL for a non-pointer type. Eliminates a warning in GCC. | deanm@google.com | 2008-08-18 | 1 | -1/+1 |
* | Add skia and our png wrappers. png_codec_unittest and image_operations_unitt... | tc@google.com | 2008-08-14 | 1 | -143/+152 |
* | Get chrome's skia project building on mac | pinkerton@google.com | 2008-08-13 | 4 | -6/+80 |