| Commit message (Expand) | Author | Age |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | dox | reed@android.com | 2010-04-16 |
* | add SkRefPtr class (for testing at the moment) | reed@android.com | 2010-04-16 |
* | remove obsolete header | reed@android.com | 2010-04-13 |
* | add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API | reed@android.com | 2010-04-13 |
* | add more MakeFoo factories for SkRect | reed@android.com | 2010-04-12 |
* | fix dither-to-4444 to keep the alpha value >= colors | reed@android.com | 2010-04-06 |
* | add inherit-from-root-transform flag (for fixed-positioning) | reed@android.com | 2010-03-23 |
* | add optional pref-config table to codecs | reed@android.com | 2010-03-03 |
* | add kNONE_LCDOrder for screens with no recognizable rgb order | reed@android.com | 2010-03-02 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | add localToGlobal and parents | reed@android.com | 2010-02-24 |
* | add static Make methods to return rects | reed@android.com | 2010-02-24 |
* | more layers extracted from webkit | reed@android.com | 2010-02-19 |
* | update layers | reed@android.com | 2010-02-18 |
* | add layers | reed@android.com | 2010-02-12 |
* | update save/restore comments to mention that the drawFilter is also saved | reed@android.com | 2010-02-11 |
* | experimental draft, please ignore | reed@android.com | 2010-02-11 |
* | doh - fix build | reed@android.com | 2010-02-11 |
* | add Make to SkTSize | reed@android.com | 2010-02-11 |
* | add copysign for ints and floats | reed@android.com | 2010-02-09 |
* | add countPoints() and getPoint() | reed@android.com | 2010-02-09 |
* | This patch allows the use of the native FreeType emboldening | senorblanco@chromium.org | 2010-02-05 |
* | respect edgetype in quickreject | reed@android.com | 2010-02-05 |
* | add SkXRay geometry routines | reed@android.com | 2010-02-05 |
* | add containsText() api | reed@android.com | 2010-02-05 |
* | add some utils to SkPoint | reed@android.com | 2010-01-28 |
* | refactor helper functions out of libjpeg wrapper | reed@android.com | 2010-01-21 |
* | remove obsolete SK_BUILD_FOR_BREW conditional | reed@android.com | 2010-01-12 |
* | add glyph->unichar query (inverse of a cmap) | reed@android.com | 2010-01-08 |
* | Fix r466 which was causing Chromium valgrind failures. | agl@chromium.org | 2010-01-04 |
* | Added a virtual to SkBounder, called by text, that passes | reed@android.com | 2010-01-04 |
* | chant __ARM_ARCH_4__ to __ARM_ARCH_4T__, to reflect known android targets | reed@android.com | 2010-01-04 |
* | Add flag to enable bitmap strikes. | agl@chromium.org | 2010-01-04 |
* | update windows port | reed@android.com | 2009-12-18 |
* | initial checkin for visualstudio build support | reed@android.com | 2009-12-16 |
* | add drawData() to canvas, to record data blobs | reed@android.com | 2009-12-04 |
* | fix winding bug in lineclipper | reed@android.com | 2009-11-23 |
* | doh. make the new S16 and U16 checkers inline | reed@android.com | 2009-11-21 |
* | add checks for exceeding 16bits, and apply those for glyphs in getMetrics() | reed@android.com | 2009-11-21 |
* | Remove SK_USE_OLD_255_TO_256. | senorblanco@chromium.org | 2009-11-20 |
* | retool clipping in hairlines to catch huge coordinates | reed@android.com | 2009-11-19 |
* | new scanconversion technique | reed@android.com | 2009-11-18 |
* | add quadclipping utility, plus sample test | reed@android.com | 2009-11-17 |
* | More SSE2-ification; fix for gcc -msse2. | senorblanco@chromium.org | 2009-11-16 |
* | add lineclipper, and test case | reed@android.com | 2009-11-16 |
* | add onSendClickToChildren to views, so a view can capture all clicks. | reed@android.com | 2009-11-16 |
* | remove const modifiers on function return types (unneeded, and caused an error | reed@android.com | 2009-11-13 |
* | update dox for SkAvoidXfermode (as best I could) | reed@android.com | 2009-11-09 |
* | SSE2 optimizations for 32bit blending blitters. | senorblanco@chromium.org | 2009-11-04 |