summaryrefslogtreecommitdiff
path: root/src/nsfont.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23.Jan Djärv2014-10-051-0/+5
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-8/+6
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-3/+0
* * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.Dmitry Antipov2014-07-081-0/+2
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-1/+1
* Simplify NS font driver draw, merge from Macport.Jan Djärv2014-05-251-8/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+1
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-041-1/+0
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-18/+19
* Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-221-4/+6
* Port the font backend from the Mac port.Jan Djärv2013-09-151-14/+21
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-2/+2
* * nsfont.m (INVALID_GLYPH): New define.Jan Djärv2013-09-031-4/+5
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-2/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-8/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0