summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #847: enable back GD_BICUBIC* interpolation methodsCyprien Nicolas2023-01-251-0/+5
* Add missing includeKai Pastor2022-10-301-0/+1
* Fix deprecared function prototypesKhem Raj2022-08-232-28/+8
* Merge pull request #833 from khaledhosny/fix-raqm-rotationChristoph M. Becker2022-08-081-1/+14
|\
| * Fix #790, don't rotate glyph positions with Raqm 0.9.0+Khaled Hosny2022-08-011-1/+14
* | Fix #834: gdfonts.c comment mistakeChristoph M. Becker2022-08-051-1/+1
|/
* Fix #831: gdImageAvif memory leakChristoph M. Becker2022-06-101-18/+34
* Some fixes for MINGW (#828)مهدي شينون (Mehdi Chinoune)2022-04-152-7/+6
* enable interlace transform when reading png (#823)Brett2022-02-071-0/+5
* Fix tests based on coverity reports (#819)Pierre Joye2022-02-011-3/+3
* Fix #815, gd_topal, explicit null dereferenced (kind of false positiv… (#816)Pierre Joye2022-01-311-0/+3
* Fix #812, ensure operands priorty works as expected (#813)Pierre Joye2022-01-301-4/+4
* Fix #808, free info. Not sure what happens, it keeps being removed on cherry-...Pierre Joye2022-01-301-0/+1
* Fix #808, free info. Not sure what happens, it keeps being removed on cherry-...Pierre Joye2022-01-301-0/+2
* Fix #808, improve fix here, at this stage info is not null (deref earlier too)Pierre Joye2022-01-301-6/+2
* Fix #808, When RAQM is used, and it fails or no text processed, the glyph may...Pierre Joye2022-01-301-0/+6
* Fix #810, Wrong image freed, src_cloned should be freed if set. (#811)Pierre Joye2022-01-291-1/+1
* Fix #806, getPixelInterpolateWeight, getPixelOverflowTC, getPixelOver… (#807)Pierre Joye2022-01-291-17/+10
* Fix #808, When RAQM is used, and it fails or no text processed, the glyph may...Pierre Joye2022-01-291-0/+3
* #797 possible leak on png error, returns from setjmp lost the row_poi… (#802)Pierre Joye2022-01-231-1/+2
* #792, document gdImageEllipse (#803)Pierre Joye2022-01-231-2/+21
* #788 fix bug in HEIF usage, stride is require (#801)Pierre Joye2022-01-221-5/+12
* Catch libpng warnings (#295)woho2021-10-211-2/+7
* Fix out of bounds write im->alpha[im->transparent] (#785)Robert Hart2021-10-091-1/+3
* docs: Fix a few typosTim Gates2021-09-237-7/+7
* Merge pull request #755 from libgd/bug/750Pierre Joye2021-09-082-4/+17
|\
| * <3 the CI, forgot header for gd_error and unused var, strict mode for the wi...bug/750Pierre Joye2021-09-071-1/+1
| * Partial fix for #750Pierre Joye2021-09-072-4/+17
* | Fixed typoArun2021-09-061-1/+1
|/
* Fix #320, should not convert the source to palettebug/320Pierre Joye2021-09-011-13/+21
* Merge pull request #747 from libgd/features/mingw-ciPierre Joye2021-09-012-21/+1
|\
| * 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
* | Merge pull request #736 from libgd/bug/415Pierre Joye2021-08-311-0/+6
|\ \ | |/ |/|
| * fix #415, the same is needed in the other section, add testbug/415Pierre Joye2021-08-251-0/+4
| * Fix #415, Assuming TopOfs and LeftOfs zero, we can safely skip any (x,y) out ...Pierre Joye2021-08-251-0/+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