aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-27/+18
* Clean up some extern decls.Paul Eggert2012-09-021-0/+1
* For Xft and X font backends, set omitted max_width font fields.Chong Yidong2012-08-161-6/+6
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-6/+0
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-2/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-5/+0
* Merge from trunk.Paul Eggert2012-05-251-3/+4
|\
| * Untag more efficiently if USE_LSB_TAG.Paul Eggert2012-05-091-3/+4
* | Merge from trunk.Paul Eggert2012-01-091-3/+3
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1
| * Spelling fixes.Paul Eggert2011-12-141-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\|
| * Fix typos.Juanma Barranquero2011-12-061-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* * font.c (font_intern_prop): Don't assume string length fits in int.Paul Eggert2011-06-191-1/+2
* src/font.[ch]: Fix typos in comments and strings.Eli Zaretskii2011-05-291-36/+36
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-3/+3
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-6/+3
* * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+0
* * ftxfont.c: Make symbols static if they're not exported.Paul Eggert2011-04-121-2/+3
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-2/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-1/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Remove unused declarationsAndreas Schwab2010-12-271-12/+1
* | Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-101-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+6
|\|
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-0/+5
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-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-4/+4
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-7/+7
* | Add declarations to header files.Dan Nicolaescu2010-08-051-1/+15
* | merge trunkKenichi Handa2010-07-081-108/+108
|\ \
| * | Remove P_ and __P macros.Jan D2010-07-021-108/+108
| |/
* / Make font-get to get :otf value dynamically from a font-object.Kenichi Handa2010-07-081-1/+6
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.Jan Djärv2010-01-061-0/+8
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+2
* (Vfont_log): Extern it.Kenichi Handa2009-06-231-0/+13
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-171-0/+3
* (font_open_by_spec): Extern it.Kenichi Handa2009-03-111-0/+1