aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-26/+22
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-2/+2
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-3/+3
* Use zero_vector where appropriate.Dmitry Antipov2012-07-151-20/+13
* Minor adjustments to interning code.Dmitry Antipov2012-07-111-11/+5
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-3/+6
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-13/+11
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-2/+2
* Avoid calls to strlen in miscellaneous functions.Dmitry Antipov2012-07-101-3/+6
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+2
* * font.c (font_style_to_value, font_style_symbolic)Andreas Schwab2012-06-301-11/+36
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-7/+7
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-12/+5
|\|
| * Spelling fixes.Paul Eggert2011-12-041-4/+4
| * * src/font.c (font_find_for_lface) [HAVE_NS]: Ignore case.Glenn Morris2011-11-221-8/+1
* | Merge from trunk.Paul Eggert2011-11-181-4/+4
|\|
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-1/+1
| * Spelling fixes.Paul Eggert2011-11-081-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-31/+34
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-25/+69
* Avoid the use of snprintf.Paul Eggert2011-08-301-32/+25
* * font.c, gtkutil.c: Include <float.h>.Paul Eggert2011-08-291-0/+1
* * font.c (font_unparse_xlfd): Don't blindly alloca long strings.Paul Eggert2011-08-291-106/+67
* ProtoizeAndreas Schwab2011-07-101-20/+9
* Add C interface for Unicode character property table.Kenichi Handa2011-07-071-2/+3
* * font.c (font_score): Use EMACS_INT, not int, to store XINT value.Paul Eggert2011-06-211-2/+2
* * font.c (font_intern_prop): Don't use string_to_number, since the string isn...Paul Eggert2011-06-201-6/+14
* * font.c (font_intern_prop): Don't assume string length fits in int.Paul Eggert2011-06-191-3/+8
* * font.c: Don't assume string length fits in int.Paul Eggert2011-06-191-5/+6
* * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.Paul Eggert2011-06-181-1/+1
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-2/+2
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-9/+1
* src/font.[ch]: Fix typos in comments and strings.Eli Zaretskii2011-05-291-31/+30
* Merge from mainline.Paul Eggert2011-04-251-2/+4
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-2/+4
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-8/+7
|/