summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* 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
* | | Introduce Pure GTK3 portYuuki Harano2020-11-221-1/+5
|/ /
* | Avoid segfaults due to using fonts that were closedEli Zaretskii2020-10-261-0/+5
* | Improve support for shaping Egyptian HieroglyphsEli Zaretskii2020-10-251-0/+4
* | * src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` fieldStefan Monnier2020-10-081-0/+6
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-3/+3
* | ; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.Eli Zaretskii2020-09-151-1/+1
* | Stop querying for fonts as soon as a match is foundRobert Pluim2020-09-151-1/+14
* | Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-251-2/+2
* | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-37/+31
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-3/+3
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-21/+17