]> code.delx.au - gnu-emacs/history - src/w32uniscribe.c
Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[gnu-emacs] / src / w32uniscribe.c
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2010-10-15 Kenichi Handamerge emacs-23
2010-10-14 Juanma Barranquerosrc/w32*.c: Whitespace fixes and typos.
2010-10-14 Kenichi Handamerge emacs-23
2010-10-12 Juanma BarranqueroFix typos in docstrings, comments and ChangeLogs.
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-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...