summaryrefslogtreecommitdiff
path: root/src/gd_xbm.c
Commit message (Expand)AuthorAgeFilesLines
* drop redundant strcasecmp defineMike Frysinger2021-03-031-4/+0
* Fix #501: Uninitialized read in gdImageCreateFromXbm (CVE-2019-11038)Jonas Meurer2019-09-021-1/+5
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* Add a test for reading X10 bitmap filesChristoph M. Becker2017-01-211-5/+19
* Fix #109: XBM reading fails with printed errorChristoph M. Becker2017-01-201-1/+1
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-7/+10
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+6
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-0/+3
* Fix #170: XBM images require width to be multiple of 8Christoph M. Becker2016-06-161-1/+1
* xbm: avoid stack overflow (read) with large names #211Mike Frysinger2016-05-141-7/+27
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-2/+35
* fix warning: implicit declaration of function ‘isupper’ [-Wimplicit-funct...Takeshi Abe2013-04-241-0/+1
* fix windows buildPierre Joye2013-04-231-0/+4
* gd_xbm: fix fortify warningMike Frysinger2013-04-221-1/+1
* Merge PHP libgd Xbm codeOndřej Surý2013-04-221-0/+215