| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #410, document the exact behavior. It is not possible to change behavior ... | Pierre Joye | 2021-08-27 | 1 | -0/+5 |
* | Merge pull request #737 from libgd/bug/405 | Pierre Joye | 2021-08-27 | 1 | -9/+17 |
|\ |
|
| * | -1 resets the transparent color, return here.bug/405 | Pierre Joye | 2021-08-25 | 1 | -0/+3 |
| * | Fix #405, -1 aims to reset the transparent color; refactor a bit; add test to... | Pierre Joye | 2021-08-25 | 1 | -9/+14 |
* | | Fix gdAlphaMax limit typo | Michael Voříšek | 2021-08-26 | 1 | -1/+1 |
|/ |
|
* | avoid case w/255.5+0.5 (kudos @cmb69)bug/661 | Pierre Joye | 2021-08-25 | 1 | -4/+4 |
* | #661, restore correct clamping, fixing alpha artifacts (these ones are the mo... | Pierre Joye | 2021-08-24 | 1 | -14/+6 |
* | gd_intern: unify the min/max/clamp macros some more | Mike Frysinger | 2021-02-05 | 1 | -6/+0 |
* | Fix potential integer overflow detected by oss-fuzz | Christoph M. Becker | 2020-08-24 | 1 | -4/+8 |
* | Fixed #169: update var type to hold bigger w&h for ellipse (#565) | wilson chen | 2020-02-09 | 1 | -2/+2 |
* | Fix potential NULL pointer dereference in gdImageClone() | Fábio Cabral Pacheco | 2019-12-20 | 1 | -8/+1 |
* | Fix #351: gdImageFilledArc() doesn't properly draw pies | Christoph M. Becker | 2019-01-16 | 1 | -4/+23 |
* | drop redundant color checks #456 | Mike Frysinger | 2018-08-31 | 1 | -5/+3 |
* | Remove Git ident attributes | Peter Kokot | 2018-06-27 | 1 | -2/+0 |
* | clean up trailing whitespace/newlines | Mike Frysinger | 2018-06-21 | 1 | -13/+13 |
* | Fix #340: System frozen | Christoph M. Becker | 2016-12-13 | 1 | -0/+1 |
* | Document gdImageCompare() | Christoph M. Becker | 2016-10-06 | 1 | -3/+13 |
* | Document cloning, copying, scaling and interpolation | Christoph M. Becker | 2016-10-06 | 1 | -35/+155 |
* | Fix #319: gdImageRotateInterpolated can have wrong background color | Christoph M. Becker | 2016-10-03 | 1 | -0/+6 |
* | Test and document the effects (aka. alpha blending modes) | Christoph M. Becker | 2016-10-02 | 1 | -16/+48 |
* | Improve anti-aliased drawing related docs | Christoph M. Becker | 2016-10-02 | 1 | -6/+34 |
* | Test and document filling behavior of self-intersecting polygons | Christoph M. Becker | 2016-10-01 | 1 | -2/+6 |
* | Fix #315: Single-point gdImageAALine() is invisible | Christoph M. Becker | 2016-10-01 | 1 | -1/+1 |
* | Fix overflow checks | Christoph M. Becker | 2016-09-30 | 1 | -4/+5 |
* | Improve documentation | Christoph M. Becker | 2016-09-15 | 1 | -18/+72 |
* | Improve documentation | Christoph M. Becker | 2016-09-15 | 1 | -43/+263 |
* | Fix #300: gdImageClone() assigns res_y = res_x | Christoph M. Becker | 2016-09-12 | 1 | -4/+15 |
* | Fix #299: Regression regarding gdImageRectangle() with gdImageSetThickness() | Christoph M. Becker | 2016-09-12 | 1 | -14/+8 |
* | Test and document gdImageRectangle | Christoph M. Becker | 2016-09-12 | 1 | -3/+16 |
* | Document image accessor macros | Christoph M. Becker | 2016-09-11 | 1 | -9/+29 |
* | Mark up code examples with (start|end code) | Christoph M. Becker | 2016-08-23 | 1 | -16/+27 |
* | Improve documentation of built-in fonts and their handling | Christoph M. Becker | 2016-08-14 | 1 | -18/+53 |
* | Document all BGD_DECLARE'd functions | Christoph M. Becker | 2016-07-20 | 1 | -17/+224 |
* | Merge branch 'pull-request/262' | Christoph M. Becker | 2016-07-19 | 1 | -14/+26 |
|\ |
|
| * | No pixel of a filled arc must ever be drawn multiple times | Christoph M. Becker | 2016-07-17 | 1 | -14/+26 |
* | | Merge branch 'pull-request/261' | Christoph M. Becker | 2016-07-19 | 1 | -4/+9 |
|\ \ |
|
| * | | Fix #252: gd_error() garbles variable arguments | Christoph M. Becker | 2016-07-17 | 1 | -4/+9 |
| |/ |
|
* | | Merge branch 'master' of github.com:libgd/libgd | Pierre Joye | 2016-07-19 | 1 | -0/+4 |
|\ \ |
|
| * | | php bug 72519, invalid color index for transparent color can lead to OOB | Pierre Joye | 2016-07-19 | 1 | -0/+4 |
| |/ |
|
* | | fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207) | Pierre Joye | 2016-07-19 | 1 | -47/+42 |
|/ |
|
* | Merge branch 'GD-2.2' | Pierre Joye | 2016-06-21 | 1 | -5/+2 |
|\ |
|
| * | fix CID 95837 duplicate code | Pierre Joye | 2016-06-21 | 1 | -5/+2 |
| * | Fix PHP bug #64641: imagefilledpolygon doesn't draw horizontal line | Christoph M. Becker | 2016-06-20 | 1 | -0/+13 |
* | | Fix PHP bug #64641: imagefilledpolygon doesn't draw horizontal line | Christoph M. Becker | 2016-06-20 | 1 | -0/+13 |
* | | Merge branch 'GD-2.2' | Christoph M. Becker | 2016-06-15 | 1 | -2/+56 |
|\ \
| |/ |
|
| * | Fix #167: Styled thick horizontal lines are scrambled | Christoph M. Becker | 2016-06-15 | 1 | -2/+56 |
* | | Merge branch 'GD-2.2' | Pierre Joye | 2016-06-09 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | fix #172 single line rectangle creates wriclers. Simplify test. | Pierre Joye | 2016-06-09 | 1 | -0/+10 |
* | | Merge branch 'GD-2.2' | Pierre Joye | 2016-06-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | fix #215, invalid color index, missing case for invalid border | Pierre Joye | 2016-06-08 | 1 | -2/+2 |