| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -1/+1 |
* | Export get_pos_property to Elisp. | Stefan Monnier | 2013-11-24 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper. | Paul Eggert | 2013-11-11 | 1 | -4/+4 |
* | * xterm.c (syms_of_xterm): staticpro Qmodifier_value. | Paul Eggert | 2013-11-11 | 1 | -1/+1 |
* | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'. | Dmitry Antipov | 2013-10-29 | 1 | -4/+6 |
* | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | Dmitry Antipov | 2013-10-29 | 1 | -9/+5 |
* | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -40/+3 |
* | * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK) | Dmitry Antipov | 2013-10-14 | 1 | -5/+0 |
* | * xfaces.c (PT_PER_INCH): Remove unused macro. | Dmitry Antipov | 2013-10-14 | 1 | -1/+0 |
* | * keyboard.c (init_kboard): Now static. Add arg | Dmitry Antipov | 2013-10-10 | 1 | -9/+1 |
* | Port recent change to hosts where pointers aren't 'long'. | Paul Eggert | 2013-09-20 | 1 | -35/+16 |
* | * xterm.c (handle_one_xevent): Revert part of 2013-09-17 change | Dmitry Antipov | 2013-09-20 | 1 | -9/+12 |
* | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, | Dmitry Antipov | 2013-09-19 | 1 | -91/+57 |
* | Do not use external array to process X scroll bar messages. | Dmitry Antipov | 2013-09-19 | 1 | -40/+41 |
* | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 1 | -27/+8 |
* | * frame.c (x_mouse_grabbed): New function. | Dmitry Antipov | 2013-09-18 | 1 | -20/+16 |
* | * w32term.c (w32_read_socket): Avoid temporary | Dmitry Antipov | 2013-09-17 | 1 | -7/+2 |
* | * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function. | Dmitry Antipov | 2013-09-17 | 1 | -8/+2 |
* | * xterm.h (struct x_display_info): New member | Dmitry Antipov | 2013-09-17 | 1 | -23/+14 |
* | * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC. | Dmitry Antipov | 2013-09-17 | 1 | -1/+1 |
* | Don't overuse 'const' in types of locals. | Paul Eggert | 2013-09-17 | 1 | -14/+14 |
* | * xterm.c (handle_one_xevent): Do not call to x_clear_area | Dmitry Antipov | 2013-09-17 | 1 | -1/+1 |
* | * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean. | Dmitry Antipov | 2013-09-16 | 1 | -3/+4 |
* | Do not copy X event in handle_one_xevent except KeyPress case. | Dmitry Antipov | 2013-09-16 | 1 | -213/+191 |
* | Fix X event waiting to handle multiple frames. | Dmitry Antipov | 2013-09-16 | 1 | -40/+27 |
* | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 1 | -64/+12 |
* | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because | Dmitry Antipov | 2013-09-15 | 1 | -4/+0 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -75/+75 |
* | * xterm.h (x_window_to_frame, x_any_window_to_frame) | Dmitry Antipov | 2013-09-13 | 1 | -0/+175 |
* | * xterm.h (x_display_info): New field last_user_time... | Dmitry Antipov | 2013-09-12 | 1 | -17/+14 |
* | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip | Dmitry Antipov | 2013-09-12 | 1 | -3/+12 |
* | Cleaning up a few X scroll bar bits. | Dmitry Antipov | 2013-09-11 | 1 | -15/+15 |
* | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 1 | -6/+7 |
* | Cleanup frame flushing. | Dmitry Antipov | 2013-09-09 | 1 | -20/+3 |
* | * frame.c (check_minibuf_window): Update 'frame' with frame pointer. | Dmitry Antipov | 2013-09-05 | 1 | -1/+1 |
* | * xterm.h (struct x_display_info): Do not track X connection | Dmitry Antipov | 2013-09-04 | 1 | -5/+9 |
* | * xterm.h (struct x_output): Remove set-but-unused | Dmitry Antipov | 2013-09-03 | 1 | -3/+0 |
* | * xterm.h (struct scroll_bar): Prefer int to Lisp_Object | Dmitry Antipov | 2013-09-03 | 1 | -32/+31 |
* | * xterm.c (x_last_mouse_movement_time): Revert last change. | Dmitry Antipov | 2013-09-02 | 1 | -55/+18 |
* | * xterm.c (handle_one_xevent): Use event.xunmap and not event.xmap when | Dmitry Antipov | 2013-09-02 | 1 | -1/+1 |
* | * xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTORY]: Fix last change. | Dmitry Antipov | 2013-09-02 | 1 | -2/+6 |
* | Use XGetMotionEvents to ask the last mouse motion time from X server. | Dmitry Antipov | 2013-09-02 | 1 | -15/+47 |
* | * msdos.c (last_mouse_window): Move to... | Dmitry Antipov | 2013-09-02 | 1 | -24/+17 |
* | * xterm.c (toplevel): Drop obsolete comment and move compose_status... | Dmitry Antipov | 2013-09-02 | 1 | -12/+13 |
* | * msdos.c (IT_set_terminal_window): Remove no-op. | Dmitry Antipov | 2013-09-02 | 1 | -15/+1 |
* | * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes): | Dmitry Antipov | 2013-09-01 | 1 | -25/+2 |
* | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | Dmitry Antipov | 2013-08-29 | 1 | -31/+20 |
* | Prefer enum glyph_row_area to int where appropriate. | Dmitry Antipov | 2013-08-28 | 1 | -5/+7 |
* | Redesign redisplay interface to drop global output_cursor. | Dmitry Antipov | 2013-08-28 | 1 | -11/+5 |
* | Simplify SELECT_TYPE-related code. | Paul Eggert | 2013-08-27 | 1 | -1/+1 |