summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Returns an error immediately without sending IPC message when a font family n...yusukes@google.com2009-12-183-1/+10
* Roll DEPS for Skia 450:451. Enable USE_NEW_BUILDER in Skia. Mark as failingsenorblanco@chromium.org2009-12-042-0/+0
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-044-21/+27
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-4/+5
* Restoring r29827. The skia file is new to this attempt, and may be what was c...pamg@google.com2009-11-041-0/+1
* [Landing for Jonathon Dixon] Tiny code simplification/optimization: remove un...senorblanco@chromium.org2009-10-161-3/+2
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-63/+64
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-64/+63
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-63/+64
* Linux: Fix early font free during printing.estade@chromium.org2009-10-092-49/+59
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-072-10/+41
* Makes canvas_paint_linux use the event region, not the eventsky@chromium.org2009-10-051-11/+16
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-8/+8
* Move cairo font handling from printing to skia to avoid circular dependency.mmoss@chromium.org2009-09-282-4/+150
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-249-1089/+81
* Reverting 26975.pkasting@chromium.org2009-09-239-81/+1089
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-239-1089/+81
* Lands http://codereview.chromium.org/193032 for Charlie:sky@chromium.org2009-09-151-1/+6
* Embed fonts information into resulting PDF file for printing.maruel@chromium.org2009-09-111-17/+43
* Second fix for the Issue 12530. Modified Match() function so that it allows t...yusukes@google.com2009-09-111-2/+9
* Pass printing result to the browser.maruel@chromium.org2009-09-084-48/+51
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-072-10/+6
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-072-2/+2
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-031-4/+2
* Linux: fix fd leak added in r25083agl@chromium.org2009-09-021-0/+1
* Linux: use mmap fonts.agl@chromium.org2009-09-011-24/+37
* Adding a skia utils for Gtk.jcampan@chromium.org2009-09-012-0/+49
* Revert "Linux: use mmap fonts."agl@chromium.org2009-08-281-37/+24
* Linux: use mmap fonts.agl@chromium.org2009-08-281-24/+37
* Add progress disks to os x download items. Some more spacing tweaks. Still no...thakis@chromium.org2009-08-191-5/+14
* A canvas_paint for OS X.thakis@chromium.org2009-08-172-0/+106
* Add complex text and font family supports for printing on Linux.tc@google.com2009-08-111-30/+27
* Enable skia asserts. They were disabled some time ago due tosenorblanco@chromium.org2009-08-103-9/+8
* Implemented SkFontHost::CreateTypefaceFromStream() function. This change is n...yusukes@google.com2009-08-071-4/+81
* Original change by Min-Yu Huang <minyu.huang@gmail.com> intc@google.com2009-08-057-96/+705
* Copy files to preserve version history. Will be edited when Itc@google.com2009-08-051-0/+91
* Fix a bug where the old graphics context was released when we werepaul@chromium.org2009-08-041-2/+2
* Attempt to fix the ImageOperations::CreateMaskedBitmap UMR by bringing the un...glen@chromium.org2009-07-252-10/+11
* Our masker didn't account for the source image also having alpha.glen@chromium.org2009-07-252-12/+15
* Fix BitmapPlatformDevice::DrawToContext handling of NULL src_rect on Macstuartmorgan@google.com2009-07-231-5/+4
* Tries to retrieve all post_match_families in the font file to support non-asciiyusukes@google.com2009-07-191-10/+20
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-176-22/+127
* Fix line endings.brettw@chromium.org2009-07-173-250/+250
* Make our HSL shifting match Photoshop's.glen@chromium.org2009-07-154-69/+46
* Linux: filter out unreadable fontsagl@chromium.org2009-07-141-0/+8
* Linux: workaround a fontconfig bug.agl@chromium.org2009-07-141-8/+31
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-136-127/+22
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-136-22/+127
* Draw the image at the origin rather than one pixel to the right.avi@chromium.org2009-07-101-1/+1
* Linux: don't crash when performing font fallback to a non-scalable font.agl@chromium.org2009-07-101-10/+4