aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix typos in last changePo Lu2023-09-081-1/+2
* | Permit XLFD names to exceed 255 charactersPo Lu2023-09-081-21/+235
* | Avoid crashes rescaling fonts with long namesPo Lu2023-08-221-1/+5
* | Update Android portPo Lu2023-07-061-6/+6
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-1/+1
|\ \
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
| |/
* | Bring up the sfnt-android font driverPo Lu2023-01-111-0/+10
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-0/+16
|/
* Merge from origin/emacs-28Stefan Kangas2022-09-281-291/+295
|\
| * ; Add commentary to disabled OTF support code in font.cEli Zaretskii2022-09-261-290/+293
* | Adjust zero-width grapheme clusters so they are displayed (Bug#50951)YAMAMOTO Mitsuharu2022-09-271-0/+1
* | Remove calls to intern with a static string from code that runs on XPo Lu2022-09-191-0/+4
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-1/+2
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-4/+2
* | Fix initialization of Haiku font driverPo Lu2022-06-201-2/+2
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-2/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-04-281-14/+23
|\ \ | |/
| * Improve documentation of font- and face-related attribute functionsEli Zaretskii2022-04-281-14/+23
* | Avoid assertion violations with variable-weight fontsEli Zaretskii2022-01-121-18/+25
* | Revert "Fix selection of fonts that don't have regular weight"Eli Zaretskii2022-01-061-6/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Avoid assertion violations with variable-weight fontsEli Zaretskii2021-12-301-3/+6
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-181-3/+6
|\ \
| * | Fix selection of fonts that don't have regular weightEli Zaretskii2021-12-171-3/+6
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-7/+52
|\ \ \ | |/ /
| * | ; * src/font.c: Comment about synchronizing with cus-face.el.Eli Zaretskii2021-11-251-0/+2
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+3
| * | Merge from origin/emacs-28Eli Zaretskii2021-11-141-3/+22
| |\ \ | | |/
| | * Improve style and comments in font-related sourcesEli Zaretskii2021-11-131-3/+22
| * | Fix font selection via :family on MS-WindowsEli Zaretskii2021-11-131-4/+25
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-20/+135
|\ \ \ | |/ /
| * | ; * src/font.c (Ffont_has_char_p): Minor stylistic changes; doc fix.Eli Zaretskii2021-10-311-7/+10
| * | Add new function 'font-has-char-p'Lars Ingebrigtsen2021-10-311-2/+32
| * | Support the "medium" font weightLars Ingebrigtsen2021-10-211-11/+22
| |/
| * Handle VS-16 correctly for non-emoji codepointsRobert Pluim2021-10-191-2/+18
| * Fix problem with 'vertical-motion' and emojiRobert Pluim2021-10-041-1/+1
| * Enhance font_range to check for emoji composition triggersRobert Pluim2021-09-271-2/+25
| * Allow using XLFD font names with dashes in the family nameLars Ingebrigtsen2021-08-111-5/+37
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-201-1/+1
|\ \ | |/
| * Fix typosMattias Engdegård2021-02-181-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' into feature/pgtkYuuki Harano2020-11-291-0/+17
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-11-231-0/+17
| |\
| | * Improve documentation of 'font-spec'Eli Zaretskii2020-11-191-0/+17