aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-16; * src/font.c (syms_of_font): Fix typo.Pip Cet1-1/+1
2025-01-16Fix subtle problem with updating 'font_style_table'Eli Zaretskii1-2/+21
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-03Improve font search and handling on MS-WindowsEli Zaretskii1-9/+33
2024-07-20SAFE_ALLOCA fixesPaul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-09-08Fix typos in last changePo Lu1-1/+2
2023-09-08Permit XLFD names to exceed 255 charactersPo Lu1-21/+235
2023-08-22Avoid crashes rescaling fonts with long namesPo Lu1-1/+5
2023-07-06Update Android portPo Lu1-6/+6
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-1/+1
2023-01-11Bring up the sfnt-android font driverPo Lu1-0/+10
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-31Bring up the Android operating system and its window systemPo Lu1-0/+16
2022-09-27Adjust zero-width grapheme clusters so they are displayed (Bug#50951)YAMAMOTO Mitsuharu1-0/+1
2022-09-26; Add commentary to disabled OTF support code in font.cEli Zaretskii1-290/+293
2022-09-19Remove calls to intern with a static string from code that runs on XPo Lu1-0/+4
2022-09-18Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas1-1/+2
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård1-4/+2
2022-06-20Fix initialization of Haiku font driverPo Lu1-2/+2
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård1-2/+2
2022-04-28Improve documentation of font- and face-related attribute functionsEli Zaretskii1-14/+23
2022-01-12Avoid assertion violations with variable-weight fontsEli Zaretskii1-18/+25
2022-01-06Revert "Fix selection of fonts that don't have regular weight"Eli Zaretskii1-6/+3
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-30Avoid assertion violations with variable-weight fontsEli Zaretskii1-3/+6
2021-12-17Fix selection of fonts that don't have regular weightEli Zaretskii1-3/+6
2021-11-25; * src/font.c: Comment about synchronizing with cus-face.el.Eli Zaretskii1-0/+2
2021-11-20Add support for the Haiku operating system and its window systemPo Lu1-0/+3
2021-11-13Improve style and comments in font-related sourcesEli Zaretskii1-3/+22
2021-11-13Fix font selection via :family on MS-WindowsEli Zaretskii1-4/+25
2021-10-31; * src/font.c (Ffont_has_char_p): Minor stylistic changes; doc fix.Eli Zaretskii1-7/+10
2021-10-31Add new function 'font-has-char-p'Lars Ingebrigtsen1-2/+32
2021-10-21Support the "medium" font weightLars Ingebrigtsen1-11/+22
2021-10-19Handle VS-16 correctly for non-emoji codepointsRobert Pluim1-2/+18
2021-10-04Fix problem with 'vertical-motion' and emojiRobert Pluim1-1/+1
2021-10-04Fix problem with 'vertical-motion' and emojiRobert Pluim1-1/+1
2021-09-27Enhance font_range to check for emoji composition triggersRobert Pluim1-2/+25
2021-08-11Allow using XLFD font names with dashes in the family nameLars Ingebrigtsen1-5/+37
2021-02-18Fix typosMattias Engdegård1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-11-22Introduce Pure GTK3 portYuuki Harano1-1/+5
2020-11-19Improve documentation of 'font-spec'Eli Zaretskii1-0/+17
2020-10-26Avoid segfaults due to using fonts that were closedEli Zaretskii1-0/+5
2020-10-25Improve support for shaping Egyptian HieroglyphsEli Zaretskii1-0/+4
2020-10-08* src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` fieldStefan Monnier1-0/+6
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab1-3/+3
2020-09-15; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.Eli Zaretskii1-1/+1