aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove pad from struct input_event.Dmitry Antipov2012-11-021-2/+0
* Spelling fixes.Paul Eggert2012-10-311-1/+1
* * xterm.c (x_focus_changed): Check if daemonp when sending focus inJan Djärv2012-10-211-1/+2
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-4/+4
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-14/+14
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-3/+3
* * xterm.c (x_term_init): Call fixup_locale before and after callingJan Djärv2012-09-231-2/+4
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-173/+129
* Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-8/+4
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-12/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-2/+0
* Simplify SIGIO usage.Paul Eggert2012-09-121-3/+1
* Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-111-0/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-8/+14
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-14/+14
* * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-1/+1
* Clean up some extern decls.Paul Eggert2012-09-021-9/+0
* * xgselect.c (xg_select): Use auto storage for the GPollFD bufferPaul Eggert2012-08-251-2/+0
* * window.h (WSET): Remove.Paul Eggert2012-08-171-2/+2
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-5/+6
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-7/+7
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-5/+5
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-1/+1
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-19/+19
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-7/+7
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-21/+23
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-14/+18
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+2
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-21/+21
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-14/+11
* Miscellaneous fixes for non-default X toolkits.Dmitry Antipov2012-07-311-7/+4
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-17/+10
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-10/+9
* Cleanup xmalloc.Dmitry Antipov2012-07-051-13/+10
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-3/+3
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-10/+10
* * src/alloc.c: Remove build_string.Dmitry Antipov2012-06-261-1/+1
* * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn stringPaul Eggert2012-06-241-3/+5
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-3/+3
* Support higher-resolution time stamps.Paul Eggert2012-06-221-61/+12
* * xterm.c (x_draw_underwave): Check for integer overflow.Paul Eggert2012-06-171-0/+3
* Implement wave-style variant of underlining.Alp Aker2012-06-161-61/+135
* Pacify gcc -Wdouble-precision when using Xaw.Paul Eggert2012-05-301-2/+2
* Remove obsolete '#define static' cruft.Paul Eggert2012-05-301-2/+3
* Merge from trunk.Paul Eggert2012-05-251-5/+1
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
| * * src/xterm.c (x_term_init): Use memcpy instead of strncpy.Jim Meyering2012-05-021-1/+1