aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m
Commit message (Expand)AuthorAgeFilesLines
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+6
* Fix config.h includes.Dan Nicolaescu2010-06-011-1/+1
* * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).Chong Yidong2010-02-251-2/+2
* * nsfont.m (nsfont_open): The system's value for the font descentChong Yidong2010-02-081-3/+5
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * nsterm.m:Dan Nicolaescu2009-10-191-0/+1
* Add space after casts in last change.Adrian Robert2009-10-131-2/+2
* * nsfont.m (ns_char_width): Replace deprecated call (suggested byAdrian Robert2009-10-121-12/+17
* * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional forAdrian Robert2009-09-231-11/+2
* * nsfont.m (Vns_reg_to_script): New lisp variable.Adrian Robert2009-09-231-11/+41
* (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.Adrian Robert2009-09-181-3/+1
* * nsfont.m (ns_get_family): Don't force first letter to uppercase.Adrian Robert2009-09-091-2/+0
* * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no fami...Adrian Robert2009-08-021-1/+10
* * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, ...Adrian Robert2009-07-291-5/+8
* * nsfont.m (nsfont_draw): Revert 2009-07-15 change.Chong Yidong2009-07-261-4/+0
* * nsfont.m (ns_findfonts): Correctly return fallback in match case.Adrian Robert2009-07-241-1/+5
* * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.Adrian Robert2009-07-231-0/+5
* * nsfont.m (ns_attribute_value): Remove.Adrian Robert2009-07-201-12/+5
* (nsfont_draw): Remove code for stippling, which actuallyYAMAMOTO Mitsuharu2009-07-151-0/+4
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-4/+2
* (ns_get_covering_families): Retain scriptToFamilies.Adrian Robert2009-06-151-1/+1
* * nsfont.m (ns_attribute_value): Remove.Adrian Robert2009-06-141-16/+8
* Changes to support :script/:lang/:otf in NS font driver.Adrian Robert2009-06-081-457/+463
* * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.Adrian Robert2009-05-181-1/+1
* nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out c...David Reitter2009-04-271-15/+2
* * nsselect.m (symbol_to_nsstring, clean_local_selection_data)Stefan Monnier2009-04-131-2/+4
* Unify shutdown handling under NS, via ns-power-off key event (where appropria...David Reitter2009-03-141-6/+6
* * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.Adrian Robert2009-03-041-1/+1
* * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmen...Adrian Robert2009-02-131-1/+7
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE...Adrian Robert2008-11-251-0/+2
* * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles...Adrian Robert2008-10-011-43/+35
* * nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rat...Adrian Robert2008-09-301-9/+12
* * nsfont.m (nsfont_draw): Fix up composition rendering.Adrian Robert2008-09-271-4/+4
* * nsfont.m (nsfont_draw): Fix the references to missing gidx dataTeodor Zlatanov2008-09-071-5/+5
* * nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-...Adrian Robert2008-08-211-2/+2
* clear warnings and clean up NS portAdrian Robert2008-08-011-5/+5
* NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'Adrian Robert2008-07-221-17/+17
* fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in '...Adrian Robert2008-07-191-1/+1
* nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_na...Adrian Robert2008-07-191-2/+4
* apply fix from Chong Yidong to NS port ns_set_background_color(), and clean u...Adrian Robert2008-07-191-2/+2
* * Makefile.in: Undef LIB_STANDARD before defining it to silence warningStefan Monnier2008-07-171-4/+4
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-07-161-6/+4
* Use nicer comment syntax for arch taglines in Objective-C filesMiles Bader2008-07-161-2/+1
* Add arch taglineMiles Bader2008-07-151-0/+3
* adding forgotten file src/nsfont.m for emacs.app mergeAdrian Robert2008-07-151-0/+1495