summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-161-0/+8
|\
| * Fixes related to face underliningGlenn Morris2012-11-141-0/+8
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-9/+6
* | * src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)Stefan Monnier2012-11-081-17/+0
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-78/+20
|/
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-8/+0
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-11/+17
* Merge from trunkDaniel Colascione2012-10-071-51/+51
|\
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-19/+19
| * image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-7/+7
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-25/+25
* | Merge from trunkDaniel Colascione2012-09-171-55/+17
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-1/+1
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-13/+13
| * Clean up some extern decls.Paul Eggert2012-09-021-40/+3
* | Implement cygw32Daniel Colascione2012-09-171-9/+9
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-12/+8
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-5/+4
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-1/+1
* Allow face-remapping using :font, and use it in mouse-appearance-menu.Chong Yidong2012-08-171-18/+33
* Use ASCII tests for character types.Paul Eggert2012-08-161-2/+2
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-151-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-6/+6
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-9/+8
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-6/+6
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-9/+9
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+4
* * xfaces.c (face_for_overlay_string): Remove unused local.Paul Eggert2012-08-021-2/+0
* * xfaces.c: Don't assume buffer size fits in 'int'.Paul Eggert2012-08-021-2/+2
* * xfaces.c (face_at_buffer_position): Remove unused local.Paul Eggert2012-08-021-2/+0
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-55/+55
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-6/+6
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-8/+9
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-5/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* 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