log src/xterm.c @ 55132:4bb75a1886ca

age author description
2004-04-24 Kim F. Storm (x_draw_hollow_cursor): Fix height of box for narrow lines.
2004-04-20 Kim F. Storm (x_draw_relief_rect): Add top_p and bot_p args.
2004-04-05 Kim F. Storm (handle_one_xevent): Set mouse_face_hidden after clearing highlight.
2004-03-29 Kim F. Storm (x_initialize): Initialize ignore_next_mouse_click_timeout.
2004-03-29 Kim F. Storm (x_mouse_click_focus_ignore_position): New var.
2004-03-20 Jan Djärv * xterm.c (handle_one_xevent): Do not pass key press events to
2004-02-28 Jan Djärv xfns.c (x_window): Fixed indentation
2004-02-27 Kim F. Storm (x_focus_changed, x_detect_focus_change): Remove
2004-02-13 Kim F. Storm (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
2004-02-08 Kim F. Storm (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
2004-02-03 Jan Djärv * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
2004-01-16 Kim F. Storm (x_update_window_end): Call draw_window_fringes.
2004-01-16 Jan Djärv * xterm.c (handle_one_xevent): Don't handle characters that are part
2003-12-28 Karoly Lorentey Merged in changes from CVS HEAD
2003-12-28 Kim F. Storm (Qface, Qmouse_face): Remove unused externs.
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-24 Karoly Lorentey Add a level of indirection to terminal characteristics.
2003-11-17 Jan Djärv * xterm.c (x_window_to_scroll_bar): Move check of display to
2003-11-16 Jan Djärv Implement multiple display handling for GTK.
2003-11-14 Jan Djärv * xterm.c (x_detect_focus_change): Do not change focus frame for
2003-11-11 Kenichi Handa (x_list_fonts): Fix excluding of auto-scaled fonts.
2003-11-08 Jan Djärv * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
2003-11-03 Jan Djärv * xterm.c (x_term_init): Fix formatting.
2003-10-31 Jan Djärv * xterm.c (x_term_init): For GTK part, increase x_initialized
2003-10-05 Jan Djärv * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
2003-10-05 Jan Djärv Fix memory leaks (from YAMAMOTO Mitsuharu)
2003-10-05 Jan Djärv Make (modify-frame-parameters nil '((top . 0))) work for all types
2003-10-02 Kenichi Handa (x_load_font): Fix previous change.
2003-10-02 Kenichi Handa (x_load_font): Clear all members of FONTP before start filling them.
2003-09-26 Dave Love (x_bitmap_mask): Declare.
2003-09-19 Jan Djärv * xterm.c (x_set_offset): Take window manager decorations
2003-09-01 Miles Bader Add arch taglines
2003-08-30 Jan Djärv Fix pixel calculation for TrueVisuals.
2003-08-21 Jan Djärv Create and initialize a client leader window so session management
2003-08-19 Miles Bader Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20
2003-07-31 Jan Djärv * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
2003-07-29 Richard M. Stallman (xim_open_dpy, xim_initialize, xim_close_dpy):
2003-07-17 Richard M. Stallman (xim_initialize): Redo 6/24 change.
2003-07-13 Juanma Barranquero (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
2003-07-08 Kim F. Storm (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
2003-07-08 Kim F. Storm (use_xim) [!USE_XIM]: Default to disable XIM if emacs
2003-06-27 Richard M. Stallman (xim_initialize): Undo previous change.
2003-06-24 Dave Love (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
2003-06-15 Stefan Monnier (x_dispatch_event): Don't pass uninitialized
2003-06-02 Dave Love (Qutf_8): Moved to coding.c
2003-05-24 Kim F. Storm Make (several) trivial substitutions for renamed and
2003-05-21 Dave Love (use_xim): Initialize.
2003-05-19 Richard M. Stallman Comment change.
2003-05-17 Stefan Monnier (Fselect_window): Add optional arg `norecord'.
2003-04-09 Jan Djärv * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
2003-03-31 Kim F. Storm Remove unnecessary extern declarations.
2003-03-28 Stefan Monnier (xt_action_hook): Unset dragging so the reset does take place.
2003-03-28 Stefan Monnier (xm_scroll_callback): Undo a tiny bit of the previous change.
2003-03-28 Stefan Monnier (take_vertical_position_into_account): Remove.
2003-03-23 Jan Djärv Finally (?) fix flicker in scroll bar.
2003-03-21 Kim F. Storm * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm (struct redisplay_interface): Add active_p argument to
2003-03-21 Kim F. Storm * xterm.c: Remove consolidated defines and code.
2003-03-17 Jan Djärv New approach to scrolling and scroll bars for better redraw and smoother
2003-03-16 Kim F. Storm Remove consolidated defines and code.