summaryrefslogtreecommitdiff
path: root/src/FreeType/ftfuncs.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Fix spelling/wording issuesAlan Coopersmith1-3/+3
2019-08-04Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith1-3/+3
2019-08-03Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith1-1/+1
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith1-14/+17
2016-05-29FreeType: Correct an allocation sizeJeremy Huddleston Sequoia1-1/+1
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard1-0/+1
2015-12-08Add compiler warning flags and fix warningsKeith Packard1-6/+6
2015-10-20Fix is*() usage.Thomas Klausner1-3/+3
2014-04-11Fix buffer read overrunPeter Harris1-1/+1
2014-01-29Warning fixes.Keith Packard1-0/+2
2013-12-13Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith1-3/+6
2013-11-01Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith1-3/+1
2013-11-01xstrdup -> strdupAlan Coopersmith1-2/+2
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-09-18Fix empty statement in if conditional.Joerg Sonnenberger1-1/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith1-137/+137
2010-10-06Purge cvs tags.Jesse Adkins1-3/+0
2010-09-27FreeType: Cleanup MUMBLE and fix printing of XLFD in debug spew.Jeremy Huddleston1-16/+8
2009-01-20Allow case insensitive filename matching in fontfile.Adam Jackson1-16/+0
2009-01-20xalloc -> malloc, etc.Adam Jackson1-62/+49
2008-12-19libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade1-6/+0
2008-03-07Add missing include in src/FreeType/ftfuncs.cJulien Cristau1-0/+1
2006-07-06Bug #6918: remove dependencies on Freetype internal headers. As of 2.2Jie Luo1-24/+142
2005-10-23Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor)Adam Jackson1-1/+2
2005-07-09Include config.h in every source file to make sure necessary options areKeith Packard1-1/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-5/+5
2005-05-27Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10Josh Triplett1-1/+1
2004-11-03//freedesktop.org/bugzilla/show_bug.cgi?id=1767): Fixing build bustage inRoland Mainz1-3/+1
2004-11-02Removing unneeded private FreeType2 symbol.Egbert Eich1-1/+3
2004-08-04Optimization of CJK rendering when using versions of freetype prior torel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1Egbert Eich1-16/+21
2004-08-03fixed typoEgbert Eich1-4/+3
2004-08-03Bugzilla #925: Simpler version of backward compatibility fix (ChisatoEgbert Eich1-81/+24
2004-08-02Removed distro specific stuff.Egbert Eich1-11/+83
2004-05-04Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=307 -Roland Mainz1-57/+161
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-5/+15
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-19/+45
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-3/+11
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330Egbert Eich1-7/+40
2003-12-19XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902Kaleb Keithley1-24/+31
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901Kaleb Keithley1-3/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-621/+2491
2003-11-14Initial revisionKaleb Keithley1-0/+1770