summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normalize static lib name to libgd.a on *nix and libgd_static.lib on windows.Nathanael Jones2015-01-072-3/+8
* Replace windows MSVC makefile; update msys iconv path.Nathanael Jones2015-01-075-178/+233
* Drop -m32 definition on MINGW; prevents a 64-bit build from occurring.Nathanael Jones2015-01-071-1/+1
* Skip bug00132 - failing because test data is out if date (we think).Nathanael Jones2015-01-071-1/+1
* When both CPP_SHARP and _WIN32 are defined, do not enable thread safety.Nathanael Jones2015-01-071-2/+7
* Export C++ wrapper clases. Change two Gd() functions of the C++ wrapper to re...Nathanael Jones2015-01-071-15/+15
* C89 compat; define vars at top of functionNathanael Jones2015-01-071-4/+4
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform compa...Nathanael Jones2015-01-0737-74/+37
* free coeffsPierre Joye2015-01-071-2/+10
* free allocated palette on errorPierre Joye2015-01-071-0/+9
* fix im leaked on errorPierre Joye2015-01-071-0/+3
* just reduce static analyzer noisePierre Joye2015-01-071-1/+1
* free tc_cache and path on error (leak)Pierre Joye2015-01-071-0/+3
* fix commentRemi Collet2015-01-021-1/+1
* Fix possible infinite loop (php bug report #68713)Remi Collet2015-01-021-8/+6
* add read-only test images to tarballRemi Collet2014-12-251-0/+3
* use / in image patchRemi Collet2014-12-251-1/+1
* move overflow test outside the loop for perfRemi Collet2014-12-161-6/+5
* Fix possible buffer read overflowRemi Collet2014-12-131-2/+9
* Merged in nathanaeljones/gd-libgd/test-message-improvements (pull request #22) Nathanael Jones2014-10-173-7/+49
|\
| * Add gdTestAssertMsg(condition, formatmessage, variables) to support detailed ...Nathanael Jones2014-10-023-7/+49
* | Merged in nathanaeljones/gd-libgd/add-osx-boostrap-support (pull request #21)...Nathanael Jones2014-10-171-0/+4
|\ \
| * | bootstrap.sh now offers build tips on OS X and defaults to glibtoolizeNathanael Jones2014-10-021-0/+4
| |/
* | Merged in nathanaeljones/gd-libgd/shut-up-automake (pull request #23) Silence...Nathanael Jones2014-10-171-1/+1
|\ \
| * | Silence automake 1.14 warnings ("source file is in a subdirectory, but option...Nathanael Jones2014-10-021-1/+1
| |/
* | Merged in nathanaeljones/gd-libgd/cmake-iconv (pull request #24) Nathanael Jones2014-10-173-2/+77
|\ \
| * | Add libiconv support to CMake filesNathanael Jones2014-10-023-2/+77
| |/
* | Merged in nathanaeljones/gd-libgd/msvc-fix-keyword-macros (pull request #25) Nathanael Jones2014-10-171-0/+16
|\ \ | |/ |/|
| * Support MSVC++ 2013 and higher: define _ALLOW_KEYWORD_MACROS, inline, strcase...Nathanael Jones2014-10-021-0/+16
|/
* Merged in nathanaeljones/gd-libgd/nathanaeljones/restore-support-for-alphable...Pierre Joye2014-09-041-0/+1
|\
| * Restore support for alphaBlendingFlag value gdEffectAlphaBlendNathanael Jones2014-09-031-0/+1
|/
* Merged in ttoohey/gd-libgd/layout-effect (pull request #18) Ondřej Surý2014-08-045-6/+140
|\
| * add tests for layer effectsTim Toohey2014-04-233-0/+70
| * Add overlay and multiply effects to gdImageSetPixelTim Toohey2014-04-232-6/+70
* | Merged in ttoohey/gd-libgd/bugfix/font_path_overrun (pull request #19) Ondřej Surý2014-08-041-1/+7
|\ \
| * | Fix buffer overrun from long font search pathTim Toohey2014-04-241-1/+7
| |/
* | CVE-2014-2497, NULL pointer dereference, fix #126Remi Collet2014-08-041-0/+10
* | Remove wrong license headers. Based on http://www.paulbourke.net/dataformats/...Pierre Joye2014-05-211-20/+0
|/
* Fix artefact in gdImageScale using GD_BILINEAR_FIXEDRemi Collet2014-03-121-6/+6
* new example "resize"Remi Collet2014-03-121-0/+59
* Fix gdImageSetInterpolationMethod with GD_DEFAULTRemi Collet2014-03-121-4/+1
* MSys Makefile now statically links libgd.dll to libiconv.Chris Reuter2014-03-071-2/+10
* MSys Makefile fixChris Reuter2014-03-051-1/+5
* Bug fix: GD DLL rename hadn't been propagated everywhere.Chris Reuter2014-03-012-2/+2
* Minor enhancements to the MinGW+Msys build scripts.Chris Reuter2014-02-242-6/+32
* Updated the MSys build files.Chris Reuter2014-02-073-9/+11
* Got gd_filename.c to work correctly under Windows.Chris Reuter2014-02-071-23/+23
* Updated .gitignore.Chris Reuter2014-02-071-0/+5
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-0717-146/+1666
* Added function 'gdImageGetInterpolationMethod()'.Chris Reuter2014-01-072-0/+10