aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (oblookup): Remove. All callers changed.BT Templeton2015-04-191-5/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-2/+2
* 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:[email protected].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:[email protected], 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
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-111-2/+2
* * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.Jason Rumney2011-11-061-5/+22
* src/w32font.c (w32_load_unicows_or_gdi32): Add missing return.Juanma Barranquero2011-10-281-1/+1
* Fix bug #8562 with Emacs display on Windows 9X.Eli Zaretskii2011-10-281-4/+145
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-271-2/+2
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+1
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-3/+7
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-3/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-4/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2