summaryrefslogtreecommitdiffstats
path: root/base/gfx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the mac compile by removing the unnecessary setDeviceOffset function.brettw@google.com2008-09-263-13/+0
* Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping ...brettw@google.com2008-09-267-79/+32
* Wow, it's been a while since we cleaned EOL.maruel@google.com2008-09-257-1224/+1224
* When a bitmap allocation fails, do some checks that will crash in differentbrettw@google.com2008-09-241-1/+30
* SkRect.fTop should be set to the y coordinate of a CGRect, not the xamanda@chromium.org2008-09-231-2/+2
* Add a few more cases for Unicode blocks to script mapping. This is for next ...jungshik@google.com2008-09-121-4/+23
* Accommodate removal of gfx\platform_canvas_unittest_win.cc in thesgk@google.com2008-09-101-1/+1
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-101-1/+1
* Fix build break, add TODO to clean up unit test referenceawalker@google.com2008-09-091-6/+8
* Update file that got committed under the wrong name, causingawalker@google.com2008-09-091-30/+53
* Fix the file extension.maruel@google.com2008-09-091-0/+0
* Refactor the platform canvas unit test a bit so that it can be run onawalker@google.com2008-09-098-16/+46
* Just compile some basic files so we get a libGlue.a.evanm@google.com2008-09-071-0/+4
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-291-0/+38
* Provide what looks like the minimal platform specific interface for skia. Thi...erg@google.com2008-08-2810-4/+237
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-271-0/+0
* Fixup some nits from brettpinkerton@google.com2008-08-251-1/+3
* Use a more compact license header in source files.license.bot2008-08-2454-2654/+1356
* De-winify context headers in prep for future mac implementations. First step.pinkerton@google.com2008-08-221-0/+4
* No need for size_mac.cc; subsumed by size.ccavi@google.com2008-08-201-48/+0
* Merges in updated versions of Mac graphics platform classes, adds generic typ...awalker@google.com2008-08-2014-1/+1332
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-181-3/+3
* Cleanup some comment typos.ericroman@google.com2008-08-184-5/+5
* Add skia and our png wrappers. png_codec_unittest and image_operations_unitt...tc@google.com2008-08-141-7/+7
* SCons build accommodation of renaming base\gfx\*platform*.cc to base\gfx\*pla...sgk@google.com2008-08-141-3/+8
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-1414-132/+132
* Add a trailing EOL to source files. This eliminates warnings in GCC.deanm@google.com2008-08-143-3/+3
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning.deanm@google.com2008-08-131-1/+1
* Add an EOL to the end of convolver.cc. This eliminates a warning in GCC.deanm@google.com2008-08-131-1/+1
* Update base/gfx/SConscript to build cleanly on linux.tc@google.com2008-08-121-9/+24