summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).Juanma Barranquero2011-04-151-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-7/+7
* * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+1
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-15/+15
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+6
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-9/+9
* * font.c (font_list_entities): Redo for clarity,Paul Eggert2011-04-031-8/+6
* * font.c (font_score): Avoid potential overflow in diff calculation.Paul Eggert2011-04-031-4/+3
* * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.Paul Eggert2011-04-021-4/+2
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-2/+2
* * font.c (font_sort_entities): Mark var as initialized.Paul Eggert2011-03-161-1/+1
* * font.c (font_unparse_fcname): Abort in an "impossible" situationPaul Eggert2011-03-161-1/+3
* * font.c: (font_style_to_value, font_prop_validate_style, font_unparse_fcname):Paul Eggert2011-03-161-15/+15
* * font.c (font_get_spec): Remove; unused.Paul Eggert2011-03-161-16/+0
* * font.c (font_delete_unmatched): Now static.Paul Eggert2011-03-161-1/+1
* * font.c (font_parse_fcname): Remove unused vars.Paul Eggert2011-03-161-2/+0
* * font.c (font_unparse_xlfd): Don't mix pointers to variables withPaul Eggert2011-03-161-14/+14
* Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris2011-02-221-2/+2
|\
| * Fix font-size handling bug.Kenichi Handa2011-02-171-2/+2
| * Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-261-1/+2
| * * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-261-1/+1
* | Change B_ to BVARTom Tromey2011-02-161-1/+1
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-1/+1
* | font.c (Ffont_get): Do not cache :otf value.Kenichi Handa2011-02-081-1/+0
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-3/+3
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-2/+2
* | * src/font.c (PROP_MATCH): Remove parameter N and use strlen instead.Andreas Schwab2011-01-301-38/+40
* | Convert font parse testsuite to an ERT test.Chong Yidong2011-01-271-0/+1
* | * src/font.c (font_parse_fcname): Rewrite GTK font name parser.Chong Yidong2011-01-261-80/+54
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-5/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-15/+14
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-11/+5
* | Refill some copyright headers.Glenn Morris2011-01-151-1/+3
* | Merge from emacs-23Stefan Monnier2011-01-141-5/+4
|\ \ | |/