log src/w32font.c @ 91545:572ea0c7c071

age author description
Tue, 05 Feb 2008 21:50:58 +0000 Jason Rumney (w32font_open_internal): Fill min_width with tmAveCharWidth.
Mon, 04 Feb 2008 15:41:52 +0000 Jason Rumney (w32font_open_internal): Use xmalloc, xrealloc, xfree.
Mon, 04 Feb 2008 00:51:33 +0000 Jason Rumney (w32font_open_internal): Use font_unparse_fcname to set full_name.
Sat, 02 Feb 2008 04:33:06 +0000 Glenn Morris Update copyright years and GPL version.
Thu, 20 Dec 2007 14:28:53 +0000 Jason Rumney (logfonts_match): Don't check adstyle here.
Thu, 20 Dec 2007 00:10:57 +0000 Jason Rumney (w32font_text_extents): Dereference selected_frame.
Wed, 19 Dec 2007 22:27:46 +0000 Jason Rumney (w32font_open): Remove debug code.
Wed, 19 Dec 2007 22:22:55 +0000 Jason Rumney *** empty log message ***
Tue, 18 Dec 2007 11:37:36 +0000 Kenichi Handa (w32font_get_cache): Adjust the argument type.
Sat, 08 Dec 2007 02:23:57 +0000 Jason Rumney (w32font_open_internal): New function.
Sat, 08 Dec 2007 01:49:30 +0000 Jason Rumney Include w32font.h.
Tue, 04 Dec 2007 19:45:31 +0000 Jason Rumney (add_font_entity_to_list): Compare only the beginning of full name.
Sat, 01 Dec 2007 16:03:21 +0000 Jason Rumney (w32font_driver): Add new fields.
Sat, 01 Dec 2007 00:31:23 +0000 Jason Rumney (w32font_draw): Fill background manually.
Fri, 23 Nov 2007 02:09:19 +0000 Jason Rumney (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): Define
Fri, 26 Oct 2007 23:50:29 +0000 Jason Rumney (add_font_name_to_list): Avoid vertical fonts.
Wed, 19 Sep 2007 13:58:58 +0000 Jason Rumney (w32font_text_extents): Calculate metrics for the whole string.
Thu, 13 Sep 2007 13:37:26 +0000 Jason Rumney (w32font_draw): Do clipping here.
Sun, 24 Jun 2007 20:49:24 +0000 Jason Rumney (Qgdi): Rename from Qw32.
Wed, 13 Jun 2007 22:52:21 +0000 Jason Rumney (w32font_close): Delete the GDI font object.
Wed, 06 Jun 2007 20:29:45 +0000 Jason Rumney (w32font_draw): Delete brush after using it.
Mon, 04 Jun 2007 21:26:03 +0000 Jason Rumney (w32font_open): Don't set font_idx.
Sat, 02 Jun 2007 23:42:23 +0000 Jason Rumney (w32font_info): Remove subranges.
Sat, 02 Jun 2007 00:50:32 +0000 Miles Bader Add arch tagline
Thu, 31 May 2007 23:42:13 +0000 Jason Rumney (w32font_open): Make lfHeight negative.
Thu, 31 May 2007 16:20:30 +0000 Jason Rumney * w32font.c (QCsubranges): New symbol.
Thu, 31 May 2007 15:52:20 +0000 Jason Rumney (font_put_extra): Expose externally.
Thu, 31 May 2007 13:20:11 +0000 Jason Rumney * w32font.c (w32font_open): Handle size, height and pixel_size better.
Thu, 31 May 2007 01:04:13 +0000 Jason Rumney New file for w32 font backend.