Commit Graph

186 Commits (cfee163a5e848fc3e3fb1d05a30d7557cdd36457)

Author SHA1 Message Date
pajoye cfee163a5e - #18, Removed invalid gdFree call when overflow2 fails
- #17, Free im->pixels as well on error
2007-01-03 20:09:01 +00:00
pajoye 0a331ae455 #17, Added "static" to entities_s struct declaration to avoid obscure
compiler problem on Suns (John Ellson/Graphviz)
2007-01-03 19:48:50 +00:00
pajoye e4d9135c3f #17, Added "static" to entities_s struct declaration to avoid obscure
compiler problem on Suns (John Ellson/Graphviz)
2007-01-03 19:48:50 +00:00
pajoye 55d5bcb87a - #16, Added sanity checks in gdImageCreate for possible allocation
failures (John Ellson/Graphviz)
2007-01-03 19:42:12 +00:00
pajoye 0424e8717e - #15, gdImageCreatePaletteFromTrueColor(), colors allocated henceforth from
the resulting image overwrite the palette colors (Rob Leslie)
2007-01-03 19:14:00 +00:00
pajoye 565dbcc705 - #14, Fixed leak in jinit_2pass_quantizer (gd_topal.c) 2007-01-03 18:31:45 +00:00
lhecking 936cdf9ed8 Updated. 2006-11-08 12:32:41 +00:00
pajoye b2e200658d - #7, gdImageCopy does not respect alpha (2/2) 2006-11-08 12:23:24 +00:00
pajoye bba046b3a2 - #12, initialize the sig buf not infile, good that we don't use getC... 2006-11-05 15:01:47 +00:00
pajoye 3152082bdb - initial cvs ChangeLog, will create a cronjob to update it daily 2006-10-15 17:20:18 +00:00
lhecking 001471e000 Remove generated files. 2006-10-12 11:38:31 +00:00
lhecking 7d962e7eba Bootstrap script to generate auto* files. 2006-10-12 11:36:43 +00:00
lhecking 32220c0764 Update after removal of generated files. 2006-10-12 11:30:32 +00:00
lhecking 2af624307a Add @LIBICONV@ wherever @LIBS@ is used. 2006-10-11 09:46:22 +00:00
pajoye 5517ea39e8 - #11 entry 2006-10-11 00:03:48 +00:00
pajoye cc3eb67695 - #11, gdImageCreateFromPng* possible crash with empty file
Thanks to Antony Dovgal to have catched this bug
2006-10-11 00:02:16 +00:00
pajoye ada1a438e1 - #10, gdImageFilledEllipse does not respect transparency (rewriten) 2006-10-10 00:40:41 +00:00
pajoye 50043ec4fa - #9, configure/build script updates auto* lib* (Lars Hecking) 2006-10-09 14:22:23 +00:00
pajoye 6339c91a26 - #9, configure/build script updates auto* lib* (Lars Hecking) 2006-10-09 14:22:22 +00:00
pajoye 30c6f31b22 - #9, configure/build script updates auto* lib* (Lars Hecking) 2006-10-09 14:22:22 +00:00
pajoye 473aecb75d - #9, configure/build script updates auto* lib* (Lars Hecking) 2006-10-09 14:22:22 +00:00
pajoye c16737d4df - #9, configure/build script updates auto* lib* (Lars Hecking) 2006-10-09 14:22:22 +00:00
pajoye 0a6f0951f6 - port another test for gdImageFill 2006-10-09 02:38:26 +00:00
pajoye 522a861d23 - temp fp 2006-10-09 02:37:02 +00:00
pajoye 05c826bd50 - #7, imagecopy doen't copy the alpha channel, palette to truecolor copy 2006-10-08 21:43:16 +00:00
pajoye 9575411e8d - #4, TrueColor transparency with GIF palette output 2006-10-08 16:42:47 +00:00
pajoye d3c21787a9 - GIF security fixes 2006-09-28 15:22:49 +00:00
pajoye 4d52bd1fa9 - #3, gdImageRectanle draws the corners twice 2006-09-28 08:16:30 +00:00
pajoye 44bbfebf7a - #2, test with gdTile 2006-09-28 00:32:51 +00:00
pajoye 96189bd125 - #2 entry 2006-09-28 00:01:37 +00:00
pajoye 0235118a5c - #2, imagefill segfaults:
- when call with invalid index color
 - segfaults or invalid result when used with complex patterns or
   transparent color
 (more tests to come)
2006-09-27 23:58:50 +00:00
pajoye aae3560158 - test case for bug #1 2006-09-27 23:07:19 +00:00
pajoye d0223fb73c - #1, Initialize values this also provides a 5x speedup in the imagefttext.phpt
test, because without this patch it never got cache hits (Nuno Lopes)
2006-09-27 23:05:18 +00:00
pajoye 1759fa0a16 - initial commit
temp file to store issue fixes history. Will be replaced by the issue
  tracker asap
2006-09-27 23:04:32 +00:00
pajoye 1207c5e507 - Sync the generated version
TODO: remove all generated files from CVS and add an autogen.sh script
2006-09-27 22:50:32 +00:00
edink 05c23b50c0 Added nmake dist target 2006-05-17 15:53:11 +00:00
edink e33863b8f0 Fixed windows build 2006-05-17 15:27:01 +00:00
edink d2b7f08ed8 Compile more helper tools 2006-05-17 15:26:37 +00:00
edink c37d86ffc9 Use bgd.dll name, and update copyright info 2006-05-17 13:05:19 +00:00
edink 959c402510 Use bgd.dll name, and update copyright info 2006-05-17 13:05:19 +00:00
edink 70b2e6a5da Added version info 2006-05-17 13:04:36 +00:00
edink 12a0435894 "all" target should be the first 2006-05-17 12:39:53 +00:00
edink 73951ada42 Added MSVC++ build file for use with nmake.exe 2006-05-17 12:34:24 +00:00
edink 40870e0b39 Added windows build dir 2006-05-17 09:15:24 +00:00
edink 3f3bebe636 Ignore build files 2006-05-17 08:43:14 +00:00
pajoye e9040cb00f - as reminder, initila commit 2006-04-14 00:15:01 +00:00
pajoye a3ae48d4e7 - URLs 2006-04-05 20:46:15 +00:00
pajoye ddf856435b - use the devel list in there 2006-04-05 20:40:24 +00:00
pajoye e3866d21b9 - remove files not present in 2.0.33 2006-04-05 20:14:18 +00:00
pajoye fe5eb7b15e - testing loginfo/cvsspam 2006-04-05 17:21:49 +00:00