summaryrefslogtreecommitdiff
path: root/src/macfont.m
Commit message (Expand)AuthorAge
* macfont.m: Fix values for font widths and weights on macOSStanislav Yaglo2024-02-01
* Use key Qunbound instead of hash value hash_unused for free entriesMattias Engdegård2024-01-13
* Inlined and specialised hash table look-upMattias Engdegård2024-01-13
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-13
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* Change cursor color on NS port when it matches the face backgroundDaniel Martín2023-04-08
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge from origin/emacs-28Stefan Kangas2022-07-31
|\
| * * src/macfont.m (macfont_open): Initialize font->space_width. (Bug#56808)YAMAMOTO Mitsuharu2022-07-30
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | Fix font weight reporting on macOSPo Lu2022-05-05
* | Fix nsmenu compilation under macOS 10.6Alan Third2022-04-25
* | Avoid deprecation warning in NS-specific codeMattias Engdegård2022-02-06
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Fix macfont backend color handlingAlan Third2021-12-22
* | ; * src/macfont.m: fix typing errorsMattias Engdegård2021-11-18
* | Improve font display on NS portPo Lu2021-11-06
|/
* Allow automatic use of color fonts for emoji on macOSRobert Pluim2021-10-27
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* Fix monospace font calculations on macOSYAMAMOTO Mitsuharu2020-08-12
* Merge from origin/emacs-27Glenn Morris2020-03-18
|\
| * Fix display of Big5 characters when using FontconfigEli Zaretskii2020-03-14
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Remove some undefined behavior related to left shifts.Philipp Stephani2019-12-23
|/
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-09
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-09
* Avoid crash inside CFCharacterSetIsLongCharacterMemberYAMAMOTO Mitsuharu2019-07-06
* Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu2019-06-30
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-23
|\
| * Fix some deprecation notices on macOS 10.14Alan Third2019-05-21
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-19
| * Merge from origin/emacs-26Glenn Morris2019-04-29
| |\
| | * * src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.YAMAMOTO Mitsuharu2019-04-29
* | | Fix NS buildYAMAMOTO Mitsuharu2019-05-02
* | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\| |
| * | Update multicolor font support statusYAMAMOTO Mitsuharu2019-04-27
| * | Add portable dumperDaniel Colascione2019-01-15
| * | Use shortcuts for FlengthPaul Eggert2019-01-09
| * | Merge from origin/emacs-26Paul Eggert2018-12-31
| |\|
| | * Update copyright year to 2019Paul Eggert2019-01-01
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-29
|/ /
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-09
* | Fix typo in previous macfont.m changePaul Eggert2018-06-15
* | Restore macfont.m casts to void *Paul Eggert2018-06-15
* | Just use cons in macfont_descriptor_entityPaul Eggert2018-06-14