summaryrefslogtreecommitdiffstats
path: root/base/gfx
Commit message (Expand)AuthorAgeFilesLines
* Basic windowless plugins, try 2.evan@chromium.org2009-03-131-3/+2
* Improve the look of the Linux omnibox.deanm@chromium.org2009-03-132-0/+22
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-121-0/+5
* NO CODE CHANGEdeanm@chromium.org2009-03-1018-18/+0
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-102-0/+45
* Expose the iostream (logging) interfaces of some gfx:: classes.evan@chromium.org2009-03-043-17/+3
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-035-15/+26
* Start stitching GYP-generated files into the Linux build:sgk@google.com2009-03-031-95/+0
* Allow inclusion of libpng in the deps file.brettw@chromium.org2009-02-251-1/+2
* Fix include paths for libpng.brettw@chromium.org2009-02-254-11/+10
* Add a gtk_utils (like gdi_utils), with region rectangle subtraction.deanm@chromium.org2009-02-115-12/+59
* Unittest gardening on MacOS X:shess@chromium.org2009-02-111-1/+1
* Add native drawing context typedef so that we can cut down on some #ifdefsamanda@chromium.org2009-02-061-0/+4
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-1/+2
* The new version of Inset() Ben added a while ago didn't work quite right for ...pkasting@chromium.org2009-01-292-10/+4
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-2/+42
* Fix mac build.estade@chromium.org2009-01-271-1/+1
* Try2 of issue 18772. (move jpeg_codec* to base/gfx)estade@chromium.org2009-01-274-0/+732
* undo 8692 (fix build failure)estade@chromium.org2009-01-274-732/+0
* Move jpeg_codec.* to base/gfxestade@chromium.org2009-01-274-0/+732
* Add a PNGEncoder helper function that takes an SkBitmap,nick@chromium.org2009-01-232-0/+22
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-0/+1
* Updates to Visual Studio project generation to accomodatesgk@google.com2009-01-101-6/+1
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Initial subset of .vcproj file generation, covering generation of:sgk@google.com2008-12-241-10/+55
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-191-0/+3
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-181-4/+4
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-172-3/+6
* Move skia_utils into the skia namespace.brettw@google.com2008-12-121-5/+5
* ...agl@chromium.org2008-12-121-4/+0
* ...agl@chromium.org2008-12-121-0/+4
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-12/+21
* Fix new include path of skia_utils.brettw@google.com2008-12-031-1/+1
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-033-133/+0
* Move skia_utils_mac from base/gfx to skia/ext.brettw@google.com2008-12-032-134/+0
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-038-1244/+0
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-0313-6/+1517
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-0213-1517/+6
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-2210-132/+1
* Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...brettw@google.com2008-11-226-7/+7
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-214-4/+4
* Move the platform files form port to skia for Mac only. Hopefully this won't ...brettw@google.com2008-11-213-3/+3
* Finish release (opt) builds on Windows, including the parallelsgk@google.com2008-11-201-9/+2
* Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h...brettw@google.com2008-11-1927-4450/+39
* Add pixel layout test support for Linuxagl@chromium.org2008-11-192-13/+52
* Fix a proto-type mismatch on a virtual override.deanm@chromium.org2008-11-182-3/+6
* Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code frombrettw@google.com2008-11-176-1781/+0
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2
* Prevent crash due to DIB allocation failure joshia@google.com2008-11-122-9/+10