aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* allow window-subclass to handle dispatching click events (for resize)Gravatar mike@reedtribe.org2011-03-21
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* Make SkDeviceFactory part of the API.Gravatar vandebo@chromium.org2011-03-19
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* change operator== to return bool instead of intGravatar reed@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* update dox for setLooper()Gravatar reed@google.com2011-03-16
* add flingGravatar reed@google.com2011-03-16
* Add SK_API to SkCreateTypefaceFromLOGFONT.Gravatar ctguil@chromium.org2011-03-16
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* undo recent addition of kLCD16_Format to FormatIsLCD()Gravatar reed@google.com2011-03-11
* Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...Gravatar vandebo@chromium.org2011-03-10
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* add realloc() to SkAutoSMalloc, plus some documentationGravatar reed@google.com2011-03-10
* http://codereview.appspot.com/3980041/Gravatar reed@google.com2011-03-09
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* add const to SkColorShader's asABitmapGravatar reed@google.com2011-03-08
* make asABitmap() constGravatar reed@google.com2011-03-07
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* add origin to deviceGravatar reed@google.com2011-03-04
* Add SkPDFUtils.cpp to build.Gravatar ctguil@chromium.org2011-03-04
* PDF Type3 Support.Gravatar ctguil@chromium.org2011-03-04
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...Gravatar ctguil@chromium.org2011-03-04
* export SkCreateTypefaceFromLOGFONTGravatar reed@google.com2011-03-04
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on someGravatar reed@google.com2011-03-03
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add setXYWH to rectsGravatar reed@google.com2011-03-03
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* [PDF] Fix broken encoding conversion code for non-multibyte fonts.Gravatar vandebo@chromium.org2011-02-28
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* [PDF] Remove one copy of each content stream.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Change the way flip origin is done.Gravatar vandebo@chromium.org2011-02-24
* Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.Gravatar vandebo@chromium.org2011-02-24
* Guard globalRef() virtual with #ifdef ANDROID, as these are not implementedGravatar reed@google.com2011-02-24
* add isFixedWidth() to expose the newly added attributeGravatar reed@google.com2011-02-24
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23