summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge from origin/emacs-28Stefan Kangas2022-09-28
|\
| * ; Add commentary to disabled OTF support code in font.cEli Zaretskii2022-09-26
* | Adjust zero-width grapheme clusters so they are displayed (Bug#50951)YAMAMOTO Mitsuharu2022-09-27
* | Remove calls to intern with a static string from code that runs on XPo Lu2022-09-19
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-18
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-18
* | Fix initialization of Haiku font driverPo Lu2022-06-20
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
* | Merge from origin/emacs-28Eli Zaretskii2022-04-28
|\|
| * Improve documentation of font- and face-related attribute functionsEli Zaretskii2022-04-28
* | Avoid assertion violations with variable-weight fontsEli Zaretskii2022-01-12
* | Revert "Fix selection of fonts that don't have regular weight"Eli Zaretskii2022-01-06
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * Avoid assertion violations with variable-weight fontsEli Zaretskii2021-12-30
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-18
|\ \
| * | Fix selection of fonts that don't have regular weightEli Zaretskii2021-12-17
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-30
|\| |
| * | ; * src/font.c: Comment about synchronizing with cus-face.el.Eli Zaretskii2021-11-25
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-20
| * | Merge from origin/emacs-28Eli Zaretskii2021-11-14
| |\|
| | * Improve style and comments in font-related sourcesEli Zaretskii2021-11-13
| * | Fix font selection via :family on MS-WindowsEli Zaretskii2021-11-13
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-11
|\| |
| * | ; * src/font.c (Ffont_has_char_p): Minor stylistic changes; doc fix.Eli Zaretskii2021-10-31
| * | Add new function 'font-has-char-p'Lars Ingebrigtsen2021-10-31
| * | Support the "medium" font weightLars Ingebrigtsen2021-10-21
| |/
| * Handle VS-16 correctly for non-emoji codepointsRobert Pluim2021-10-19
| * Fix problem with 'vertical-motion' and emojiRobert Pluim2021-10-04
| * Enhance font_range to check for emoji composition triggersRobert Pluim2021-09-27
| * Allow using XLFD font names with dashes in the family nameLars Ingebrigtsen2021-08-11
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-20
|\|
| * Fix typosMattias Engdegård2021-02-18
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-03
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Merge branch 'master' into feature/pgtkYuuki Harano2020-11-29
|\|
| * Merge from origin/emacs-27Glenn Morris2020-11-23
| |\
| | * Improve documentation of 'font-spec'Eli Zaretskii2020-11-19
* | | Introduce Pure GTK3 portYuuki Harano2020-11-22
|/ /
* | Avoid segfaults due to using fonts that were closedEli Zaretskii2020-10-26
* | Improve support for shaping Egyptian HieroglyphsEli Zaretskii2020-10-25
* | * src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` fieldStefan Monnier2020-10-08
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | ; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.Eli Zaretskii2020-09-15
* | Stop querying for fonts as soon as a match is foundRobert Pluim2020-09-15
* | Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-25
* | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* | Prefer more inline functions in character.hPaul Eggert2020-04-17