summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-291-31/+20
* Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-281-5/+7
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-281-11/+5
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-13/+13
* * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-24/+4
* Minor cleanup for redisplay interface and few related functions.Dmitry Antipov2013-08-231-4/+5
* * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-151-23/+0
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-3/+1
* * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-131-11/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-11/+11
* * xterm.c (x_error_handler): Also ignore BadWindow for X_SetInputFocus,Jan Djärv2013-08-101-3/+2
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-4/+1
* Redesign redisplay interface to drop global variable updated_window.Dmitry Antipov2013-08-081-16/+7
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-18/+19
* Fix X GC leak in GTK and raw (no toolkit) X ports.Dmitry Antipov2013-08-021-0/+13
* * xterm.c (any_help_event_p, x_draw_glyph_string_background):Dmitry Antipov2013-08-011-19/+5
* * xterm.c (x_flush): Call XFlush once per each X display, notDmitry Antipov2013-08-011-9/+10
* * xterm.c (last_mouse_press_frame): Remove theDmitry Antipov2013-08-011-10/+0
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-3/+3
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-261-11/+4
* 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