aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32uniscribe.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-1/+1
* Another fix for the MS-Windows build broken 4 revisions ago.Eli Zaretskii2013-10-251-1/+1
* Fix the MS-Windows build broken 2013-10-25T04:35:[email protected].Eli Zaretskii2013-10-251-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-6/+6
* Fix last font-related change.Dmitry Antipov2013-08-011-6/+5
* * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-1/+1
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix MS-Windows build broken by 2012-09-15T07:06:[email protected], compl...Eli Zaretskii2012-09-151-1/+0
* Fix display of Arabic diacriticals on Windows, per bug #11860.Eli Zaretskii2012-09-041-1/+5
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-011-16/+26
* Fix bug #11860 with displaying composite RTL characters on MS-Windows.Eli Zaretskii2012-08-211-7/+50
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-201-2/+2
* Fix typos.Juanma Barranquero2011-11-161-2/+1
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-5/+6
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-4/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-7/+8
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* | Fix display of composed R2L text on MS-Windows.Eli Zaretskii2010-09-041-21/+27
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-5/+5
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-33/+16
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-3/+3
|/
* * w32uniscribe.c (uniscribe_check_otf): Fix length check.Andreas Schwab2010-02-271-1/+1
* Fix typos in comments.Juanma Barranquero2010-01-141-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (uniscribe_encode_char): Return FONT_INVALID_CHARJason Rumney2008-12-211-5/+5
* * w32font.c (intern_font_name): New function.Jason Rumney2008-12-131-2/+1
* (uniscribe_encode_char): Increase glyph buffer size for surrogates.Jason Rumney2008-12-111-4/+7
* (uniscribe_encode_char): Ensure context is restored before returning.Jason Rumney2008-11-231-2/+2
* (uniscribe_check_otf): Don't fallback on DFLT script.Jason Rumney2008-08-291-0/+2
* (uniscribe_shape): Shut up compiler warning in LGLYPH_SET_CODE.Eli Zaretskii2008-08-291-1/+6
* (struct uniscribe_font_info): Include composite.h.Kenichi Handa2008-08-291-1/+2
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-301-0/+3
* (uniscribe_encode_char): Fix glyph buffer size.Jason Rumney2008-07-301-1/+1
* (uniscribe_shape): Avoid using context if cacheJason Rumney2008-07-291-53/+115
* (uniscribe_shape): Pass NULL for control arg to ScriptItemize. CleanJason Rumney2008-07-251-37/+54
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-251-5/+16
* * w32font.c (w32font_open): Set font type to gdi.Jason Rumney2008-07-231-0/+2