| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix support of scripts in w32font.c (Bug#19993) | Eli Zaretskii | 2015-03-12 | 1 | -15/+87 |
* | Prefer 'Qfoo' to 'intern ("foo")' in w32 source files | Eli Zaretskii | 2015-02-21 | 1 | -4/+4 |
* | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | Eli Zaretskii | 2015-01-29 | 1 | -4/+6 |
* | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -45/+0 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+1 |
* | 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 | -12/+12 |
* | Avoid extra call to oblookup when interning symbols. | Dmitry Antipov | 2014-09-22 | 1 | -1/+1 |
* | Avoid more integer overflows on string size calculations. | Dmitry Antipov | 2014-09-16 | 1 | -1/+1 |
* | One more minor cleanup of font subsystem. | Dmitry Antipov | 2014-08-25 | 1 | -78/+69 |
* | Next minor cleanup of font subsystem. | Dmitry Antipov | 2014-07-09 | 1 | -16/+1 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -15/+0 |
* | Fix Cygwin w32 build broken by last commit in w32font.c. | Eli Zaretskii | 2014-01-19 | 1 | -2/+18 |
* | Fix file name handling on MS-Windows 9X. | Eli Zaretskii | 2014-01-18 | 1 | -41/+4 |
* | 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 |
* | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -1/+0 |
* | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -0/+1 |
* | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -1/+0 |
* | Fix bug #6364 with slow scrolling on MS-Windows with bitmap fonts. | Tom Seddon | 2013-11-29 | 1 | -0/+32 |
* | Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru. | Eli Zaretskii | 2013-10-25 | 1 | -0/+2 |
* | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -15/+15 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -1/+1 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -9/+9 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -13/+10 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -1/+1 |
* | * frame.h (struct frame): Drop resx and resy because the same data is | Dmitry Antipov | 2013-03-20 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -7/+5 |
|\ |
|
| * | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl... | Eli Zaretskii | 2012-09-15 | 1 | -1/+0 |
| * | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -6/+5 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+4 |
|/ |
|
* | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -6/+3 |
* | Define Qnone once for all platforms. | Dmitry Antipov | 2012-08-10 | 1 | -1/+0 |
* | Don't use the abbreviation "win" to refer to Windows (Bug#10421). | Paul Eggert | 2012-07-29 | 1 | -3/+3 |
* | * w32font.c (Qsymbol): Remove local definition. | Andreas Schwab | 2012-07-18 | 1 | -2/+1 |
* | Minor adjustments to interning code. | Dmitry Antipov | 2012-07-11 | 1 | -14/+6 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -3/+1 |
* | Add NUL-termination to some uses of strncpy. | Jim Meyering | 2012-05-02 | 1 | -2/+5 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -10/+10 |
* | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -3/+3 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-11 | 1 | -2/+2 |
* | * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts. | Jason Rumney | 2011-11-06 | 1 | -5/+22 |
* | src/w32font.c (w32_load_unicows_or_gdi32): Add missing return. | Juanma Barranquero | 2011-10-28 | 1 | -1/+1 |
* | Fix bug #8562 with Emacs display on Windows 9X. | Eli Zaretskii | 2011-10-28 | 1 | -4/+145 |
* | src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall. | Juanma Barranquero | 2011-10-27 | 1 | -2/+2 |