summaryrefslogtreecommitdiff
path: root/src/nsfont.m
Commit message (Expand)AuthorAge
...
* 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
* Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-22
* Port the font backend from the Mac port.Jan Djärv2013-09-15
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* * nsfont.m (INVALID_GLYPH): New define.Jan Djärv2013-09-03
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-09
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-01
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Remove duplicate #include directives.Paul Eggert2013-07-05
* * nsfont.m (ns_registry_to_script): Parenthesize while expression.Paul Eggert2013-06-17
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-02
* * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc.Jan Djärv2013-05-14
* * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):Dmitry Antipov2013-01-24
* Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-13
|\
| * * nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv2013-01-13
* | * nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv2013-01-13
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv2012-11-09
* | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv2012-11-09
* | nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).Jan Djärv2012-11-08
|/
* * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv2012-10-21
* * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.Jan Djärv2012-10-12
* Remove caching in nsfont.m, the general code does it (I misunderstood).Jan Djärv2012-10-09
* Fix wide-int related error and cache error in NS font handling.Jan Djärv2012-10-08
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Use bool for booleans in font-related modules.Paul Eggert2012-09-06
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * nsfont.m (ns_ascii_average_width): Ensure the stringAlp Aker2012-08-18
* * nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker2012-08-17
* Fix average font width calculation on NS.Chong Yidong2012-08-16
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-13
* * nsfont.m (ns_charset_covers): Don't abort if no bitmap.Paul Eggert2012-07-12
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.Jan Djärv2011-12-22