summaryrefslogtreecommitdiff
path: root/src/nsfont.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* * nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert2013-06-171-1/+1
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-21/+21
* * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv2013-05-141-2/+5
* * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):Dmitry Antipov2013-01-241-9/+7
* Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-3/+4
|\
| * * nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv2013-01-131-3/+4
* | * nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv2013-01-131-10/+18
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv2012-11-091-0/+6
* | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv2012-11-091-4/+1
* | nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).Jan Djärv2012-11-081-1/+5
|/
* * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv2012-10-211-1/+13
* * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.Jan Djärv2012-10-121-32/+2
* Remove caching in nsfont.m, the general code does it (I misunderstood).Jan Djärv2012-10-091-6/+0
* Fix wide-int related error and cache error in NS font handling.Jan Djärv2012-10-081-5/+14
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-6/+5
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* * nsfont.m (ns_ascii_average_width): Ensure the stringAlp Aker2012-08-181-1/+2
* * nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker2012-08-171-1/+1
* Fix average font width calculation on NS.Chong Yidong2012-08-161-13/+51
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-131-16/+13
* * nsfont.m (ns_charset_covers): Don't abort if no bitmap.Paul Eggert2012-07-121-0/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-14/+6