summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAge
...
* 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
* Spelling fixes.Paul Eggert2011-11-14
* Spelling fixes.Paul Eggert2011-11-11
* * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.Jason Rumney2011-11-06
* src/w32font.c (w32_load_unicows_or_gdi32): Add missing return.Juanma Barranquero2011-10-28
* Fix bug #8562 with Emacs display on Windows 9X.Eli Zaretskii2011-10-28
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-27
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-23
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-10
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-14
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-14
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-13
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-12