summaryrefslogtreecommitdiff
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* Rename font_driver member close -> close_fontMattias Engdegård2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias Engdegård2019-07-091-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* * src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)Alexander Gramiak2019-05-211-8/+18
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-46/+55
* Remove display member of glyph_stringAlexander Gramiak2019-05-101-9/+10
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Add portable dumperDaniel Colascione2019-01-151-0/+8
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-8/+8
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* 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