| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update file that got committed under the wrong name, causing | awalker@google.com | 2008-09-09 | 1 | -30/+53 |
* | Fix the file extension. | maruel@google.com | 2008-09-09 | 1 | -0/+0 |
* | Refactor the platform canvas unit test a bit so that it can be run on | awalker@google.com | 2008-09-09 | 8 | -16/+46 |
* | Just compile some basic files so we get a libGlue.a. | evanm@google.com | 2008-09-07 | 1 | -0/+4 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 1 | -0/+38 |
* | Provide what looks like the minimal platform specific interface for skia. Thi... | erg@google.com | 2008-08-28 | 10 | -4/+237 |
* | Mark the platform_canvas_unittest as windows specific. | erg@google.com | 2008-08-27 | 1 | -0/+0 |
* | Fixup some nits from brett | pinkerton@google.com | 2008-08-25 | 1 | -1/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 54 | -2654/+1356 |
* | De-winify context headers in prep for future mac implementations. First step. | pinkerton@google.com | 2008-08-22 | 1 | -0/+4 |
* | No need for size_mac.cc; subsumed by size.cc | avi@google.com | 2008-08-20 | 1 | -48/+0 |
* | Merges in updated versions of Mac graphics platform classes, adds generic typ... | awalker@google.com | 2008-08-20 | 14 | -1/+1332 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 1 | -3/+3 |
* | Cleanup some comment typos. | ericroman@google.com | 2008-08-18 | 4 | -5/+5 |
* | Add skia and our png wrappers. png_codec_unittest and image_operations_unitt... | tc@google.com | 2008-08-14 | 1 | -7/+7 |
* | SCons build accommodation of renaming base\gfx\*platform*.cc to base\gfx\*pla... | sgk@google.com | 2008-08-14 | 1 | -3/+8 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 14 | -132/+132 |
* | Add a trailing EOL to source files. This eliminates warnings in GCC. | deanm@google.com | 2008-08-14 | 3 | -3/+3 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Add an EOL to the end of convolver.cc. This eliminates a warning in GCC. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Update base/gfx/SConscript to build cleanly on linux. | tc@google.com | 2008-08-12 | 1 | -9/+24 |
* | Set the svn:eol-style to LF. | tc@google.com | 2008-08-11 | 1 | -76/+76 |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 1 | -0/+3 |
* | This is a revised CB of issue 738 and 764 (which were made | jungshik@google.com | 2008-08-08 | 3 | -20/+62 |
* | Fixing up the basic set of geometry. | avi@google.com | 2008-08-06 | 7 | -12/+91 |
* | Fix base::DIR_SOURCE_ROOT path calculation. | maruel@google.com | 2008-08-06 | 1 | -0/+5 |
* | Revert base\gfx changes because it breaks the build | nsylvain@google.com | 2008-08-05 | 7 | -112/+7 |
* | Fix for missing build info. | avi@google.com | 2008-08-05 | 2 | -0/+4 |
* | Fix basic geometric types. | avi@google.com | 2008-08-05 | 7 | -7/+108 |
* | Convert submodules SConscript files to psuedo-builder calls. | sgk@google.com | 2008-08-03 | 1 | -1/+1 |
* | I think this is the crasher | cpu@google.com | 2008-08-02 | 1 | -1/+2 |
* | Initial cleanups en route to coalescing the get-it-built cut-and-paste from v... | sgk@google.com | 2008-07-31 | 1 | -7/+0 |