| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-15 | 7 | -0/+765 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 30 | -903/+772 |
* | Remove misleading comment - we no longer crash when CreateDIBSection() fails, | brettw@google.com | 2009-06-11 | 1 | -6/+0 |
* | Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a... | pkasting@chromium.org | 2009-06-11 | 1 | -2/+6 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -0/+12 |
* | Update webkit to r44571 | darin@chromium.org | 2009-06-10 | 1 | -10/+18 |
* | Fix a unit test failure. One of the tests sends an empty bitmap through this | brettw@chromium.org | 2009-06-09 | 1 | -3/+1 |
* | Add a mipmap-like divide-by-two image scaling algorithm. I am going to use this | brettw@chromium.org | 2009-06-09 | 3 | -7/+214 |
* | Adds ability to change compositing operator used by CanvasPaint. | sky@chromium.org | 2009-06-05 | 1 | -2/+15 |
* | Add ability to theme our buttons. | glen@chromium.org | 2009-06-04 | 2 | -0/+62 |
* | Revert r17575 and r17576. They are causing layout test errors. | agl@chromium.org | 2009-06-04 | 6 | -758/+0 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-04 | 6 | -0/+758 |
* | Histogram the time we spend resampling images. We suspect this may be causing | brettw@chromium.org | 2009-05-20 | 1 | -0/+8 |
* | Fix Skia includes to use the whole path name. | brettw@chromium.org | 2009-05-19 | 25 | -56/+52 |
* | Add some missing copyright headers. | senorblanco@chromium.org | 2009-05-15 | 2 | -0/+8 |
* | More green please: Vector canvas matrix test disable, mac fix, mark layout | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 6 | -5/+79 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 6 | -0/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 6 | -48/+95 |
* | Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac. | glen@chromium.org | 2009-05-06 | 6 | -5/+650 |
* | Fixes two Linux canvas related bugs. | sky@chromium.org | 2009-05-04 | 1 | -7/+6 |
* | Reverting 14712 on behalf of glen. | hbono@chromium.org | 2009-04-28 | 6 | -649/+5 |
* | Add bitmap manipulation functions in advance of themes. | glen@chromium.org | 2009-04-28 | 6 | -5/+649 |
* | Fix the ChromeCanvasPaint Linux code. | deanm@chromium.org | 2009-04-23 | 1 | -1/+6 |
* | Fix my attempt to disable part of unit test for Mac. | dglazkov@chromium.org | 2009-04-17 | 1 | -1/+1 |
* | Disable Path-clipping test for Mac to fix the build. | dglazkov@chromium.org | 2009-04-17 | 1 | -0/+4 |
* | Make non-rectangular clip region apply in the correct location. | dglazkov@chromium.org | 2009-04-17 | 3 | -16/+75 |
* | Fix the failure to fail in PlatformCanvasWin ctor | cpu@google.com | 2009-04-16 | 1 | -7/+21 |
* | A few small improvements to ChromeCanvasPaint. | deanm@chromium.org | 2009-04-08 | 1 | -13/+7 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so | erg@google.com | 2009-03-19 | 1 | -0/+4 |
* | Revert "Now have a TextButton rendering." Broke Windows. | erg@google.com | 2009-03-19 | 1 | -4/+0 |
* | Now have a TextButton rendering (sort of; doesn't respond to mouse events so ... | erg@google.com | 2009-03-19 | 1 | -0/+4 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 1 | -0/+69 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 2 | -3/+1 |
* | Basic windowless plugins, try 2. | evan@chromium.org | 2009-03-13 | 4 | -0/+19 |
* | Fix memory leak of "screen size bitmap" (e.g. 1.5M if 750x548) | jrg@chromium.org | 2009-03-07 | 1 | -5/+4 |
* | Linux: remove GdkSkia.* | agl@chromium.org | 2009-03-05 | 2 | -608/+0 |
* | Fix the non-Windows builds. This makes makes the Windows code conditional on ... | brettw@chromium.org | 2009-03-02 | 1 | -0/+16 |
* | Fix and uncomment the tests I broke in my transparency patch. Turns out | brettw@chromium.org | 2009-03-02 | 1 | -6/+4 |
* | Fix some unit tests that I broke in the transparency patch. Comment out two | brettw@chromium.org | 2009-02-27 | 2 | -4/+26 |
* | Pull WebKit deps to get transparency fixes, and rebaseline affected layout te... | brettw@chromium.org | 2009-02-27 | 7 | -172/+23 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 6 | -16/+76 |
* | From agl. Cleaned up version of issue 19046. | thestig@chromium.org | 2009-02-03 | 4 | -0/+17 |
* | Implement gdk_skia_draw_segments. Initial implementation does not support | jhawkins@chromium.org | 2009-01-30 | 1 | -1/+19 |
* | Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for... | thestig@chromium.org | 2009-01-30 | 4 | -7/+6 |
* | Linux Skia: add an option to build a canvas from a provided memory buffer | agl@chromium.org | 2009-01-22 | 4 | -5/+41 |
* | Add back convolver_unittest.cc and image_operations_unittest.cc. | maruel@chromium.org | 2009-01-22 | 3 | -112/+83 |
* | Reverting 8462,8458 since it broke the linux builder. | maruel@chromium.org | 2009-01-22 | 3 | -75/+111 |
* | Add back convolver_unittest.cc and image_operations_unittest.cc. | maruel@chromium.org | 2009-01-22 | 3 | -111/+75 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |