index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
[PDF] Restrict scalars to the range that PDF understands.
vandebo@chromium.org
2011-03-04
*
bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some
reed@google.com
2011-03-03
*
Expose explicit functions to stringify float's and fixed's.
vandebo@chromium.org
2011-03-03
*
Our region blitter (invoked by region::setPath()) must have its scanlines
reed@google.com
2011-03-03
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
add setXYWH to rects
reed@google.com
2011-03-03
*
Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline
reed@google.com
2011-03-02
*
Sample that exercises complex clipping variations.
bsalomon@google.com
2011-03-02
*
#ifdef protect win specific code (e.g. LOGFONT)
reed@google.com
2011-03-02
*
check that alloc() succeeded before calling the scaler's getImage()
reed@google.com
2011-03-01
*
bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that
reed@google.com
2011-03-01
*
remove obsolete generateLineHeight
reed@google.com
2011-03-01
*
fix float->int warning
reed@google.com
2011-03-01
*
fix warnings from windows
reed@google.com
2011-03-01
*
Add uniscribe library to windows release configuration.
ctguil@chromium.org
2011-03-01
*
use sprintf to generate float->string for SkString routines, removing the
reed@google.com
2011-02-28
*
export SkCreateTypefaceFromLOGFONT
reed@google.com
2011-02-28
*
[PDF] Fix broken encoding conversion code for non-multibyte fonts.
vandebo@chromium.org
2011-02-28
*
Remove SkRefCnt.cpp from windows build.
ctguil@chromium.org
2011-02-25
*
remove SkRefCnt.cpp
reed@google.com
2011-02-25
*
Fix double delete of vb pool and missing delete of ib pool
bsalomon@google.com
2011-02-25
*
add simple test for SkBitmap::getColor()
reed@google.com
2011-02-25
*
http://codereview.appspot.com/4233041/
reed@google.com
2011-02-25
*
Stop using deprecated APIs. Fix by twiz.
reed@google.com
2011-02-25
*
[PDF] Remove one copy of each content stream.
vandebo@chromium.org
2011-02-24
*
[PDF] Change the way flip origin is done.
vandebo@chromium.org
2011-02-24
*
Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.
vandebo@chromium.org
2011-02-24
*
[PDF] Bug fix - missing last odd column in 4444 bitmaps.
vandebo@chromium.org
2011-02-24
*
[PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.
vandebo@chromium.org
2011-02-24
*
fix bool bug so we can multisample now
reed@google.com
2011-02-24
*
Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented
reed@google.com
2011-02-24
*
add isFixedWidth() to expose the newly added attribute
reed@google.com
2011-02-24
*
Upstreaming code from android repository.
djsollen@google.com
2011-02-24
*
disable assert on validateClip in default build for now
reed@google.com
2011-02-24
*
Add asAGradient shader extraction API.
vandebo@chromium.org
2011-02-24
*
add fClipStack optional field to SkDraw (it is always set by canvas)
reed@google.com
2011-02-23
*
set the rgn to empty if the clipstack says empty (in our validate routine)
reed@google.com
2011-02-23
*
add/update images for linux
reed@google.com
2011-02-23
*
merge from android tree:
djsollen@google.com
2011-02-23
*
refactor to use a shared function (clipPathHelper) between
reed@google.com
2011-02-23
*
Support unicode to glyph id conversion in windows for non-BMP characters.
ctguil@chromium.org
2011-02-23
*
update to add isFixedWidth attribute to typefaces
reed@google.com
2011-02-23
*
add fixed-width attribute to typeface
reed@google.com
2011-02-23
*
Cleanup issues related to SkBitmap getSize()/extractSubset().
wjmaclean@chromium.org
2011-02-22
*
Add new files to VC2010 proj
bsalomon@google.com
2011-02-22
*
Fix warnings about struct being forward declared as a class
bsalomon@google.com
2011-02-22
*
Fix line endings in Gr files and set svn eol style to LF
bsalomon@google.com
2011-02-22
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
move old (unmaintained) gl backend out of src. src/gpu superceeds this now.
reed@google.com
2011-02-22
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
[next]