summaryrefslogtreecommitdiff
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix comment.Juanma Barranquero2009-02-241-5/+5
* correct minor typo in commentsAdrian Robert2009-02-241-1/+1
* *** empty log message ***Kenichi Handa2009-02-241-6/+5
* (struct font_driver): Fix typo.Kenichi Handa2009-02-181-3/+3
* *** empty log message ***Kenichi Handa2009-02-181-5/+25
* (struct font_driver): Fix comment for has_char.Kenichi Handa2009-01-271-4/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (struct font_driver): New member get_variation_glyphs.Kenichi Handa2008-12-301-1/+11
* * font.h (font_range):Stefan Monnier2008-08-311-3/+3
* * font.h (enum lgstring_indices): Delete it.Kenichi Handa2008-08-291-86/+14
* (font_deferred_log): Extern it.Kenichi Handa2008-08-191-0/+1
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-3/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+3
* (font_make_object, font_match_p): Adjust prototypes.Kenichi Handa2008-07-091-2/+2
* (PIXEL_TO_POINT): Clarify usage in comment.Jason Rumney2008-06-241-2/+5
* Fix crashing bug in use of bold fonts from x-select-font on W32.Jason Rumney2008-06-161-4/+0
* (font_unparse_gtkname): Add prototype.Chong Yidong2008-06-151-0/+1
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-131-1/+5
* (font_intern_prop): Prototype adjusted.Kenichi Handa2008-06-101-1/+1