log src/w32font.c @ 110513:43adca79c8fd

age author description
Fri, 06 Aug 2010 02:16:24 +0200 Juanma Barranquero Fix changes in revnos 100982..100984 for Windows build.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Tue, 06 Jul 2010 16:22:29 +0200 Juanma Barranquero src/w32*.c: Convert function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Mon, 29 Jun 2009 05:28:54 +0000 Jim Meyering Remove useless if-before-xfree tests.
Tue, 23 Jun 2009 05:50:20 +0000 Kenichi Handa Change font_add_log to FONT_ADD_LOG.
Sat, 25 Apr 2009 06:11:46 +0000 Jason Rumney (clear_cached_metrics): Remove, unused since 2008-08-02.
Fri, 17 Apr 2009 19:04:49 +0000 Juanma Barranquero * w32font.c (Qja, Qko): Remove declarations.
Thu, 12 Feb 2009 14:59:22 +0000 Jason Rumney (check_face_name): Check for fake helv. (Bug#2275)
Thu, 12 Feb 2009 13:58:29 +0000 Jason Rumney (add_font_entity_to_list): Fix check for substituted
Mon, 26 Jan 2009 14:31:29 +0000 Jason Rumney (w32font_list_internal): Return quickly if registry is
Fri, 09 Jan 2009 18:31:39 +0000 Jason Rumney (add_font_entity_to_list): Don't report unknown
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 17 Dec 2008 14:39:47 +0000 Jason Rumney (w32font_has_char): Always return -1.
Sat, 13 Dec 2008 17:56:27 +0000 Jason Rumney * w32font.c (intern_font_name): New function.
Thu, 11 Dec 2008 14:56:09 +0000 Jason Rumney (fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.
Wed, 10 Dec 2008 16:21:39 +0000 Jason Rumney Improve comments for last change.
Wed, 10 Dec 2008 16:09:17 +0000 Jason Rumney (add_font_entity_to_list): Limit unicode-sip fonts to those that
Wed, 10 Dec 2008 15:36:51 +0000 Jason Rumney (Qcham): New symbol.
Thu, 04 Dec 2008 15:21:53 +0000 Jason Rumney (w32font_draw): Initialize orig_clip before getting it, and delete it
Thu, 27 Nov 2008 15:19:40 +0000 Juanma Barranquero * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
Wed, 26 Nov 2008 13:37:17 +0000 Jason Rumney (w32font_open_internal): Don't include external leading in font height.
Mon, 24 Nov 2008 13:15:00 +0000 Jason Rumney (check_face_name): Use xstrcasecmp. Avoid compiler warning.
Sun, 23 Nov 2008 15:07:25 +0000 Jason Rumney (check_face_name): New function.
Sat, 02 Aug 2008 21:26:08 +0000 Jason Rumney (compute_metrics): Don't mess with glyph_idx setting here.