summaryrefslogtreecommitdiff
path: root/src/FreeType
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling/wording issuesAlan Coopersmith2022-04-062-4/+4
* Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith2019-08-041-3/+3
* Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith2019-08-031-1/+1
* Use bounds checking string functions everywhereAlan Coopersmith2019-08-032-17/+18
* freetype: Fix a logic error in computing face nameAdam Jackson2016-06-101-1/+0
* FreeType: Correct an allocation sizeJeremy Huddleston Sequoia2016-05-291-1/+1
* Convert to non-recursive build.Matt Turner2015-12-091-15/+0
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-085-2/+4
* Add compiler warning flags and fix warningsKeith Packard2015-12-081-6/+6
* Fix is*() usage.Thomas Klausner2015-10-202-4/+4
* Fix buffer read overrunPeter Harris2014-04-111-1/+1
* Warning fixes.Keith Packard2014-01-291-0/+2
* Remove redundant setting of 'len' in SPropRecValList_add_by_font_capAlan Coopersmith2014-01-081-1/+0
* Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith2013-12-131-3/+6
* Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith2013-11-012-5/+2
* xstrdup -> strdupAlan Coopersmith2013-11-013-31/+2
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-161-3/+3
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-112-4/+4
* Fix empty statement in if conditional.Joerg Sonnenberger2011-09-181-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-166-180/+180
* Purge cvs tags.Jesse Adkins2010-10-067-11/+0
* FreeType: Cleanup MUMBLE and fix printing of XLFD in debug spew.Jeremy Huddleston2010-09-272-20/+10
* Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade2009-01-291-6/+0
* Remove some strcasecmp sillinessAdam Jackson2009-01-201-4/+0
* Allow case insensitive filename matching in fontfile.Adam Jackson2009-01-201-16/+0
* xalloc -> malloc, etc.Adam Jackson2009-01-202-72/+58
* libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade2008-12-195-46/+0
* Don't clobber CFLAGS in configureJulien Cristau2008-11-041-1/+1
* Do not call FT_Get_BDF_Charset_ID() if configured with --disable-bdfformatMaarten ter Huurne2008-06-281-0/+4
* Add missing include in src/FreeType/ftfuncs.cJulien Cristau2008-03-071-0/+1
* ftsystem.c is not needed anymore.Matthieu Herrb2007-10-182-333/+0
* Kill unused macro definition.Matthieu Herrb2007-08-251-7/+0
* Dead code cull from FreeType.Adam Jackson2007-06-074-256/+158
* Death to open-coded strcasecmp.Adam Jackson2007-06-071-49/+16
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Bug #7397: Fix a buffer overflow in Freetype font support.Matthieu Herrb2006-07-131-3/+4
* Bug #6918: remove dependencies on Freetype internal headers. As of 2.2Jie Luo2006-07-063-25/+143
* Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor)Adam Jackson2005-10-231-1/+2
* Include missing filesKevin E Martin2005-10-051-0/+2
* Fix distchecksKevin E Martin2005-07-231-0/+1
* Change include dir now that public headers are referenced byKevin E Martin2005-07-101-1/+1
* Rearrange configuration options so that individual font file formats driveKeith Packard2005-07-091-1/+2
* Include config.h in every source file to make sure necessary options areKeith Packard2005-07-095-1/+16
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-092-3/+3
* Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332Alan Coopersmith2005-07-071-0/+4
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-034-11/+11
* Add suitable .cvsignore filesKeith Packard2005-07-021-0/+6
* Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10Josh Triplett2005-05-273-3/+3
* Add Xfont.Josh Triplett2005-05-271-0/+13
* //freedesktop.org/bugzilla/show_bug.cgi?id=1767): Fixing build bustage inRoland Mainz2004-11-031-3/+1