summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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