| Commit message (Expand) | Author | Age | Files | Lines |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 4 | -395/+0 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 15 | -1436/+0 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 9 | -1731/+0 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 2 | -1/+12 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 2 | -12/+12 |
* | Linux: add GYP flag to build with system jpeg. | agl@chromium.org | 2009-08-06 | 1 | -0/+4 |
* | Fix Mac plugin background snapshots | stuartmorgan@google.com | 2009-07-31 | 1 | -0/+14 |
* | GTK Themes: A gtkrc file can now override our choice of frame color by | erg@google.com | 2009-07-27 | 1 | -1/+4 |
* | Linux: add GYP variable to use the system libpng. | agl@chromium.org | 2009-07-27 | 2 | -0/+8 |
* | Refactor blits to be more cross-platform. | piman@chromium.org | 2009-07-24 | 2 | -0/+134 |
* | Headers cleanup: | phajdan.jr@chromium.org | 2009-07-23 | 6 | -14/+24 |
* | Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_... | ajwong@chromium.org | 2009-07-22 | 5 | -55/+0 |
* | Reverting 20516 by re-landing this previous patch. | brettw@chromium.org | 2009-07-17 | 1 | -2/+2 |
* | Revert r20553. | thestig@chromium.org | 2009-07-13 | 1 | -2/+2 |
* | Additional svn ignores for native_client and Makefile. | thestig@chromium.org | 2009-07-13 | 1 | -2/+2 |
* | Revert previous clipping rect change for Cairo to see if it fixes the build. | brettw@chromium.org | 2009-07-13 | 1 | -2/+2 |
* | Keep the cairo clipping region in sync with the Skia one. | brettw@chromium.org | 2009-07-13 | 1 | -2/+2 |
* | Make converting from NativeViewId to NativeView an error on Mac. | shess@chromium.org | 2009-07-08 | 1 | -1/+10 |
* | GdkPixbufFromSkBitmap needs to un-premultiply the alpha before | tc@google.com | 2009-07-08 | 1 | -4/+30 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -3/+3 |
* | Fix retarded bitmath. << 8 != * 255 | glen@chromium.org | 2009-07-07 | 2 | -6/+10 |
* | Reland of r19131, this time with real Math: | glen@chromium.org | 2009-06-30 | 2 | -3/+65 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+15 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 1 | -13/+0 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -1/+1 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+13 |
* | change backing store cache to be memory-based rather than count | erikkay@chromium.org | 2009-06-25 | 1 | -0/+2 |
* | Reverting 19131. | glen@chromium.org | 2009-06-24 | 2 | -68/+3 |
* | PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to color | glen@chromium.org | 2009-06-24 | 2 | -3/+68 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 2 | -5/+5 |
* | Liberalize the size limits in the PNG decoder to match the changes landed ups... | pkasting@chromium.org | 2009-06-09 | 1 | -5/+7 |
* | A new menu system for views. | ben@chromium.org | 2009-06-08 | 1 | -0/+3 |
* | Re-Retry. This is the change from hell. | glen@chromium.org | 2009-06-06 | 1 | -5/+34 |
* | Revert pngencoder changes. | glen@chromium.org | 2009-06-05 | 1 | -36/+5 |
* | Fix pngencoder mac perf errors - the previous code was never actually doing a... | glen@chromium.org | 2009-06-05 | 1 | -4/+3 |
* | Retry. I believe the code (with your width() * bbp fix) is correct. | glen@chromium.org | 2009-06-05 | 1 | -5/+37 |
* | Revert png encoder changes. | glen@chromium.org | 2009-06-04 | 1 | -40/+4 |
* | Twiddle some bits to get PNGEncoder to match ImageOperations. There's a Valgr... | glen@chromium.org | 2009-06-04 | 1 | -9/+16 |
* | Attempt to fix memory leak again. | glen@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | Fix bustage by defining NativeCursor on Mac. | ben@chromium.org | 2009-06-04 | 1 | -0/+1 |
* | Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a... | ben@chromium.org | 2009-06-04 | 1 | -0/+3 |
* | Fix leak in PNGEncoder. | glen@chromium.org | 2009-06-04 | 1 | -10/+10 |
* | PNGEncoder wasn't accounting for SkBitmap's premultiplied alpha (PNGDecoder w... | glen@chromium.org | 2009-06-04 | 1 | -4/+33 |
* | Merge app/gfx/gtk_util into base/gfx/gtk_util. | thestig@google.com | 2009-06-03 | 2 | -0/+37 |
* | Fix memory leak in corrupt JPEG decoding. | thestig@chromium.org | 2009-05-19 | 1 | -2/+2 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -3/+3 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 5 | -5/+5 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 8 | -0/+0 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 2 | -7/+7 |
* | Change Size::IsEmpty() to be consistent with Rect::IsEmpty() | erikkay@google.com | 2009-04-26 | 5 | -23/+46 |