| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish release (opt) builds on Windows, including the parallel | sgk@google.com | 2008-11-20 | 1 | -9/+2 |
* | Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... | brettw@google.com | 2008-11-19 | 27 | -4450/+39 |
* | Add pixel layout test support for Linux | agl@chromium.org | 2008-11-19 | 2 | -13/+52 |
* | Fix a proto-type mismatch on a virtual override. | deanm@chromium.org | 2008-11-18 | 2 | -3/+6 |
* | Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from | brettw@google.com | 2008-11-17 | 6 | -1781/+0 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 2 | -9/+10 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 1 | -2/+0 |
* | Make PlatformCanvasLinux match up with recent changes in the Windows one, whi... | brettw@google.com | 2008-11-07 | 2 | -3/+8 |
* | Fix Linux build bustage by making the ImageBufferSkia code compilable on all ... | brettw@google.com | 2008-11-07 | 1 | -2/+5 |
* | Make canvas code a bit more resilient to crashes. | joshia@google.com | 2008-11-06 | 5 | -49/+73 |
* | Switch from using GdkPixbuf to cairo for painting on Drawables. | agl@chromium.org | 2008-11-06 | 2 | -34/+58 |
* | Fix tree breakage. | erg@google.com | 2008-11-04 | 1 | -1/+4 |
* | System includes need to use angle brackets for check_deps | agl@chromium.org | 2008-10-29 | 1 | -1/+1 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-29 | 3 | -13/+49 |
* | * Revert "Start writing the GTK code for test_shell." | agl@chromium.org | 2008-10-28 | 3 | -48/+12 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-28 | 3 | -12/+48 |
* | Use ETS_FOCUSED instead of TS_CHECKED to signify that a button | tc@google.com | 2008-10-22 | 1 | -1/+1 |
* | Changes to how we draw buttons. | tc@google.com | 2008-10-22 | 1 | -6/+15 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -1/+1 |
* | SCons renaming updates for base, net and googleurl: | sgk@google.com | 2008-10-21 | 3 | -77/+94 |
* | Build SkGraphicsContext under Linux | erg@google.com | 2008-10-21 | 2 | -0/+7 |
* | Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll.... | deanm@chromium.org | 2008-10-21 | 2 | -18/+19 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 1 | -7/+6 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 1 | -6/+7 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 1 | -7/+6 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -6/+7 |
* | part one of bustage fix - forgot to land this with previous CL. http://crbug.... | ben@chromium.org | 2008-10-17 | 1 | -0/+3 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 2 | -0/+10 |
* | Wrap some lines that are > 80 columns. | tc@google.com | 2008-10-16 | 1 | -9/+13 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -0/+5 |
* | get webframe_impl.cc to compile on linux | tc@google.com | 2008-10-14 | 4 | -0/+32 |
* | Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. | ben@chromium.org | 2008-10-14 | 1 | -0/+5 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 1 | -0/+5 |
* | Basic GTK test shell: links in the SConscript and brings up a window with non... | evanm@google.com | 2008-10-13 | 1 | -1/+7 |
* | base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.cc | sgk@google.com | 2008-10-09 | 1 | -1/+1 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 6 | -9/+29 |
* | Change the font search order to try Lucida Sans Unicode before Arial Unicode ... | jungshik@google.com | 2008-10-08 | 1 | -1/+1 |
* | Add platform_canvas_unittest.cc | jeremy@chromium.org | 2008-10-01 | 5 | -39/+56 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 1 | -3/+3 |
* | Sync Mac canvas implementation with Windows version, still a work in progress, | jeremy@chromium.org | 2008-09-29 | 6 | -138/+102 |
* | Fix the mac compile by removing the unnecessary setDeviceOffset function. | brettw@google.com | 2008-09-26 | 3 | -13/+0 |
* | Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping ... | brettw@google.com | 2008-09-26 | 7 | -79/+32 |
* | Wow, it's been a while since we cleaned EOL. | maruel@google.com | 2008-09-25 | 7 | -1224/+1224 |
* | When a bitmap allocation fails, do some checks that will crash in different | brettw@google.com | 2008-09-24 | 1 | -1/+30 |
* | SkRect.fTop should be set to the y coordinate of a CGRect, not the x | amanda@chromium.org | 2008-09-23 | 1 | -2/+2 |
* | Add a few more cases for Unicode blocks to script mapping. This is for next ... | jungshik@google.com | 2008-09-12 | 1 | -4/+23 |
* | Accommodate removal of gfx\platform_canvas_unittest_win.cc in the | sgk@google.com | 2008-09-10 | 1 | -1/+1 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -1/+1 |
* | Fix build break, add TODO to clean up unit test reference | awalker@google.com | 2008-09-09 | 1 | -6/+8 |