summaryrefslogtreecommitdiff
path: root/src/macfont.m
Commit message (Expand)AuthorAge
* 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
* | New mint_ptr representation for C pointersPaul Eggert2018-06-14
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
| * Remove ObjC blocks (Bug#23753)Alan Third2017-12-12
* | Remove two unused variables in macfont.mPhilipp Stephani2017-12-16
* | Remove ObjC blocks (Bug#23753)Alan Third2017-12-12
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Remove unneeded version checks (bug#28222)Alan Third2017-08-31
* Fix cross macOS version building (bug#28222)Alan Third2017-08-29
* Enable thin font smoothing in macOS (bug#28222)Ben Bonfil2017-08-29
* Allow use of run-time OS version checks on macOS (bug#27810)Alan Third2017-08-16
* Remove unused automatic variablesPhilipp Stephani2017-05-21
* Nextstep: remove some deprecated method callsPhilipp Stephani2017-05-21
* Remove calls to deprecated setUsesScreenFontsPhilipp Stephani2017-05-21
* Use NSCharacterCollection instead of CTCharacterCollectionPhilipp Stephani2017-05-21
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Use C99 syntax for font driversPaul Eggert2016-12-12
* | Make struct font_drivers read-onlyPaul Eggert2016-12-01