summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DEFSYMsPaul Eggert2015-05-311-5/+0
* Merge branch 'master' into cairoJan D2015-05-231-5/+5
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
| * Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-3/+3
* | Add cairo drawing.Jan D2015-02-111-0/+4
|/
* Remove unused assignment.Dima Kogan2015-02-091-1/+0
* Use bool for boolean in xfaces.cPaul Eggert2015-01-261-3/+3
* Count MANY function args more reliablyPaul Eggert2015-01-251-17/+5
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-2/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-4/+3
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-9/+4
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-3/+4
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-19/+19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-43/+25
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Allow querying font by name for its height and other info. (Bug#19395)Eli Zaretskii2014-12-181-4/+43
* * font.c (copy_font_spec): Redesign to avoid Fcopy_alistDmitry Antipov2014-10-311-18/+26
* Spelling fixes.Paul Eggert2014-10-121-9/+8
* * font.c (Ffont_get_glyphs): Use validate_subarray and fixDmitry Antipov2014-10-071-24/+30
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-031-5/+1
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-11/+21
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-7/+7
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-8/+3
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-5/+8
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-241-7/+9
* * 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
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-8/+5
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-7/+7
* Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-131-1/+1
* Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-071-0/+4
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-13/+26
* Revert previous change.Paul Eggert2014-07-261-3/+3
* Reorder conditions that are written backwardsAndreas Schwab2014-07-261-3/+3
* 2014-07-19 Kenichi Handa <handa@gnu.org>Kenichi Handa2014-07-201-1/+5
* * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more naturalDmitry Antipov2014-07-161-3/+9
* * font.c, font.h (font_unparse_fcname): Now static.Paul Eggert2014-07-091-2/+9
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-081-1/+27
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-37/+18
* Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-0/+3
|\
| * * font.c (font_make_object): Avoid dangling pointer which mayDmitry Antipov2014-06-191-0/+3
* | * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-171-4/+2
* | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member.Dmitry Antipov2014-06-101-1/+0
* | * font.c (font_matching_entity): Extract font-entity objectDmitry Antipov2014-05-191-1/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-7/+2
* | * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-04-021-15/+18
|/
* Fix bug #16930 with broken build --without-x.Eli Zaretskii2014-03-031-1/+8
* * font.c (toplevel): Adjust comment about font cache layout.Dmitry Antipov2014-03-031-5/+17
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1
* Spelling fixes.Paul Eggert2014-01-091-1/+1