aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* auto upstreamJoakim Verona2012-12-041-1/+0
|\
| * * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-1/+0
* | auto upstreamJoakim Verona2012-12-041-15/+0
|\ \ | |/
| * * xterm.c (x_draw_image_relief): Remove unused locals.Paul Eggert2012-12-011-15/+0
* | auto upstreamJoakim Verona2012-12-011-13/+19
|\ \ | |/
| * Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-011-13/+19
* | upstreamJoakim Verona2012-11-261-17/+1
|\ \ | |/
| * * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-17/+1
* | upstreamJoakim Verona2012-11-131-32/+23
|\ \ | |/
| * Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-30/+21
| * Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-2/+2
* | upstreamJoakim Verona2012-11-061-3/+1
|\ \ | |/
| * Remove pad from struct input_event.Dmitry Antipov2012-11-021-2/+0
| * Spelling fixes.Paul Eggert2012-10-311-1/+1
* | upstreamJoakim Verona2012-10-241-1/+2
|\ \ | |/
| * * xterm.c (x_focus_changed): Check if daemonp when sending focus inJan Djärv2012-10-211-1/+2
* | upstreamJoakim Verona2012-10-161-4/+4
|\ \ | |/
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-4/+4
* | finally builds againJoakim Verona2012-09-281-192/+150
|\ \ | |/
| * 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
* | upstreamJoakim Verona2012-09-281-8/+4
|\ \ | |/
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-8/+4
* | not compiling yetJoakim Verona2012-09-191-17/+1
|\ \ | |/
| * 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
* | upstreamJoakim Verona2012-09-111-0/+1
|\ \ | |/
| * Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-111-0/+1
* | upstreamJoakim Verona2012-09-101-22/+28
|\ \ | |/
| * Signal-handler cleanup.Paul Eggert2012-09-061-8/+14
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-14/+14
* | upstreamJoakim Verona2012-09-031-12/+1
|\ \ | |/
| * * 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
* | upstreamJoakim Verona2012-08-191-15/+15
|\ \ | |/
| * * 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
* | upstreamJoakim Verona2012-08-151-43/+49
|\ \ | |/
| * 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