summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-3/+1
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-24/+0
* More xmalloc and related cleanup.Paul Eggert2012-07-051-12/+11
* Cleanup xmalloc.Dmitry Antipov2012-07-051-8/+5
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-13/+11
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-45/+45
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-251-1/+2
* Implement wave-style variant of underlining.Alp Aker2012-06-161-17/+108
* Add support for italic text on ttys.Chong Yidong2012-06-101-10/+17
* * xfaces.c (face_for_overlay_string): Handle face remapping.Chong Yidong2012-06-091-7/+7
* Merge from trunk.Paul Eggert2012-04-091-19/+21
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
| * Updates to Display chapter of Lisp manual.Chong Yidong2012-03-211-17/+19
* | Merge from trunk.Paul Eggert2012-02-101-1/+1
|\ \ | |/
| * Comment fix.Glenn Morris2012-02-061-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-261-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-2/+2
| * Fix typos.Juanma Barranquero2011-11-121-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-24/+28
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * xfaces.c (x_update_menu_appearance): Don't overrun bufferPaul Eggert2011-08-291-14/+21
* Merge from trunk.Paul Eggert2011-08-191-3/+12
|\
| * Avoid a crash in mouse-highlight of Speedbar frames.Eli Zaretskii2011-08-191-3/+12
* | Merge from trunk.Paul Eggert2011-08-141-57/+81
|\ \ | |/
| * Follow variable naming conventionAndreas Schwab2011-08-141-6/+6
| * Whitespace cleanupAndreas Schwab2011-08-141-52/+76
| |
| \
*-. \ Merge from trunk.Paul Eggert2011-08-131-1/+1
|\ \ \ | | |/
| | * * xfaces.c (Qframe_set_background_mode): Now static.Paul Eggert2011-08-131-1/+1
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-24/+7
* | Merge from trunk.Paul Eggert2011-07-281-1/+2
|\ \ | |/
| * Merge from trunk.Paul Eggert2011-07-271-1/+2
| |\
| | * Fix crash at startup under XASSERTS.Eli Zaretskii2011-07-241-1/+2
* | | * xfaces.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-3/+11
|/ /
* | * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.Paul Eggert2011-07-121-4/+6
|/
* ProtoizeAndreas Schwab2011-07-101-7/+3
* Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-031-0/+12
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-143/+72
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-15/+15
* * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-3/+4
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-1/+1
* Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-24/+3
* GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-121-1/+2
* [ChangeLog]Paul Eggert2011-05-281-19/+19
* Merge from mainline.Paul Eggert2011-04-251-1/+1
|\
| * Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-1/+1
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1