summaryrefslogtreecommitdiffstats
path: root/base/gfx
Commit message (Expand)AuthorAgeFilesLines
* Headers cleanup:phajdan.jr@chromium.org2009-07-236-14/+24
* Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...ajwong@chromium.org2009-07-225-55/+0
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-2/+2
* Revert r20553.thestig@chromium.org2009-07-131-2/+2
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-2/+2
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-2/+2
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-2/+2
* Make converting from NativeViewId to NativeView an error on Mac.shess@chromium.org2009-07-081-1/+10
* GdkPixbufFromSkBitmap needs to un-premultiply the alpha beforetc@google.com2009-07-081-4/+30
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-3/+3
* Fix retarded bitmath. << 8 != * 255glen@chromium.org2009-07-072-6/+10
* Reland of r19131, this time with real Math:glen@chromium.org2009-06-302-3/+65
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-0/+15
* Revert all of my patches from today.evan@chromium.org2009-06-261-13/+0
* mac: retry build fix.evan@chromium.org2009-06-261-1/+1
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-0/+13
* change backing store cache to be memory-based rather than counterikkay@chromium.org2009-06-251-0/+2
* Reverting 19131.glen@chromium.org2009-06-242-68/+3
* PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to colorglen@chromium.org2009-06-242-3/+68
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-142-5/+5
* Liberalize the size limits in the PNG decoder to match the changes landed ups...pkasting@chromium.org2009-06-091-5/+7
* A new menu system for views.ben@chromium.org2009-06-081-0/+3
* Re-Retry. This is the change from hell.glen@chromium.org2009-06-061-5/+34
* Revert pngencoder changes.glen@chromium.org2009-06-051-36/+5
* Fix pngencoder mac perf errors - the previous code was never actually doing a...glen@chromium.org2009-06-051-4/+3
* Retry. I believe the code (with your width() * bbp fix) is correct.glen@chromium.org2009-06-051-5/+37
* Revert png encoder changes.glen@chromium.org2009-06-041-40/+4
* Twiddle some bits to get PNGEncoder to match ImageOperations. There's a Valgr...glen@chromium.org2009-06-041-9/+16
* Attempt to fix memory leak again.glen@chromium.org2009-06-041-1/+1
* Fix bustage by defining NativeCursor on Mac.ben@chromium.org2009-06-041-0/+1
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-041-0/+3
* Fix leak in PNGEncoder.glen@chromium.org2009-06-041-10/+10
* PNGEncoder wasn't accounting for SkBitmap's premultiplied alpha (PNGDecoder w...glen@chromium.org2009-06-041-4/+33
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-032-0/+37
* Fix memory leak in corrupt JPEG decoding.thestig@chromium.org2009-05-191-2/+2
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-3/+3
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-135-5/+5
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-118-0/+0
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-272-7/+7
* Change Size::IsEmpty() to be consistent with Rect::IsEmpty()erikkay@google.com2009-04-265-23/+46
* Linux: unit tests fix.agl@chromium.org2009-04-241-0/+4
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-244-10/+269
* Fix a leak when we fail to load a gdkpixbuf. I meant to do this intc@google.com2009-04-211-0/+24
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-212-25/+0
* Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...pkasting@chromium.org2009-04-202-0/+7
* Add missing include needed for malloc.thestig@chromium.org2009-04-161-0/+1
* Recommit previous change with GYP files fixed.erg@google.com2009-04-162-68/+0
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-2/+0
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-152-0/+70
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-152-70/+0