summaryrefslogtreecommitdiffstats
path: root/base/gfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cache the GdkSkia object in PlatformContextSkia so that we aren't creatingagl@chromium.org2008-11-111-2/+0
* Make PlatformCanvasLinux match up with recent changes in the Windows one, whi...brettw@google.com2008-11-072-3/+8
* Fix Linux build bustage by making the ImageBufferSkia code compilable on all ...brettw@google.com2008-11-071-2/+5
* Make canvas code a bit more resilient to crashes.joshia@google.com2008-11-065-49/+73
* Switch from using GdkPixbuf to cairo for painting on Drawables.agl@chromium.org2008-11-062-34/+58
* Fix tree breakage.erg@google.com2008-11-041-1/+4
* System includes need to use angle brackets for check_depsagl@chromium.org2008-10-291-1/+1
* Start writing the GTK code for test_shell.agl@chromium.org2008-10-293-13/+49
* * Revert "Start writing the GTK code for test_shell."agl@chromium.org2008-10-283-48/+12
* Start writing the GTK code for test_shell.agl@chromium.org2008-10-283-12/+48
* Use ETS_FOCUSED instead of TS_CHECKED to signify that a buttontc@google.com2008-10-221-1/+1
* Changes to how we draw buttons.tc@google.com2008-10-221-6/+15
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* SCons renaming updates for base, net and googleurl:sgk@google.com2008-10-213-77/+94
* Build SkGraphicsContext under Linuxerg@google.com2008-10-212-0/+7
* Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll....deanm@chromium.org2008-10-212-18/+19
* Rolling back switch to hammer patterns again.bradnelson@chromium.org2008-10-201-7/+6
* Adding in new hammer patterns. Restored from rollback change 3578.bradnelson@chromium.org2008-10-181-6/+7
* Rolling back CL 3578, discovered hammer.bat had not been updated yet.bradnelson@chromium.org2008-10-181-7/+6
* Applying software construction toolkit patterns in scons build.bradnelson@chromium.org2008-10-171-6/+7
* part one of bustage fix - forgot to land this with previous CL. http://crbug....ben@chromium.org2008-10-171-0/+3
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-162-0/+10
* Wrap some lines that are > 80 columns.tc@google.com2008-10-161-9/+13
* Convert GetPreferredSize from:beng@google.com2008-10-151-0/+5
* get webframe_impl.cc to compile on linuxtc@google.com2008-10-144-0/+32
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-0/+5
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-0/+5
* Basic GTK test shell: links in the SConscript and brings up a window with non...evanm@google.com2008-10-131-1/+7
* base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.ccsgk@google.com2008-10-091-1/+1
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-096-9/+29
* Change the font search order to try Lucida Sans Unicode before Arial Unicode ...jungshik@google.com2008-10-081-1/+1
* Add platform_canvas_unittest.ccjeremy@chromium.org2008-10-015-39/+56
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-3/+3
* Sync Mac canvas implementation with Windows version, still a work in progress,jeremy@chromium.org2008-09-296-138/+102