summaryrefslogtreecommitdiff
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-13/+13
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-38/+19
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-8/+8
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
|/
* 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 src directoryPaul Eggert2015-10-201-3/+0
* * xfont.c: Minor style fixesPaul Eggert2015-02-091-101/+95
* Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-091-82/+101
* Count MANY function args more reliablyPaul Eggert2015-01-251-7/+1
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Attempt to allocate less font entity objects in xfont_list_patternDmitry Antipov2014-11-141-5/+5
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+1
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-29/+21
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-2/+0
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-041-1/+1
* * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-4/+2
* Avoid crashes when X fonts are erroneously freed on reused XDmitry Antipov2014-03-031-2/+12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Spelling fix.Paul Eggert2013-12-211-1/+1
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-161-1/+4
* * 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
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-5/+11
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-5/+5
* Omit some unnecessary casts.Paul Eggert2013-08-101-4/+2
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-10/+10
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-9/+6
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-20/+20
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-6/+7
* Clean up some extern decls.Paul Eggert2012-09-021-1/+0
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-4/+4