summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Make font fallback case insensitive.thestig@chromium.org2009-07-081-3/+4
* A null CGImageRef should be treated as a "null" SkBitmap,darin@google.com2009-07-031-1/+2
* Include gdk.h in canvas_paint_linux.h, it uses gdk_cairo_create.deanm@chromium.org2009-07-011-0/+2
* Enable some skia unittests on linux and mac.tc@google.com2009-07-011-6/+6
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@chromium.org2009-06-253-0/+88
* Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontFork...avi@chromium.org2009-06-253-89/+0
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@chromium.org2009-06-253-0/+89
* Update Skia transfer modes for Skia r239amanda@chromium.org2009-06-251-4/+4
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-252-0/+18
* Linux: fix double italic on some fonts.agl@chromium.org2009-06-241-2/+15
* Linux: fix fake italics for fonts without italic variants.agl@chromium.org2009-06-246-29/+53
* Only select scalable fonts. Fixed-size fonts don't work with FT_Set_Char_Size...thestig@chromium.org2009-06-191-0/+10
* Reverting r18743.avi@google.com2009-06-183-174/+0
* Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() toavi@google.com2009-06-183-0/+174
* Fix a skia valgrind error.craig.schlenter@chromium.org2009-06-181-1/+1
* Linux: move SyncIPC function from Skia to base.agl@chromium.org2009-06-181-43/+4
* Add file icons to chrome://downloads/ on the Mac. Add Skia helpermark@chromium.org2009-06-163-84/+173
* Stop leaking CGBitmapContextRefs. Regression from r18363.mark@chromium.org2009-06-151-3/+17
* Linux: fix memory leak in new SkFontHost code.agl@chromium.org2009-06-151-0/+2
* Rename CreateWithContext to Createmark@chromium.org2009-06-153-9/+10
* Properly use data when creating a bitmap platform canvas. Gets things paintingmark@chromium.org2009-06-153-37/+60
* Linux: remove some unused structures from SkFontHost_fontconfig_ipc.hagl@chromium.org2009-06-151-26/+0
* Linux: fix layout tests with italic text.agl@chromium.org2009-06-151-1/+1
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-157-0/+765
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-1430-903/+772
* Remove misleading comment - we no longer crash when CreateDIBSection() fails,brettw@google.com2009-06-111-6/+0
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a...pkasting@chromium.org2009-06-111-2/+6
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-0/+12
* Update webkit to r44571darin@chromium.org2009-06-101-10/+18
* Fix a unit test failure. One of the tests sends an empty bitmap through thisbrettw@chromium.org2009-06-091-3/+1
* Add a mipmap-like divide-by-two image scaling algorithm. I am going to use thisbrettw@chromium.org2009-06-093-7/+214
* Adds ability to change compositing operator used by CanvasPaint.sky@chromium.org2009-06-051-2/+15
* Add ability to theme our buttons.glen@chromium.org2009-06-042-0/+62
* Revert r17575 and r17576. They are causing layout test errors.agl@chromium.org2009-06-046-758/+0
* Linux: Add support for chrooted renderers.agl@chromium.org2009-06-046-0/+758
* Histogram the time we spend resampling images. We suspect this may be causingbrettw@chromium.org2009-05-201-0/+8
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-1925-56/+52
* Add some missing copyright headers.senorblanco@chromium.org2009-05-152-0/+8
* More green please: Vector canvas matrix test disable, mac fix, mark layoutsenorblanco@chromium.org2009-05-131-1/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-136-5/+79
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-116-0/+0
* This is the first pass at themes.glen@chromium.org2009-05-096-48/+95
* Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac.glen@chromium.org2009-05-066-5/+650
* Fixes two Linux canvas related bugs.sky@chromium.org2009-05-041-7/+6
* Reverting 14712 on behalf of glen.hbono@chromium.org2009-04-286-649/+5
* Add bitmap manipulation functions in advance of themes.glen@chromium.org2009-04-286-5/+649
* Fix the ChromeCanvasPaint Linux code.deanm@chromium.org2009-04-231-1/+6
* Fix my attempt to disable part of unit test for Mac.dglazkov@chromium.org2009-04-171-1/+1
* Disable Path-clipping test for Mac to fix the build.dglazkov@chromium.org2009-04-171-0/+4
* Make non-rectangular clip region apply in the correct location.dglazkov@chromium.org2009-04-173-16/+75