aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
| * Backport 2010-05-27T04:24:30Z!handa@etlken from trunkKenichi Handa2010-11-041-2/+35
* | Remove unused declarationsAndreas Schwab2010-12-271-134/+9
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2
* | Don't be so lax with spelling.Glenn Morris2010-11-021-8/+7
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+53
|\ \ | |/
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-0/+53
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+1
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+1
* | Remove incorrect const use.Dan Nicolaescu2010-08-091-6/+6
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-4/+4
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-8/+8
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-24/+1
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+0
* | merge trunkKenichi Handa2010-07-261-33/+0
|\ \