aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-161-2/+11
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-3/+3
* Port to C89.Paul Eggert2013-07-101-60/+65
* Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-301-1/+1
* Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert2013-06-051-7/+0
* Don't let D-bus autolaunch mess up SIGCHLD handling.Paul Eggert2013-05-301-0/+7
* * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.Paul Eggert2013-05-091-1/+1
* * xterm.h (GTK_PREREQ): New macro.Paul Eggert2013-05-081-1/+1
* Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-071-0/+2
* * configure.ac (HAVE_XKB): Define if Xkb is present.Jan Djärv2013-03-251-0/+8
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-4/+1
* Move scroll-bar-adjust-thumb-portion.Jan Djärv2013-02-171-10/+0
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-56/+42
* Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.Jan Djärv2013-01-111-4/+6
* Introduce scroll-bar-adjust-thumb-portion.Jan Djärv2013-01-111-15/+26
* Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-3/+4
|\
| * Don't use previous underline thickness or position if previous underline type...YAMAMOTO Mitsuharu2013-01-041-1/+2
| * Make underwave look more triangular and also degrade gracefully for small fon...YAMAMOTO Mitsuharu2013-01-041-2/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Simplify via eabs.Paul Eggert2013-01-011-4/+2
* | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-121-3/+1
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-4/+1
* | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-1/+0
* | * xterm.c (x_draw_image_relief): Remove unused locals.Paul Eggert2012-12-011-15/+0
* | Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-011-13/+19
* | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-17/+1
* | 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
* | 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