summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* These are not .c files, should work on gcc and make clang linker happyPierre Joye2021-08-291-20/+0
* #ifdefPierre Joye2021-08-291-1/+1
* fix build for arm64, also use generic intrin.h instead of the x86 series spec...Pierre Joye2021-08-291-2/+2
* Fix #410, document the exact behavior. It is not possible to change behavior ...Pierre Joye2021-08-271-0/+5
* Merge pull request #737 from libgd/bug/405Pierre Joye2021-08-271-9/+17
|\
| * -1 resets the transparent color, return here.bug/405Pierre Joye2021-08-251-0/+3
| * Fix #405, -1 aims to reset the transparent color; refactor a bit; add test to...Pierre Joye2021-08-251-9/+14
* | Merge pull request #741 from mvorisek/patch-1Pierre Joye2021-08-271-1/+1
|\ \
| * | Fix gdAlphaMax limit typoMichael Voříšek2021-08-261-1/+1
* | | Fix #402, negative determinant fails, only 0 or not finite should failPierre Joye2021-08-261-1/+4
|/ /
* | Merge branch 'master' of github.com:libgd/libgdPierre Joye2021-08-262-28/+1
|\ \
| * \ Merge pull request #636 from willson-chen/mv_gd_color_map_test_to_testsPierre Joye2021-08-262-28/+1
| |\ \ | | |/ | |/|
| | * Move src/gd_color_map_test.c to testswillson-chen2020-05-062-28/+1
* | | document gd MatrixPierre Joye2021-08-261-1/+22
|/ /
* | Fix #318, these macros are not used as planed, we have separate functions for...Pierre Joye2021-08-251-5/+0
* | avoid case w/255.5+0.5 (kudos @cmb69)bug/661Pierre Joye2021-08-251-4/+4
* | #661, restore correct clamping, fixing alpha artifacts (these ones are the mo...Pierre Joye2021-08-241-14/+6
* | Merge pull request #713 from me22bee/_gdImageGd2Pierre Joye2021-08-241-3/+15
|\ \
| * | remove non-printable bytesMaryam Ebrahimzadeh2021-08-241-1/+1
| * | trigger the github actionsMaryam Ebrahimzadeh2021-08-241-0/+2
| * | gdImageGd2Ptr memory leakmaryam ebrahimzadeh2021-07-191-4/+14
* | | Add ENABLE_CPP_APIPierre Joye2021-08-231-0/+3
* | | remove annotate from windows buildsPierre Joye2021-08-231-2/+5
* | | remove from .c tooPierre Joye2021-08-231-1/+6
* | | +NOTPierre Joye2021-08-231-2/+2
* | | tried, remove it from windows build, will need portable codes elsewherePierre Joye2021-08-232-89/+3
* | | move and fix opt* extern declaration, windows MSC onlyPierre Joye2021-08-231-1/+1
* | | move and fix opt* extern declaration, windows MSC onlyPierre Joye2021-08-231-1/+3
* | | webpng mkstemp, windows MSC onlyPierre Joye2021-08-231-0/+2
* | | webpng mkstempPierre Joye2021-08-231-0/+85
* | | opt* are extern, missed optargPierre Joye2021-08-231-1/+1
* | | opt* are externPierre Joye2021-08-231-1/+1
* | | that should solve all ssize_t issue w/VCPierre Joye2021-08-231-0/+3
* | | syntax fixPierre Joye2021-08-231-0/+1
* | | syntax fixPierre Joye2021-08-231-1/+2
* | | syntax fixPierre Joye2021-08-231-1/+1
* | | syntax fixPierre Joye2021-08-231-1/+1
* | | recent VC has stdintPierre Joye2021-08-232-2/+3
* | | let define ssize_t here on windowsPierre Joye2021-08-231-0/+2
* | | this header should not be included on windowsPierre Joye2021-08-231-1/+3
* | | Fix #733, silent warning for infilePierre Joye2021-08-231-0/+1
* | | Fix #733, use of undeclared identifier 'size': ARG_NOT_USED(size)Pierre Joye2021-08-231-1/+0
* | | add option to enable/disable CPP APIPierre Joye2021-08-222-0/+12
* | | enable these interpolationsPierre Joye2021-08-201-3/+6
* | | refactor and cleanupPierre Joye2021-08-201-98/+68
* | | mark as privatePierre Joye2021-08-201-0/+1
* | | silent fall trhough warning, that comment is read by gccPierre Joye2021-08-171-1/+2
* | | heif_ctx not usedPierre Joye2021-08-161-0/+1
* | | silent warning/unused args when codecs not enabledPierre Joye2021-08-168-5/+127
* | | little more close to IM/GM/Lepto and coPierre Joye2021-08-161-10/+7