aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17Prefer more inline functions in character.hPaul Eggert1-1/+1
2020-04-01Allow negative line width for :box face attributeAlexandre Adolphe1-3/+4
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-23Fix GNUstep buildAlan Third1-1/+1
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-07-09Rename font_driver member close -> close_fontMattias Engdegård1-1/+1
2019-07-09Rename font_driver member open -> open_fontMattias Engdegård1-1/+1
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-8/+5
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak1-1/+1
2019-01-15Add portable dumperDaniel Colascione1-2/+9
2019-01-09Use shortcuts for FlengthPaul Eggert1-5/+5
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-09Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli1-12/+12
2018-03-19Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli1-62/+62
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-2/+2
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-12Use C99 syntax for font driversPaul Eggert1-12/+12
2016-12-01Make struct font_drivers read-onlyPaul Eggert1-38/+16
2016-12-01* src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert1-2/+1
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert1-2/+2
2016-09-29Fix problems found by static checking --with-nsPaul Eggert1-4/+4
2016-07-02Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii1-1/+2
2016-05-18Port --enable-gcc-warnings to GCC 6.1Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-08-26Fix quoting in ‘message_with_string’Paul Eggert1-1/+1
2015-05-31Remove unused DEFSYMsPaul Eggert1-1/+0
2015-01-20Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-6/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-10-05* nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23.Jan Djärv1-0/+5
2014-08-25One more minor cleanup of font subsystem.Dmitry Antipov1-8/+6
2014-07-09Next minor cleanup of font subsystem.Dmitry Antipov1-3/+0
2014-07-08* nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.Dmitry Antipov1-0/+2
2014-07-04* font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov1-1/+1
2014-05-25Simplify NS font driver draw, merge from Macport.Jan Djärv1-8/+6
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-13* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov1-1/+0
2013-12-12* font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov1-0/+1
2013-12-04* font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov1-1/+0
2013-10-25Omit unused frame argument of font API's close function.Dmitry Antipov1-18/+19
2013-09-22Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv1-4/+6
2013-09-15Port the font backend from the Mac port.Jan Djärv1-14/+21
2013-09-13Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov1-2/+2
2013-09-03* nsfont.m (INVALID_GLYPH): New define.Jan Djärv1-4/+5
2013-08-09Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov1-2/+1
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov1-6/+6