summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-1/+1
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-1/+1
* * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper.Paul Eggert2013-11-111-4/+4
* * xterm.c (syms_of_xterm): staticpro Qmodifier_value.Paul Eggert2013-11-111-1/+1
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-4/+6
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-291-9/+5
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-40/+3
* * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-141-5/+0
* * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-141-1/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-9/+1
* Port recent change to hosts where pointers aren't 'long'.Paul Eggert2013-09-201-35/+16
* * xterm.c (handle_one_xevent): Revert part of 2013-09-17 changeDmitry Antipov2013-09-201-9/+12
* * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov2013-09-191-91/+57
* Do not use external array to process X scroll bar messages.Dmitry Antipov2013-09-191-40/+41
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-27/+8
* * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-181-20/+16
* * w32term.c (w32_read_socket): Avoid temporaryDmitry Antipov2013-09-171-7/+2
* * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.Dmitry Antipov2013-09-171-8/+2
* * xterm.h (struct x_display_info): New memberDmitry Antipov2013-09-171-23/+14
* * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.Dmitry Antipov2013-09-171-1/+1
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-14/+14
* * xterm.c (handle_one_xevent): Do not call to x_clear_areaDmitry Antipov2013-09-171-1/+1
* * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.Dmitry Antipov2013-09-161-3/+4
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-213/+191
* Fix X event waiting to handle multiple frames.Dmitry Antipov2013-09-161-40/+27
* Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,Dmitry Antipov2013-09-151-64/+12
* * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS becauseDmitry Antipov2013-09-151-4/+0
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-75/+75
* * xterm.h (x_window_to_frame, x_any_window_to_frame)Dmitry Antipov2013-09-131-0/+175
* * xterm.h (x_display_info): New field last_user_time...Dmitry Antipov2013-09-121-17/+14
* * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: ClipDmitry Antipov2013-09-121-3/+12
* Cleaning up a few X scroll bar bits.Dmitry Antipov2013-09-111-15/+15
* Ifdef away frame tool bar code when it is not really used.Dmitry Antipov2013-09-111-6/+7
* Cleanup frame flushing.Dmitry Antipov2013-09-091-20/+3
* * frame.c (check_minibuf_window): Update 'frame' with frame pointer.Dmitry Antipov2013-09-051-1/+1
* * xterm.h (struct x_display_info): Do not track X connectionDmitry Antipov2013-09-041-5/+9
* * xterm.h (struct x_output): Remove set-but-unusedDmitry Antipov2013-09-031-3/+0
* * xterm.h (struct scroll_bar): Prefer int to Lisp_ObjectDmitry Antipov2013-09-031-32/+31
* * xterm.c (x_last_mouse_movement_time): Revert last change.Dmitry Antipov2013-09-021-55/+18
* * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap whenDmitry Antipov2013-09-021-1/+1
* * xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTORY]: Fix last change.Dmitry Antipov2013-09-021-2/+6
* Use XGetMotionEvents to ask the last mouse motion time from X server.Dmitry Antipov2013-09-021-15/+47
* * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-021-24/+17
* * xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov2013-09-021-12/+13
* * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-021-15/+1
* * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-011-25/+2
* * 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