summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* linux: add a NonHintedSans font to test_shellagl@chromium.org2010-03-251-3/+1
* linux: be more conservative in Liberation font fallbackevan@chromium.org2010-03-232-66/+41
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Remove WebCore usage from vector_canvas_unittest.ccdarin@chromium.org2010-03-121-20/+16
* Revert 40951 - UpStreamimg *image_decoder_unittest. Used WebKit API's ImageDe...kkanetkar@chromium.org2010-03-101-9/+2
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-10/+10
* UpStreamimg *image_decoder_unittest. Used WebKit API's ImageDecoder toyaar@chromium.org2010-03-081-2/+9
* linux: handle basic metric-compatibile font fallbackevan@chromium.org2010-03-082-24/+91
* WebKit roll to r55636.levin@chromium.org2010-03-081-0/+1
* Linux: make "NonAntiAliasedSans" a magic font name.agl@chromium.org2010-03-021-1/+3
* Add library support for subpixel rendering of images during Resize().brettw@chromium.org2010-03-012-2/+128
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-262-54/+0
* Solaris: Second set adding in Solaris as an OS optionevan@chromium.org2010-02-182-2/+4
* Make clicking on side tabs to select them work. ben@chromium.org2010-02-112-53/+0
* Revert 38828 - Make clicking on side tabs to select them work.ben@chromium.org2010-02-112-0/+53
* Make clicking on side tabs to select them work.ben@chromium.org2010-02-112-53/+0
* FreeBSD/OpenBSD ifdefs for skiapvalchev@google.com2010-02-046-10/+11
* Fix for gratuitous fake emboldening of already-bold fonts on Linux.senorblanco@chromium.org2010-02-031-1/+1
* Linux/fontconfig: support retrieving a default font via CreateTypeface(NULL, ...tschmelcher@chromium.org2010-02-011-2/+0
* Lands paint logging with the appropriate include this time:sky@chromium.org2010-01-201-0/+4
* Reverts CHECKs as broke build. I likely need to include base/logging.sky@chromium.org2010-01-191-3/+0
* Adds some CHECKs in hopes of figuring out why we're getting crashessky@chromium.org2010-01-191-0/+3
* Mac: Add favicons to task manager.thakis@chromium.org2010-01-132-0/+8
* 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