summaryrefslogtreecommitdiff
path: root/src/nsfont.m
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix nsfont breakage since 6b1ed2f2c99a1c2da56c5f434570c438cad6576dPo Lu2022-09-071-126/+118
* Fix ns-reg-to-script definitionPo Lu2022-06-201-1/+4
* Improve display of reliefs on NSPo Lu2022-05-101-3/+0
* Fix glyphless glyph display on NS (bug#54970)Alan Third2022-04-181-8/+6
* Fix duplicate overhang display on GNUstepPo Lu2022-01-061-12/+0
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Further cleanup of NS color codeAlan Third2021-12-221-2/+2
* | Improve font display on NS portPo Lu2021-11-061-351/+864
|/
* Fix crash in GNUstep font coverage checkAlan Third2021-07-041-19/+25
* Fix GNUstep build warningsAlan Third2021-06-201-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use new NSString lisp methodsAlan Third2020-12-221-4/+3
* Fix GNUstep buildAlan Third2020-10-111-5/+0
* Remove obsolete macOS support for NS font backendAlan Third2020-09-251-240/+0
* Prefer more inline functions in character.hPaul Eggert2020-04-171-1/+1
* Allow negative line width for :box face attributeAlexandre Adolphe2020-04-011-3/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix GNUstep buildAlan Third2019-09-231-1/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-091-1/+1
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-8/+5
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-1/+1
* Add portable dumperDaniel Colascione2019-01-151-2/+9
* Use shortcuts for FlengthPaul Eggert2019-01-091-5/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-12/+12
* | Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-191-62/+62
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* 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-12/+12
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-38/+16
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-2/+2
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-4/+4
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-1/+2
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix quoting in ‘message_with_string’Paul Eggert2015-08-261-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+1