aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Include ThreeD.h for XtNbeNiceToColormap.Stefan Monnier2005-03-311-24/+5
* (handle_one_xevent): Use union of struct input_event andAndreas Schwab2005-02-171-54/+57
* (x_error_quitter): On GCC 3 and up, specify noinline.Richard M. Stallman2005-02-031-3/+11
* (x_clip_to_row): Ensure y >= 0.Kim F. Storm2005-01-271-23/+4
* (x_error_quitter): Add a prototype. Make it static again.Stefan Monnier2005-01-271-5/+8
* (x_error_quitter): No longer static, and moved after x_error_handler.Richard M. Stallman2005-01-251-16/+19
* (x_draw_glyph_string_box): Fix last_x for full width rows.Kim F. Storm2005-01-201-10/+4
* * xterm.c (handle_one_xevent): Clear area in expose event for GTK.Jan Djärv2004-12-311-0/+8
* (x_new_font): Set FRAME_COLUMN_WIDTH toKenichi Handa2004-12-301-1/+41
* * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA beforeJan Djärv2004-12-151-3/+3
* * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diffJan Djärv2004-12-111-20/+5
* (x_clip_to_row): Add area arg. Callers changed.Kim F. Storm2004-11-211-9/+10
* * xterm.c (handle_one_xevent): Don't queue X selection eventsKim F. Storm2004-11-051-74/+7
* * xterm.c (x_window_to_scroll_bar): Only callJan Djärv2004-11-021-2/+2
* * xterm.h (x_output): New member `xic_base_fontname'.Jan Djärv2004-10-211-5/+1
* * xterm.c (x_clear_frame): Remove call to xg_frame_clearedJan Djärv2004-10-191-20/+10
* (x_redisplay_interface): Fix flush_display_optional.Kim F. Storm2004-10-121-1/+1
* (x_update_window_end): Fix flicker on vertical line betweenKim F. Storm2004-10-071-3/+2
* * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper forJan Djärv2004-10-051-5/+18
* (XTset_vertical_scroll_bar): Improve handling of scrollKim F. Storm2004-10-041-8/+15
* (x_term_init): Work around a bug in some X servers.Stefan Monnier2004-09-181-2/+4
* * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.Jan Djärv2004-08-241-4/+6
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-1/+1
* (x_detect_focus_change): Remove unused var `nr_events'.Stefan Monnier2004-06-301-2/+0
* * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y fromJan Djärv2004-06-171-2/+2
* Update copyright.Kim F. Storm2004-06-161-1/+1
* (x_draw_hollow_cursor): Fix height of box for narrow lines.Kim F. Storm2004-04-241-1/+2
* (x_draw_relief_rect): Add top_p and bot_p args.Kim F. Storm2004-04-201-64/+90
* (handle_one_xevent): Set mouse_face_hidden after clearing highlight.Kim F. Storm2004-04-051-1/+1
* (x_initialize): Initialize ignore_next_mouse_click_timeout.Kim F. Storm2004-03-291-0/+1
* (x_mouse_click_focus_ignore_position): New var.Kim F. Storm2004-03-291-8/+48
* * xterm.c (handle_one_xevent): Do not pass key press events toJan Djärv2004-03-201-0/+8
* xfns.c (x_window): Fixed indentationJan Djärv2004-02-281-58/+10
* (x_focus_changed, x_detect_focus_change): RemoveKim F. Storm2004-02-271-485/+322
* (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).Kim F. Storm2004-02-131-1/+6
* (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.Kim F. Storm2004-02-081-5/+31
* * xterm.c (handle_one_xevent): Call x_handle_dnd_message forJan Djärv2004-02-031-1/+19
* (x_update_window_end): Call draw_window_fringes.Kim F. Storm2004-01-161-6/+27
* * xterm.c (handle_one_xevent): Don't handle characters that are partJan Djärv2004-01-161-0/+5
* (Qface, Qmouse_face): Remove unused externs.Kim F. Storm2003-12-281-8/+14
* * xterm.c (x_window_to_scroll_bar): Move check of display toJan Djärv2003-11-171-4/+2
* Implement multiple display handling for GTK.Jan Djärv2003-11-161-89/+123
* * xterm.c (x_detect_focus_change): Do not change focus frame forJan Djärv2003-11-141-10/+16
* (x_list_fonts): Fix excluding of auto-scaled fonts.Kenichi Handa2003-11-111-10/+13
* * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.Jan Djärv2003-11-081-0/+1
* * xterm.c (x_term_init): Fix formatting.Jan Djärv2003-11-031-1/+1
* * xterm.c (x_term_init): For GTK part, increase x_initializedJan Djärv2003-10-311-1/+2
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-051-5/+10
* Fix memory leaks (from YAMAMOTO Mitsuharu)Jan Djärv2003-10-051-0/+14
* Make (modify-frame-parameters nil '((top . 0))) work for all typesJan Djärv2003-10-051-18/+36