summaryrefslogtreecommitdiff
path: root/src/macfont.m
Commit message (Expand)AuthorAgeFilesLines
* Add portable dumperDaniel Colascione2019-01-151-5/+22
* Use shortcuts for FlengthPaul Eggert2019-01-091-5/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-4/+2
* | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-31/+31
* | Fix typo in previous macfont.m changePaul Eggert2018-06-151-1/+2
* | Restore macfont.m casts to void *Paul Eggert2018-06-151-2/+2
* | Just use cons in macfont_descriptor_entityPaul Eggert2018-06-141-7/+6
* | New mint_ptr representation for C pointersPaul Eggert2018-06-141-6/+6
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| * Remove ObjC blocks (Bug#23753)Alan Third2017-12-121-73/+55
* | Remove two unused variables in macfont.mPhilipp Stephani2017-12-161-2/+0
* | Remove ObjC blocks (Bug#23753)Alan Third2017-12-121-73/+55
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove unneeded version checks (bug#28222)Alan Third2017-08-311-4/+1
* Fix cross macOS version building (bug#28222)Alan Third2017-08-291-1/+4
* Enable thin font smoothing in macOS (bug#28222)Ben Bonfil2017-08-291-0/+6
* Allow use of run-time OS version checks on macOS (bug#27810)Alan Third2017-08-161-5/+13
* Remove unused automatic variablesPhilipp Stephani2017-05-211-2/+1
* Nextstep: remove some deprecated method callsPhilipp Stephani2017-05-211-2/+3
* Remove calls to deprecated setUsesScreenFontsPhilipp Stephani2017-05-211-5/+2
* Use NSCharacterCollection instead of CTCharacterCollectionPhilipp Stephani2017-05-211-13/+13
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-15/+15
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-30/+17
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-3/+3
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-3/+3
* | Fix synthetic bold on macOS retina displaysAlan Third2016-09-041-0/+12
* | * src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.YAMAMOTO Mitsuharu2016-07-111-4/+6
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-2/+2
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-1/+2
|/
* Disable multicolor fonts on OS X since they are not supported on free systemsYAMAMOTO Mitsuharu2016-04-121-3/+3
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Remove font workaround for limited outdated versionsYAMAMOTO Mitsuharu2015-12-091-14/+5
* * src/macfont.m (macfont_encode_char, syms_of_macfont): Remove unused vars.YAMAMOTO Mitsuharu2015-10-051-3/+0
* * src/macfont.m (mac_font_descriptor_supports_languages): Regard "zh" as syno...YAMAMOTO Mitsuharu2015-09-301-10/+16
* Work around crash when displaying etc/HELLO on OS X 10.11YAMAMOTO Mitsuharu2015-09-301-3/+55
* * src/macfont.m: Fix compilation with USE_CT_GLYPH_INFO.YAMAMOTO Mitsuharu2015-09-301-44/+40
* Prefer CALLN in a few more placesPaul Eggert2015-09-231-7/+1
* Use Core Text types/functions/variables/enumerators directlyYAMAMOTO Mitsuharu2015-08-291-243/+208
* * src/macfont.m (macfont_create_family_with_symbol): Accept localized names.YAMAMOTO Mitsuharu2015-08-251-30/+25
* Avoid deprecated enums in mac-ct font backend driverYAMAMOTO Mitsuharu2015-07-131-5/+15
* Cache font family in mac-ct font backend driverYAMAMOTO Mitsuharu2015-07-131-35/+166
* * src/macfont.m (macfont_list): Ignore font families lacking font descriptors.YAMAMOTO Mitsuharu2015-07-101-1/+1
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-7/+3