aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-11/+2
* Minor cleanup of fonset code.Dmitry Antipov2014-06-191-28/+11
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.Dmitry Antipov2013-12-121-31/+9
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-1/+1
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-051-10/+3
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-011-0/+13
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-10/+11
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-9/+9
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-3/+2
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-6/+2
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+3
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-11-20T20:06:[email protected]Glenn Morris2012-11-261-0/+2
|\|
| * Don't crash if internal-char-font is called on non-GUI frames.Eli Zaretskii2012-11-261-0/+2
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-6/+3
|/
* Merge from trunkDaniel Colascione2012-10-071-2/+2
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* | Merge from trunkDaniel Colascione2012-09-171-19/+10
|\|
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-18/+10
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.Paul Eggert2012-08-221-6/+5
* Make recently-introduced setters macros.Paul Eggert2012-08-211-34/+58
* Setter macros for fontsets.Dmitry Antipov2012-08-211-38/+59
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-1/+1
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-2/+2
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-4/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-3/+3
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...Eli Zaretskii2012-07-311-1/+2
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-1/+1
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-1/+1
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-6/+4
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-5/+2
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-24/+15
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|