| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include file cleanup for w32 files in src directory | Eli Zaretskii | 2015-10-22 | 1 | -4/+0 |
* | Remove or comment out unused variables | Juanma Barranquero | 2015-10-12 | 1 | -1/+0 |
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -5/+0 |
* | A better fix for bug#21303 | Eli Zaretskii | 2015-08-21 | 1 | -14/+7 |
* | Fix MinGW64 build broken by latest w32uniscribe.c changes | Eli Zaretskii | 2015-08-21 | 1 | -0/+9 |
* | Improve and future-proof OTF fonts support in w32uniscribe.c | Eli Zaretskii | 2015-08-19 | 1 | -41/+243 |
* | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | Eli Zaretskii | 2015-01-29 | 1 | -2/+2 |
* | Prefer INLINE functions in font.h to match style used in lisp.h | Dmitry Antipov | 2015-01-16 | 1 | -5/+3 |
* | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -4/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Default to stack objects on DOS_NT platforms as well. | Eli Zaretskii | 2014-09-25 | 1 | -4/+4 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -2/+2 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -2/+0 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -4/+0 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix some warnings in w32 specific code. | Eli Zaretskii | 2013-12-17 | 1 | -1/+1 |
* | Another fix for the MS-Windows build broken 4 revisions ago. | Eli Zaretskii | 2013-10-25 | 1 | -1/+1 |
* | Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru. | Eli Zaretskii | 2013-10-25 | 1 | -1/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -6/+6 |
* | Fix last font-related change. | Dmitry Antipov | 2013-08-01 | 1 | -6/+5 |
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW. | Dmitry Antipov | 2013-03-04 | 1 | -1/+1 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -2/+2 |
* | 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 |