aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-2/+2
* (handle_one_xevent): Refer to union field to match the typeDan Nicolaescu2005-09-271-2/+2
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-2/+0
* * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code toJan Djärv2005-08-161-6/+1
* * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_maskJan Djärv2005-08-131-3/+15
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * xterm.c (handle_one_xevent): bzero compose_status when nbytesJan Djärv2005-06-301-0/+1
* (x_draw_vertical_window_border): Use foreground ofJuri Linkov2005-06-301-0/+6
* (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.Stefan Monnier2005-06-061-2/+5
* (handle_one_xevent): Also ignore mouse motion justKim F. Storm2005-06-031-6/+6
* (x_encode_char): Call check_ccl_update in advance.Kenichi Handa2005-05-271-0/+1
* Fix previous change.Richard M. Stallman2005-05-101-2/+2
* (noinclude): Add #undef.Richard M. Stallman2005-05-101-0/+6
* 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