aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
...
* add SDL supportGravatar reed@android.com2009-05-22
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* shapes checkpoint: move matrix into groupshape and out of shapeGravatar reed@android.com2009-05-18
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* Honor pref config in image decoding whenever possible.Gravatar weita@google.com2009-05-11
* add SkSize for dimensionsGravatar reed@android.com2009-05-08
* add SK_USE_OLD_255_TO_256 define to disable alpha+1 change to SkAlpha255To256Gravatar reed@android.com2009-05-08
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* add ADD xfermodeGravatar reed@android.com2009-04-24
* Sync with Chromium's forkGravatar agl@chromium.org2009-04-22
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* move SkUserConfig.h into include/config/ so it can be replaced by changing theGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* update SkPostConfig.h to unset LEAN_AND_MEAN if it set it before including <w...Gravatar reed@android.com2009-04-06
* import portability fixes from Chrome around floatsGravatar reed@android.com2009-04-03
* rename tests/main to testmain.cppGravatar reed@android.com2009-04-01
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* add -pict option to bench, which draws everything through a picture, and thenGravatar reed@android.com2009-03-31
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* make bitmap width/height 32bits, matching the APIGravatar reed@android.com2009-03-27
* rename drawable to drawing for now, so we don't collide with animatorGravatar reed@android.com2009-03-24
* check-point for drawables (experimental)Gravatar reed@android.com2009-03-23
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* see prev. checkin (missed these files). Change ownership rule for streams to theGravatar reed@android.com2009-03-16
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* patch SkMath.h to build in ARMv4Gravatar reed@android.com2009-03-05
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* API cleanup: rename typeface Create to CreateFromName, and remove default argGravatar reed@android.com2009-03-04
* Move SkTSort.h back to private, and instead allow in the makefile for tests toGravatar reed@android.com2009-03-04
* remove unimplemented (and uncalled) SkTypeface::Hash()Gravatar reed@android.com2009-03-03
* add initial unittests for PathGravatar reed@android.com2009-03-02
* add tests (unittests) to MakefileGravatar reed@android.com2009-02-28
* more tests (need more meat in there)Gravatar reed@android.com2009-02-27
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27
* add picture-record option to speedup complex clipsGravatar reed@android.com2009-02-13
* handle failure when creating a scalercontextGravatar reed@android.com2009-02-11
* add BitmapBenchGravatar reed@android.com2009-01-26
* need to include carbon.h so we know what OSStatus isGravatar reed@android.com2009-01-23
* Remove legacy pascal prefixGravatar reed@android.com2009-01-23
* pull from android: use registry to build up list of image codecsGravatar reed@android.com2009-01-22
* Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.hGravatar reed@android.com2009-01-19
* fix warningsGravatar reed@android.com2009-01-15
* fix multiple warnings (e.g. hidden virtuals, unused static functions)Gravatar reed@android.com2009-01-14
* first pass at clean up of the 3 config filesGravatar reed@android.com2009-01-08
* separate image encode and decodeGravatar reed@android.com2009-01-06
* remove defines for strcasecmp (issue #5)Gravatar reed@android.com2009-01-06
* add mac image-encodingGravatar reed@android.com2008-12-23