| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl... | Eli Zaretskii | 2012-09-15 | 1 | -1/+0 |
* | Fix display of Arabic diacriticals on Windows, per bug #11860. | Eli Zaretskii | 2012-09-04 | 1 | -1/+5 |
* | Further fix for bug #11860 with Arabic display on Windows. | Eli Zaretskii | 2012-09-01 | 1 | -16/+26 |
* | Fix bug #11860 with displaying composite RTL characters on MS-Windows. | Eli Zaretskii | 2012-08-21 | 1 | -7/+50 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -2/+2 |
* | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -2/+1 |
* | w32: Fix some warnings reported by -Wall -Wextra. | Juanma Barranquero | 2011-03-23 | 1 | -5/+6 |
* | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -4/+0 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -7/+8 |
| * | Fix typos in docstrings, comments and ChangeLogs. | Juanma Barranquero | 2010-10-12 | 1 | -1/+1 |
* | | Fix display of composed R2L text on MS-Windows. | Eli Zaretskii | 2010-09-04 | 1 | -21/+27 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -1/+1 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -5/+5 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -33/+16 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -3/+3 |
|/ |
|
* | * w32uniscribe.c (uniscribe_check_otf): Fix length check. | Andreas Schwab | 2010-02-27 | 1 | -1/+1 |
* | Fix typos in comments. | Juanma Barranquero | 2010-01-14 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Change font_add_log to FONT_ADD_LOG. | Kenichi Handa | 2009-06-23 | 1 | -2/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (uniscribe_encode_char): Return FONT_INVALID_CHAR | Jason Rumney | 2008-12-21 | 1 | -5/+5 |
* | * w32font.c (intern_font_name): New function. | Jason Rumney | 2008-12-13 | 1 | -2/+1 |
* | (uniscribe_encode_char): Increase glyph buffer size for surrogates. | Jason Rumney | 2008-12-11 | 1 | -4/+7 |
* | (uniscribe_encode_char): Ensure context is restored before returning. | Jason Rumney | 2008-11-23 | 1 | -2/+2 |
* | (uniscribe_check_otf): Don't fallback on DFLT script. | Jason Rumney | 2008-08-29 | 1 | -0/+2 |
* | (uniscribe_shape): Shut up compiler warning in LGLYPH_SET_CODE. | Eli Zaretskii | 2008-08-29 | 1 | -1/+6 |
* | (struct uniscribe_font_info): Include composite.h. | Kenichi Handa | 2008-08-29 | 1 | -1/+2 |
* | * w32font.h (struct w32font_info): Use unicode version of textmetrics. | Jason Rumney | 2008-07-30 | 1 | -0/+3 |
* | (uniscribe_encode_char): Fix glyph buffer size. | Jason Rumney | 2008-07-30 | 1 | -1/+1 |
* | (uniscribe_shape): Avoid using context if cache | Jason Rumney | 2008-07-29 | 1 | -53/+115 |
* | (uniscribe_shape): Pass NULL for control arg to ScriptItemize. Clean | Jason Rumney | 2008-07-25 | 1 | -37/+54 |
* | * w32font.c (w32font_encode_char): Encode characters outside BMP as | Jason Rumney | 2008-07-25 | 1 | -5/+16 |
* | * w32font.c (w32font_open): Set font type to gdi. | Jason Rumney | 2008-07-23 | 1 | -0/+2 |
* | (uniscribe_open): Adjust it for the change of | Kenichi Handa | 2008-07-09 | 1 | -1/+2 |
* | * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. | Jason Rumney | 2008-06-26 | 1 | -3/+3 |
* | * w32bdf.c, w32bdf.h: Remove obsolete files. | Jason Rumney | 2008-06-26 | 1 | -3/+3 |
* | Add font logging to list and match functions. | Jason Rumney | 2008-06-18 | 1 | -2/+6 |
* | (add_opentype_font_name_to_list): Skip non unicode fonts. | Jason Rumney | 2008-06-10 | 1 | -0/+7 |
* | (add_opentype_font_name_to_list): Adjusted for | Kenichi Handa | 2008-06-10 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | Delete USE_FONT_BACKEND conditional. | Kenichi Handa | 2008-05-14 | 1 | -22/+14 |