Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-15 | unifdef NEED_SNPRINTF | Alan Coopersmith | |
If it was defined, it would try to include a snprintf.c file that's not actually in our source tree. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2024-02-15 | unifdef __SCO__ | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2024-02-15 | unifdef __UNIXOS2__ | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2023-04-01 | Allow inlining makeName | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2023-04-01 | args_copy variable is unused if HAVE_DECL_VA_COPY is not defined | Alan Coopersmith | |
Found by cppcheck Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2023-04-01 | Variable scope reductions as recommended by cppcheck | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2020-10-26 | Fall back to using FONT property as family name | Christopher Zimmermann | |
2020-09-22 | use more properties according to XLFD | Christopher Zimmermann | |
2020-09-22 | truncate foundry if there is no known abbreviation. | Christopher Zimmermann | |
Honestly I have no idea why the foundry needs to fit in four bytes. But anyway truncation might indeed be better then "UNKN" ? Anyone more knowledgeable than me out there? | |||
2020-06-11 | Guess Regular style for Medium Weight | Peng Wu | |
X Logical Font Description recognize "Medium" as "Regular". Update the faceWeight function to change style from "Medium" to "Regular". | |||
2020-02-07 | Fix incorrect error handling in macTime() | rnhmjoj | |
mktime() and time() return (time_t -1) to signal an error. Checking for negative values will incorrectly assume an error happened for any calendar date before the unix epoch. | |||
2019-08-30 | check for freetype NULL atoms | Ryan Farley | |
Freetype uses NULL to represent an empty string when retrieving a BDF property -- check for this in addition to an actual error | |||
2018-11-02 | Mark vsprintf_alloc as printf-like function | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Eric Anholt <eric@anholt.net> | |||
2018-07-31 | Constify a few string arguments | Peter Hutterer | |
Cuts down on compiler warning by at least 64%, what a bargain! Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2008-05-11 | Use va_copy in vsprintf_alloc. | Juliusz Chroboczek | |
This avoids a crash on arches with an interesting implementation of va_list (such as AMD64) but no vasprintf in their libc. | |||
2008-05-11 | Use autoconf test instead of #ifdef GLIBC for vasprintf. | Julien Cristau | |
2008-05-11 | Rename *_reliable to *_alloc. | Juliusz Chroboczek | |
2008-05-02 | Use asprintf on GNU platforms. | Juliusz Chroboczek | |
This fixes fonttosfnt on AMD64 with glibc. It will still break on non-GNU RISC platforms, because I'm incompetent and cannot use va_copy. | |||
2006-07-16 | Don't include freetype internal headers. | Matthieu Herrb | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902 | Kean Johnson | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-12-19 | XFree86 4.3.99.902 (RC 2)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-012804-2330 | Kaleb Keithley | |
2003-11-25 | Initial revision | Kaleb Keithley | |