summaryrefslogtreecommitdiff
path: root/src/macfont.m
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* 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
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-15/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Clean up merge conflict.Jan Djärv2014-11-011-1/+1
* Merge from emacs-24; up to 117656Glenn Morris2014-11-011-3/+4
|\
| * * macfont.m (macfont_glyph_extents): Turn off syntetic boldJan Djärv2014-10-311-3/+4
* | Update doc to say Mac OS X 10.6 or later now required.Paul Eggert2014-10-121-4/+4
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-121-125/+1
* | Import from macoport 24.3.94.Jan Djärv2014-10-051-1583/+1603
* | Merge from emacs-24Stefan Monnier2014-09-221-13/+18
|\ \ | |/
| * On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov2014-09-221-13/+18
* | One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-23/+16
* | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-211-1/+1
|\ \ | |/
| * * macfont.h (macfont_update_antialias_threshold): Declare.Jan Djärv2014-07-201-1/+1