summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+75
* Fix bug #14575 with window-specific overlays with display props.Eli Zaretskii2013-06-081-1/+2
* Fix bug #14062 with assertion violations on MS-Windows.Eli Zaretskii2013-05-041-7/+8
* * dispextern.h (struct face): Move enum face_underline_typeDan Nicolaescu2013-04-281-3/+3
* More debugging code to investigate bug #14062.Eli Zaretskii2013-04-151-12/+12
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-16/+15
* Spelling fixes.Paul Eggert2013-03-181-2/+2
* Fix return type of image_background (Bug#13981)Ken Brown2013-03-171-1/+9
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.orgGlenn Morris2012-12-301-4/+9
|\ \ | |/
| * More improvements in 'struct glyph' comments.Eli Zaretskii2012-12-291-3/+3
| * Fix bug #13277 with TTY cursor positioning in a line with overlay arrow.Eli Zaretskii2012-12-271-4/+9
* | Fix wording of commentary to 'struct face' in dispextern.h.Eli Zaretskii2012-11-291-6/+6
|/
* Merge from trunkDaniel Colascione2012-10-071-8/+13
|\
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-1/+1
| * image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-7/+7
| * Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-231-1/+1
| * Refactor image-type loading.Chong Yidong2012-09-221-0/+4
| * src/dispextern.h: Fix commentary for struct it's string_nchars member.Eli Zaretskii2012-09-221-1/+2
* | Merge from trunkDaniel Colascione2012-09-171-1/+5
|\ \ | |/
| * Simplify SIGIO usage.Paul Eggert2012-09-121-0/+1
| * * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-1/+1
| * Clean up some extern decls.Paul Eggert2012-09-021-0/+3
* | Implement cygw32Daniel Colascione2012-09-171-2/+2
|/
* * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-15/+15
* * bidi.c: Use bool for boolean.Paul Eggert2012-08-231-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-7/+7
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-7/+7
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-1/+8
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-7/+8
* * xdisp.c (produce_special_glyphs): Now static.Paul Eggert2012-07-121-1/+0
* Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-2/+1
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-5/+7
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-18/+13
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-13/+0
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-251-0/+4
* Support higher-resolution time stamps.Paul Eggert2012-06-221-1/+5
* Implement wave-style variant of underlining.Alp Aker2012-06-161-0/+10
* Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.comChong Yidong2012-06-101-2/+10
|\
| * Improve commentary to 'struct it' in src/dispextern.h.Eli Zaretskii2012-06-011-2/+10
* | Add support for italic text on ttys.Chong Yidong2012-06-101-8/+4
* | Merge from trunk.Paul Eggert2012-05-251-1/+0
|\ \
| * | Remove unused function hourglass_started.Paul Eggert2012-05-101-1/+0
| |/
* | Merge from trunk.Paul Eggert2012-04-091-1/+6
|\ \ | |/
| * dispextern.h (struct glyph): Fix previous change. Change the bit length of g...Kenichi Handa2012-03-261-1/+1
| * dispextern.h (struct glyph): Change the bit length of glyphless.ch to 22 to m...Kenichi Handa2012-03-261-1/+1
| * For line prefixes, use default face; don't inherit from previous line.Chong Yidong2012-03-221-0/+5
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/