aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23; up to 2010-06-02T00:10:[email protected].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
|\ \
| * | Remove unused static functions.Juanma Barranquero2010-07-231-33/+0
* | | font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyph...Kenichi Handa2010-07-261-0/+2
|/ /
* | Do not record a font-entity in the property of font-object.Kenichi Handa2010-07-141-13/+4
* | merge trunkKenichi Handa2010-07-121-3/+3
|\ \
| * | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-3/+3
* | | merge trunkKenichi Handa2010-07-091-50/+25
|\| |
| * | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-50/+24
* | | merge trunkKenichi Handa2010-07-081-235/+102
|\| |
| * | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-211/+78
| * | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-32/+32
* | | Make font-get to get :otf value dynamically from a font-object.Kenichi Handa2010-07-081-38/+162
|/ /
* | * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).Jan Djärv2010-06-221-1/+1
* | Handle face-ignored-fontsKenichi Handa2010-05-281-2/+35
* | font.c (font_range): Return the range for the font found at first.Kenichi Handa2010-05-141-36/+7
* | * font.c (syms_of_font): Make the style table vars read-only.Stefan Monnier2010-04-201-0/+8
|/