aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32uniscribe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (uniscribe_open): Adjust it for the change ofKenichi Handa2008-07-091-1/+2
* * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.Jason Rumney2008-06-261-3/+3
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-261-3/+3
* Add font logging to list and match functions.Jason Rumney2008-06-181-2/+6
* (add_opentype_font_name_to_list): Skip non unicode fonts.Jason Rumney2008-06-101-0/+7
* (add_opentype_font_name_to_list): Adjusted forKenichi Handa2008-06-101-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Delete USE_FONT_BACKEND conditional.Kenichi Handa2008-05-141-22/+14
* (SNAME): Extract only symbol name.Jason Rumney2008-04-081-1/+1
* (uniscribe_shape): Map char at FROM to current glyph.Jason Rumney2008-04-061-49/+18
* (uniscribe_shape): Increase items buffer size.Jason Rumney2008-04-061-81/+105
* Add arch taglineMiles Bader2008-04-051-0/+3
* (uniscribe_check_otf): Rearrange loop for counting features.Jason Rumney2008-04-041-4/+2