Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-26 | Fall back to using FONT property as family name | Christopher Zimmermann | |
2020-10-23 | handle empty foundry encoded as NULL | Christopher Zimmermann | |
to fix a segfault | |||
2020-09-22 | use PIXEL_SIZE to calculate lineGap | Christopher Zimmermann | |
2020-09-22 | Add warnings when wrapping multiple fonts and on PCF fonts | Christopher Zimmermann | |
2020-09-22 | use more properties according to XLFD | Christopher Zimmermann | |
2019-12-25 | Accept a BDF font on stdin | Jouke Witteveen | |
This makes it easier to transition from bdftopcf. Although an OTB file could include fonts from multiple BDF sources, that functionality is not currently implemented for fonts read from stdin. Signed-off-by: Jouke Witteveen <j.witteveen@gmail.com> | |||
2019-12-25 | Correct a string literal | Jouke Witteveen | |
Signed-off-by: Jouke Witteveen <j.witteveen@gmail.com> | |||
2019-12-05 | Round font size to integer value when reading bitmap font | Peng Wu | |
Some fonts have a ppem value like 11.9, this patch adds integer rounding to convert those ppem value to 12 instead of 11. | |||
2019-12-04 | allow ISO-646.1991-IRV as well, adobe standard for bdf | Ryan Farley | |
Allow for BDF file with no specified encoding to be read as Adobe Standard (per freetype's BDF driver), and handle any Unicode-equivalent encoding without changing the encoding name. | |||
2019-12-04 | let freetype handle ISO-8859-1 mapping | Ryan Farley | |
https://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#ft_encoding indicates that ISO-8859-1 is automatically mapped to Unicode for BDF and PCF fonts -- trying to use FT_Select_Charmap() with FT_ENCODING_NONE leads to an error for such fonts. | |||
2018-08-01 | Fix shadowing i variable complaint | Peter Hutterer | |
C99 is a magical thing! Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2018-08-01 | Remove shadowing rc variable | Peter Hutterer | |
All code paths assign rc and heck it immedately after. We can re-use the one from the outer loop. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-01-12 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-05-11 | Rename *_reliable to *_alloc. | Juliusz Chroboczek | |
2008-05-02 | Fix handling for non-square pixels. | George Williams | |
2004-05-24 | Fix build glitches when building modules independently using Imake.sco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-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_1 | Egbert Eich | |
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 | |