| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |