summaryrefslogtreecommitdiff
path: root/src/nsfont.m
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Use new NSString lisp methodsAlan Third2020-12-22
* Fix GNUstep buildAlan Third2020-10-11
* Remove obsolete macOS support for NS font backendAlan Third2020-09-25
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Allow negative line width for :box face attributeAlexandre Adolphe2020-04-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix GNUstep buildAlan Third2019-09-23
* Update some URLsPaul Eggert2019-09-23
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-09
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-09
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-19
* 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
* | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-09
* | Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-19
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* 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
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-01
* | Merge from origin/emacs-25Paul Eggert2016-11-19
|\|
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-06
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-29
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-02
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-18
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix quoting in ‘message_with_string’Paul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-20
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* * nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23.Jan Djärv2014-10-05
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-25
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-09
* * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.Dmitry Antipov2014-07-08
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-04
* Simplify NS font driver draw, merge from Macport.Jan Djärv2014-05-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-13
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-12
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-04
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-25