| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Keep the cairo clipping region in sync with the Skia one. | brettw@chromium.org | 2009-07-13 | 6 | -22/+127 |
* | Draw the image at the origin rather than one pixel to the right. | avi@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Linux: don't crash when performing font fallback to a non-scalable font. | agl@chromium.org | 2009-07-10 | 1 | -10/+4 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 1 | -0/+0 |
* | Make font fallback case insensitive. | thestig@chromium.org | 2009-07-08 | 1 | -3/+4 |
* | A null CGImageRef should be treated as a "null" SkBitmap, | darin@google.com | 2009-07-03 | 1 | -1/+2 |
* | Include gdk.h in canvas_paint_linux.h, it uses gdk_cairo_create. | deanm@chromium.org | 2009-07-01 | 1 | -0/+2 |
* | Enable some skia unittests on linux and mac. | tc@google.com | 2009-07-01 | 1 | -6/+6 |
* | Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to | avi@chromium.org | 2009-06-25 | 3 | -0/+88 |
* | Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontFork... | avi@chromium.org | 2009-06-25 | 3 | -89/+0 |
* | Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to | avi@chromium.org | 2009-06-25 | 3 | -0/+89 |
* | Update Skia transfer modes for Skia r239 | amanda@chromium.org | 2009-06-25 | 1 | -4/+4 |
* | Update WebKit to 45111 and Skia to 239 | amanda@chromium.org | 2009-06-25 | 4 | -3/+26 |
* | Linux: fix double italic on some fonts. | agl@chromium.org | 2009-06-24 | 1 | -2/+15 |
* | Linux: fix fake italics for fonts without italic variants. | agl@chromium.org | 2009-06-24 | 6 | -29/+53 |
* | Reverting 19043. | thakis@chromium.org | 2009-06-23 | 1 | -1/+0 |
* | Bring in a patch to skia that's required for | thakis@chromium.org | 2009-06-23 | 1 | -0/+1 |
* | Only select scalable fonts. Fixed-size fonts don't work with FT_Set_Char_Size... | thestig@chromium.org | 2009-06-19 | 1 | -0/+10 |
* | Reverting r18743. | avi@google.com | 2009-06-18 | 3 | -174/+0 |
* | Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to | avi@google.com | 2009-06-18 | 3 | -0/+174 |
* | Fix a skia valgrind error. | craig.schlenter@chromium.org | 2009-06-18 | 1 | -1/+1 |
* | Linux: move SyncIPC function from Skia to base. | agl@chromium.org | 2009-06-18 | 1 | -43/+4 |
* | Review URL: http://codereview.chromium.org/125205 | mark@chromium.org | 2009-06-16 | 1 | -1/+1 |
* | Add file icons to chrome://downloads/ on the Mac. Add Skia helper | mark@chromium.org | 2009-06-16 | 4 | -88/+182 |
* | Stop leaking CGBitmapContextRefs. Regression from r18363. | mark@chromium.org | 2009-06-15 | 1 | -3/+17 |
* | Linux: fix memory leak in new SkFontHost code. | agl@chromium.org | 2009-06-15 | 1 | -0/+2 |