| Commit message (Expand) | Author | Age | Files | Lines |
* | Move cairo font handling from printing to skia to avoid circular dependency. | mmoss@chromium.org | 2009-09-28 | 2 | -4/+150 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 9 | -1089/+81 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 9 | -81/+1089 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 9 | -1089/+81 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Lands http://codereview.chromium.org/193032 for Charlie: | sky@chromium.org | 2009-09-15 | 1 | -1/+6 |
* | Embed fonts information into resulting PDF file for printing. | maruel@chromium.org | 2009-09-11 | 1 | -17/+43 |
* | Second fix for the Issue 12530. Modified Match() function so that it allows t... | yusukes@google.com | 2009-09-11 | 1 | -2/+9 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 4 | -48/+51 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 2 | -10/+6 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 3 | -3/+3 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 2 | -15/+0 |
* | Adjust color spaces so that Mac Chrome renders colors properly. | amanda@chromium.org | 2009-09-03 | 1 | -4/+2 |
* | Linux: fix fd leak added in r25083 | agl@chromium.org | 2009-09-02 | 1 | -0/+1 |
* | Linux: use mmap fonts. | agl@chromium.org | 2009-09-01 | 1 | -24/+37 |
* | Adding a skia utils for Gtk. | jcampan@chromium.org | 2009-09-01 | 3 | -1/+52 |
* | Revert "Linux: use mmap fonts." | agl@chromium.org | 2009-08-28 | 1 | -37/+24 |
* | Linux: use mmap fonts. | agl@chromium.org | 2009-08-28 | 1 | -24/+37 |
* | Add a helper to resource bundle to get an NSImage back. | thomasvl@chromium.org | 2009-08-26 | 1 | -0/+3 |
* | Revert r24085 and r24086, restoring skia asserts to debug-only (test complete). | senorblanco@chromium.org | 2009-08-23 | 1 | -5/+2 |
* | Captain Ahab seems to have capsized his boat. What a bonehead. | senorblanco@chromium.org | 2009-08-23 | 1 | -1/+1 |
* | Captain Ahab here, trying to catch a whale. Temporarily enabling | senorblanco@chromium.org | 2009-08-23 | 1 | -1/+4 |
* | Add progress disks to os x download items. Some more spacing tweaks. Still no... | thakis@chromium.org | 2009-08-19 | 1 | -5/+14 |
* | Reverting 23625 (which enabled SkASSERT in Release builds). We got some good | senorblanco@chromium.org | 2009-08-18 | 1 | -9/+2 |
* | This CL temporarily turns on SK_DEBUG in Release builds. The goal is | senorblanco@chromium.org | 2009-08-18 | 1 | -2/+9 |
* | A canvas_paint for OS X. | thakis@chromium.org | 2009-08-17 | 2 | -0/+106 |
* | Add complex text and font family supports for printing on Linux. | tc@google.com | 2009-08-11 | 1 | -30/+27 |
* | Enable skia asserts. They were disabled some time ago due to | senorblanco@chromium.org | 2009-08-10 | 4 | -23/+8 |
* | Skia merge 293:308 | agl@chromium.org | 2009-08-07 | 1 | -3/+6 |
* | Implemented SkFontHost::CreateTypefaceFromStream() function. This change is n... | yusukes@google.com | 2009-08-07 | 1 | -4/+81 |
* | Original change by Min-Yu Huang <minyu.huang@gmail.com> in | tc@google.com | 2009-08-05 | 8 | -100/+710 |
* | Copy files to preserve version history. Will be edited when I | tc@google.com | 2009-08-05 | 1 | -0/+91 |
* | Fix a bug where the old graphics context was released when we were | paul@chromium.org | 2009-08-04 | 1 | -2/+2 |
* | Revert r22266. | jam@chromium.org | 2009-08-03 | 1 | -2/+3 |
* | Try reverting skia to r250 to see if the blitter crashes still occur. | jam@chromium.org | 2009-08-03 | 1 | -3/+2 |
* | Attempt to fix the ImageOperations::CreateMaskedBitmap UMR by bringing the un... | glen@chromium.org | 2009-07-25 | 2 | -10/+11 |
* | Our masker didn't account for the source image also having alpha. | glen@chromium.org | 2009-07-25 | 2 | -12/+15 |
* | Linux: splice together RendererPreferences and SkFontHost | agl@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | Fix BitmapPlatformDevice::DrawToContext handling of NULL src_rect on Mac | stuartmorgan@google.com | 2009-07-23 | 1 | -5/+4 |
* | Revert "Skia merge 279:284" | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Skia merge 279:284 | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Skia merge 250:278 | agl@chromium.org | 2009-07-21 | 1 | -2/+6 |
* | Tries to retrieve all post_match_families in the font file to support non-ascii | yusukes@google.com | 2009-07-19 | 1 | -10/+20 |
* | Reverting 20516 by re-landing this previous patch. | brettw@chromium.org | 2009-07-17 | 6 | -22/+127 |
* | Fix line endings. | brettw@chromium.org | 2009-07-17 | 3 | -250/+250 |
* | Make our HSL shifting match Photoshop's. | glen@chromium.org | 2009-07-15 | 4 | -69/+46 |
* | Linux: filter out unreadable fonts | agl@chromium.org | 2009-07-14 | 1 | -0/+8 |
* | Linux: workaround a fontconfig bug. | agl@chromium.org | 2009-07-14 | 1 | -8/+31 |
* | This enables the Windows and Mac font host, and disables the fake font host t... | gspencer@google.com | 2009-07-13 | 1 | -9/+3 |
* | Revert previous clipping rect change for Cairo to see if it fixes the build. | brettw@chromium.org | 2009-07-13 | 6 | -127/+22 |