aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* SkFontHost_tables: fix minor bugsGravatar agl@chromium.org2009-04-13
* update for config/ directoryGravatar reed@android.com2009-04-12
* support -android mode when running tests, which spews out android specificGravatar reed@android.com2009-04-09
* move SkUserConfig.h into include/config/ so it can be replaced by changing theGravatar reed@android.com2009-04-08
* implement generateCountGlyphs using new font table apisGravatar 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
* extend gradients to handle (by clamping) the first and last color position ifGravatar reed@android.com2009-04-03
* replace floorf() with sk_float_floor(), so it builds on platforms w/o floorfGravatar reed@android.com2009-04-02
* add sample for gradientsGravatar reed@android.com2009-04-02
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* rename tests/main to testmain.cppGravatar reed@android.com2009-04-01
* rename bench's main to benchmain.cpp, to avoid multiple files with same nameGravatar 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
* use static_castGravatar reed@android.com2009-03-23
* add check/hack to avoid drawing outside of the clip for hairlinesGravatar reed@android.com2009-03-23
* check-point for drawables (experimental)Gravatar reed@android.com2009-03-23
* pull latest from androidGravatar reed@android.com2009-03-20
* check for NaN in path iterator (otherwise we have an infinite loop)Gravatar reed@android.com2009-03-20
* forgot to initialize fFactory in the unflatten constructorGravatar reed@android.com2009-03-20
* build with -WallGravatar reed@android.com2009-03-20
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* fix capitalization for system includesGravatar reed@android.com2009-03-18
* fix heapsortGravatar reed@android.com2009-03-18
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* disable cubic test for now (currently broken)Gravatar reed@android.com2009-03-16
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* Add missing file.Gravatar turk@google.com2009-03-16
* see prev. checkin (missed these files). Change ownership rule for streams to theGravatar reed@android.com2009-03-16
* Change (correct) SkImageRef's ownership rule for streams to the skia standardGravatar reed@android.com2009-03-16
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* remember to specify the bloody font tag in the constructor!Gravatar reed@android.com2009-03-10
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* implement fontmetricsGravatar reed@android.com2009-03-09
* check-point (2) on mac fontsGravatar reed@android.com2009-03-09
* minor check-point for switching to glyphsGravatar reed@android.com2009-03-09
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* 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
* Format more consistently with the rest of Skia.Gravatar turk@google.com2009-03-04