aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-191-12/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-18/+11
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-5/+5
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-3/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-6/+6
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-8/+9
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-2/+2
* Spelling fixes.Paul Eggert2013-03-181-1/+1
* * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-1/+1
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-1/+1
* * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-091-0/+2
* 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-13T18:57:[email protected]Glenn 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