summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* Improve font selection by family on MS-WindowsEli Zaretskii2016-03-241-1/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-221-13/+8
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-3/+22
* Teach MS-Windows font back-end return per-glyph ascent/descentEli Zaretskii2015-05-261-7/+25
* Fix support of scripts in w32font.c (Bug#19993)Eli Zaretskii2015-03-121-15/+87
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-211-4/+4
* Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii2015-01-291-4/+6
* MS-Windows followup to previous commitEli Zaretskii2015-01-051-45/+0
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-251-12/+12
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-1/+1
* Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-78/+69
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-16/+1
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-15/+0
* Fix Cygwin w32 build broken by last commit in w32font.c.Eli Zaretskii2014-01-191-2/+18
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-41/+4
* 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
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-131-1/+0
* * font.h (struct font_entity) [HAVE_NS]: New field to recordDmitry Antipov2013-12-121-0/+1
* * font.c (font_list_entities): Remove dummy assignment.Dmitry Antipov2013-12-041-1/+0
* Fix bug #6364 with slow scrolling on MS-Windows with bitmap fonts.Tom Seddon2013-11-291-0/+32
* Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.Eli Zaretskii2013-10-251-0/+2
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-15/+15
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-9/+9
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-13/+10
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+1
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Merge from trunkDaniel Colascione2012-09-171-7/+5
|\
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-6/+5
* | Implement cygw32Daniel Colascione2012-09-171-0/+4
|/
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-6/+3
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-1/+0
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-3/+3
* * w32font.c (Qsymbol): Remove local definition.Andreas Schwab2012-07-181-2/+1
* Minor adjustments to interning code.Dmitry Antipov2012-07-111-14/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-3/+1
* Add NUL-termination to some uses of strncpy.Jim Meyering2012-05-021-2/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-1/+1
* Fix typos.Juanma Barranquero2011-11-201-10/+10
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix typos.Juanma Barranquero2011-11-161-3/+3