Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[bpt/emacs.git] / src / w32uniscribe.c
2010-07-07 Andreas SchwabReplace bcopy, bzero, bcmp by memcpy, memmove, memset...
2010-07-07 Juanma BarranqueroFix whitespace to follow coding guidelines.
2010-07-06 Juanma Barranquerosrc/w32*.c: Convert function definitions to standard C.
2010-07-02 Eli ZaretskiiFix MS-DOS configury.
2010-07-02 Jan DRemove __P and P_ from .c and .m files and definition...
2010-03-10 Stefan MonnierMerge pending branch
2010-03-06 Eli ZaretskiiMerge from mainline.
2010-03-01 Kenichi Handafrom trunk
2010-02-27 Andreas Schwab* w32uniscribe.c (uniscribe_check_otf): Fix length...
2010-01-19 Alan MackenzieSuppress spurious second invocation of before-change...
2010-01-16 Eli ZaretskiiMerge from mainline.
2010-01-15 Kenichi Handafrom trunk
2010-01-15 Kenichi Handafrom trunk
2010-01-14 Juanma BarranqueroFix typos in comments.
2010-01-14 Kenichi Handafrom trunk
2010-01-13 Glenn MorrisAdd 2010 to copyright years.
2009-10-19 Dan Nicolaescu* alloc.c: Do not define struct catchtag.
2009-06-23 Kenichi HandaChange font_add_log to FONT_ADD_LOG.
2009-01-08 Glenn MorrisAdd 2009 to copyright years.
2008-12-21 Jason Rumney(uniscribe_encode_char): Return FONT_INVALID_CHAR
2008-12-13 Jason Rumney* w32font.c (intern_font_name): New function.
2008-12-11 Jason Rumney(uniscribe_encode_char): Increase glyph buffer size...
2008-11-23 Jason Rumney(uniscribe_encode_char): Ensure context is restored...
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-29 Jason Rumney(uniscribe_check_otf): Don't fallback on DFLT script.
2008-08-29 Eli Zaretskii(uniscribe_shape): Shut up compiler warning in LGLYPH_S...
2008-08-29 Kenichi Handa(struct uniscribe_font_info): Include composite.h.
2008-08-18 Miles BaderMerge from emacs--rel--22
2008-08-12 Miles BaderMerge from emacs--rel--22
2008-07-30 Jason Rumney* w32font.h (struct w32font_info): Use unicode version...
2008-07-30 Jason Rumney(uniscribe_encode_char): Fix glyph buffer size.
2008-07-29 Jason Rumney(uniscribe_shape): Avoid using context if cache
2008-07-26 Miles BaderMerge from emacs--rel--22
2008-07-25 Jason Rumney(uniscribe_shape): Pass NULL for control arg to ScriptI...
2008-07-25 Jason Rumney* w32font.c (w32font_encode_char): Encode characters...
2008-07-23 Jason Rumney* w32font.c (w32font_open): Set font type to gdi.
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-17 Miles BaderMerge from emacs--rel--22
2008-07-09 Kenichi Handa(uniscribe_open): Adjust it for the change of
2008-06-26 Jason Rumney* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
2008-06-26 Jason Rumney* w32bdf.c, w32bdf.h: Remove obsolete files.
2008-06-18 Jason RumneyAdd font logging to list and match functions.
2008-06-17 Miles BaderMerge from emacs--rel--22
2008-06-10 Jason Rumney(add_opentype_font_name_to_list): Skip non unicode...
2008-06-10 Kenichi Handa(add_opentype_font_name_to_list): Adjusted for
2008-06-01 Miles BaderMerge from emacs--rel--22
2008-05-26 Miles BaderMerge from emacs--rel--22
2008-05-18 Miles BaderMerge from emacs--rel--22
2008-05-16 Miles BaderMerge from emacs--rel--22
2008-05-14 Glenn MorrisSwitch to recommended form of GPLv3 permissions notice.
2008-05-14 Miles BaderMerge from emacs--rel--22
2008-05-14 Kenichi HandaDelete USE_FONT_BACKEND conditional.
2008-05-08 Miles BaderMerge from emacs--rel--22
2008-05-04 Miles BaderMerge from emacs--rel--22
2008-05-02 Miles BaderMerge from emacs--rel--22
2008-04-29 Miles BaderMerge from emacs--rel--22
2008-04-26 Miles BaderMerge from emacs--rel--22
2008-04-24 Miles BaderMerge from emacs--rel--22
2008-04-23 Miles BaderMerge from emacs--rel--22
2008-04-18 Miles BaderMerge from emacs--rel--22
2008-04-08 Jason Rumney(SNAME): Extract only symbol name.
2008-04-06 Jason Rumney(uniscribe_shape): Map char at FROM to current glyph.
2008-04-06 Jason Rumney(uniscribe_shape): Increase items buffer size.
2008-04-05 Miles BaderMerge from emacs--rel--22
2008-04-05 Miles BaderAdd arch tagline
2008-04-04 Jason Rumney(uniscribe_check_otf): Rearrange loop for counting...
2008-04-04 Jason Rumney(uniscribe_check_otf): Add GC protection before consing.
2008-04-04 Jason Rumney(uniscribe_check_otf): Fix last change.
2008-04-03 Jason Rumney(uniscribe_check_otf): Sanity check otf_spec.
2008-04-03 Jason RumneyFont backend implementation for Uniscribe on Windows...