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