log src/w32uniscribe.c @ 112453:06719a229a46 default tip

age author description
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 14 Oct 2010 14:25:35 +0200 Juanma Barranquero src/w32*.c: Whitespace fixes and typos.
Tue, 12 Oct 2010 17:16:57 +0200 Juanma Barranquero Fix typos in docstrings, comments and ChangeLogs.
Sat, 04 Sep 2010 18:16:08 +0300 Eli Zaretskii Fix display of composed R2L text on MS-Windows.
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_
Sat, 27 Feb 2010 15:28:52 +0100 Andreas Schwab * w32uniscribe.c (uniscribe_check_otf): Fix length check.
Thu, 14 Jan 2010 19:37:23 +0100 Juanma Barranquero Fix typos in comments.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 23 Jun 2009 05:49:16 +0000 Kenichi Handa Change font_add_log to FONT_ADD_LOG.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sun, 21 Dec 2008 15:51:29 +0000 Jason Rumney (uniscribe_encode_char): Return FONT_INVALID_CHAR
Sat, 13 Dec 2008 17:56:27 +0000 Jason Rumney * w32font.c (intern_font_name): New function.
Thu, 11 Dec 2008 13:01:22 +0000 Jason Rumney (uniscribe_encode_char): Increase glyph buffer size for surrogates.
Sun, 23 Nov 2008 15:06:44 +0000 Jason Rumney (uniscribe_encode_char): Ensure context is restored before returning.
Fri, 29 Aug 2008 18:12:32 +0000 Jason Rumney (uniscribe_check_otf): Don't fallback on DFLT script.
Fri, 29 Aug 2008 08:40:58 +0000 Eli Zaretskii (uniscribe_shape): Shut up compiler warning in LGLYPH_SET_CODE.
Fri, 29 Aug 2008 07:57:43 +0000 Kenichi Handa (struct uniscribe_font_info): Include composite.h.
Wed, 30 Jul 2008 21:45:35 +0000 Jason Rumney * w32font.h (struct w32font_info): Use unicode version of textmetrics.
Wed, 30 Jul 2008 13:17:43 +0000 Jason Rumney (uniscribe_encode_char): Fix glyph buffer size.
Tue, 29 Jul 2008 16:24:24 +0000 Jason Rumney (uniscribe_shape): Avoid using context if cache
Fri, 25 Jul 2008 21:53:21 +0000 Jason Rumney (uniscribe_shape): Pass NULL for control arg to ScriptItemize. Clean
Fri, 25 Jul 2008 11:25:43 +0000 Jason Rumney * w32font.c (w32font_encode_char): Encode characters outside BMP as
Wed, 23 Jul 2008 15:37:44 +0000 Jason Rumney * w32font.c (w32font_open): Set font type to gdi.
Wed, 09 Jul 2008 00:32:35 +0000 Kenichi Handa (uniscribe_open): Adjust it for the change of
Thu, 26 Jun 2008 22:11:25 +0000 Jason Rumney * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
Thu, 26 Jun 2008 10:48:28 +0000 Jason Rumney * w32bdf.c, w32bdf.h: Remove obsolete files.
Wed, 18 Jun 2008 08:33:16 +0000 Jason Rumney Add font logging to list and match functions.
Tue, 10 Jun 2008 22:14:00 +0000 Jason Rumney (add_opentype_font_name_to_list): Skip non unicode fonts.
Tue, 10 Jun 2008 02:06:27 +0000 Kenichi Handa (add_opentype_font_name_to_list): Adjusted for
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 00:39:27 +0000 Kenichi Handa Delete USE_FONT_BACKEND conditional.
Tue, 08 Apr 2008 14:46:19 +0000 Jason Rumney (SNAME): Extract only symbol name.
Sun, 06 Apr 2008 14:28:36 +0000 Jason Rumney (uniscribe_shape): Map char at FROM to current glyph.
Sun, 06 Apr 2008 01:04:45 +0000 Jason Rumney (uniscribe_shape): Increase items buffer size.
Sat, 05 Apr 2008 20:18:32 +0000 Miles Bader Add arch tagline
Fri, 04 Apr 2008 12:07:54 +0000 Jason Rumney (uniscribe_check_otf): Rearrange loop for counting features.
Fri, 04 Apr 2008 11:59:09 +0000 Jason Rumney (uniscribe_check_otf): Add GC protection before consing.
Fri, 04 Apr 2008 07:58:28 +0000 Jason Rumney (uniscribe_check_otf): Fix last change.
Thu, 03 Apr 2008 15:38:10 +0000 Jason Rumney (uniscribe_check_otf): Sanity check otf_spec.
Thu, 03 Apr 2008 11:56:40 +0000 Jason Rumney Font backend implementation for Uniscribe on Windows 2000 and later.