summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAge
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-26
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Fix memory leak in fontset handlingDima Kogan2015-10-20
* Fix problems found by clang 3.5.0Paul Eggert2015-10-02
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Define internal-char-font even if --without-xPaul Eggert2015-09-09
* Fix pointer signedness glitchPaul Eggert2015-06-30
* Allow font names that end in "-NN", where NN is a numberEli Zaretskii2015-06-29
* Improve documentation of ':lang' in font specsEli Zaretskii2015-06-13
* ; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.Glenn Morris2015-06-07
* * src/font.c (syms_of_font) <font-log>: Doc fix.Glenn Morris2015-06-07
* Remove the obsolete leading "*" from some C doc strings.Glenn Morris2015-06-07
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-06
|\
| * Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-31
* | Remove unused DEFSYMsPaul Eggert2015-05-31
|/
* Merge branch 'master' into cairoJan D2015-05-23
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-21
| * Fix minor quoting problems in doc stringsPaul Eggert2015-05-19
* | Add cairo drawing.Jan D2015-02-11
|/
* Remove unused assignment.Dima Kogan2015-02-09
* Use bool for boolean in xfaces.cPaul Eggert2015-01-26
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-21
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-19
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-16
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-16
* Port to 32-bit --with-wide-intPaul Eggert2015-01-10
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Allow querying font by name for its height and other info. (Bug#19395)Eli Zaretskii2014-12-18
* * font.c (copy_font_spec): Redesign to avoid Fcopy_alistDmitry Antipov2014-10-31
* Spelling fixes.Paul Eggert2014-10-12
* * font.c (Ffont_get_glyphs): Use validate_subarray and fixDmitry Antipov2014-10-07
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-03
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-24
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-23
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-23
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-22
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-13
* Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-07
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Revert previous change.Paul Eggert2014-07-26
* Reorder conditions that are written backwardsAndreas Schwab2014-07-26
* 2014-07-19 Kenichi Handa <handa@gnu.org>Kenichi Handa2014-07-20