summaryrefslogtreecommitdiff
path: root/src/gdft.c
Commit message (Expand)AuthorAgeFilesLines
* gdft: fix image pointer typesMike Frysinger2021-05-261-6/+6
* drop support for freetype <2.1.3Mike Frysinger2021-04-241-28/+1
* Fix #615 using libraqmRemi Collet2020-07-151-1/+7
* Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)Christoph M. Becker2020-05-051-9/+9
* Fix #301: brect boundswilson chen2020-02-251-6/+0
* Add leading blank lines check and trim redundant blank newlinesPeter Kokot2018-10-051-1/+0
* drop netware support #294Mike Frysinger2018-08-251-9/+2
* gdft: change strncpy usage to memcpyMike Frysinger2018-06-221-4/+4
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-5/+4
* Fix potential memory leak in gdImageStringFTEx()Christoph M. Becker2017-08-291-0/+1
* Truetype font drawing functions now take `const` strings (#400)Galik2017-07-291-14/+14
* Fix fontlist docChristoph M. Becker2016-09-041-3/+1
* Fix use-after-free vulnerabilityChristoph M. Becker2016-08-271-1/+6
* Fix build failure for --without-fontconfigChristoph M. Becker2016-08-271-12/+2
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-17/+20
* Document gdft.c and gdfx.cChristoph M. Becker2016-08-231-23/+76
* gdft: fix build when freetype is disabledMike Frysinger2016-08-101-1/+5
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-2/+19
* Add complex text layout supportKhalid Alqassabi2016-06-301-44/+151
* Fix Coverity #95850: Structurally dead codeChristoph M. Becker2016-06-211-5/+1
* Fix Coverity #102122: Unused valueChristoph M. Becker2016-06-211-2/+0
* free path on errorPierre Joye2015-01-141-0/+1
* free tc_cache and path on error (leak)Pierre Joye2015-01-071-0/+3
* Fix buffer overrun from long font search pathTim Toohey2014-04-241-1/+7
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-0/+124
* Add missing pointer dereference in font_patternColin Watson2013-06-021-1/+1
* Introduce gdReallocEx which will free the original memory when reallocOndřej Surý2013-05-201-2/+2
* Fix memory leak in gdft.c (Courtesy of Niels Thykier)Ondřej Surý2013-05-201-9/+8
* fonpath is char **Remi Collet2013-04-261-4/+4
* Remove MAX and MIN now provided by gd_intern.h, and use MAXPATHLEN instead of...Ondřej Surý2013-04-251-4/+1
* fixes #51 and get rid of strdup, strncpy insteadPierre Joye2013-04-251-11/+37
* portable max path lenPierre Joye2013-04-251-0/+1
* no need to strdup path, max_path can be used, some safety around fontlist freePierre Joye2013-04-241-7/+8
* Unify the Win32 check to _WIN32 check which is defined by both VC and MinGWOndřej Surý2013-04-231-1/+1
* #45, fix gdImageStringFT and other functions in gdft.c not being exposed corr...Pierre Joye2013-04-211-4/+4
* fix conflictPierre Joye2013-04-211-3/+6
* -fix build when fontconfig is not enabledPierre Joye2013-04-181-1/+5
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-8/+0
* suppress -Wunused-variableTakeshi Abe2013-04-111-1/+5
* Fix several uninitialized variable reads, dereferences before NULL checks, re...Ondřej Surý2013-04-081-2/+2
* set default values for DEFAULT_FONTPATH and PATHSEPARATOR for WindowsMarcin Wojdyr2013-04-061-6/+18
* - apply same CS everywherepierrejoye2013-04-031-1270/+1120
* fix -Wsign-compareTakeshi Abe2013-02-151-1/+1
* fix -Wunused-parametertabe2013-02-121-0/+24
* fix -Wunused-parametertabe2013-02-111-0/+2
* cacheFetch & gdCacheGet can failstabe2011-01-201-0/+1
* Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() failstabe2009-11-011-0/+1
* removed unused assignment to fontpathtabe2009-04-201-2/+0
* decrement the pattern reference count in case of failure.tabe2009-04-151-3/+11
* fixed FS#199tabe2009-04-151-1/+1