summaryrefslogtreecommitdiff
path: root/src/nsfont.m
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-02Fix display of stipples on NS with respect to cursor highlightPo Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-12* src/nsfont.m (nsfont_open): Fix Ffont_xlfd_name args.Michael Albinus
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-07Fix nsfont breakage since 6b1ed2f2c99a1c2da56c5f434570c438cad6576dPo Lu
2022-06-20Fix ns-reg-to-script definitionPo Lu
2022-05-10Improve display of reliefs on NSPo Lu
2022-04-18Fix glyphless glyph display on NS (bug#54970)Alan Third
2022-01-06Fix duplicate overhang display on GNUstepPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-22Further cleanup of NS color codeAlan Third
2021-11-06Improve font display on NS portPo Lu
2021-07-04Fix crash in GNUstep font coverage checkAlan Third
2021-06-20Fix GNUstep build warningsAlan Third
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-22Use new NSString lisp methodsAlan Third
2020-10-11Fix GNUstep buildAlan Third
2020-09-25Remove obsolete macOS support for NS font backendAlan Third
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-01Allow negative line width for :box face attributeAlexandre Adolphe
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-23Fix GNUstep buildAlan Third
2019-09-23Update some URLsPaul Eggert
2019-07-09Rename font_driver member close -> close_fontMattias EngdegÄrd
2019-07-09Rename font_driver member open -> open_fontMattias EngdegÄrd
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-09Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli
2018-03-19Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-12Use C99 syntax for font driversPaul Eggert
2016-12-01Make struct font_drivers read-onlyPaul Eggert
2016-12-01* src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-09-29Fix problems found by static checking --with-nsPaul Eggert