Converted display hooks to be display-local. Plus many bugfixes.
[bpt/emacs.git] / src / xterm.c
2004-01-05 Karoly LorenteyConverted display hooks to be display-local. Plus...
2004-01-03 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-03 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-02 Karoly LorenteyMerged in changes from CVS HEAD
2004-01-02 Karoly LorenteyGot rid of the rif (window-based redisplay interface...
2004-01-02 Karoly LorenteyFixed X support, preliminary support for X-tty combo...
2003-12-30 Karoly LorenteyMerged in changes from CVS head
2003-12-29 Karoly LorenteyMerged in changes from CVS head
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Kim F. Storm(Qface, Qmouse_face): Remove unused externs.
2003-12-26 Karoly Lorenteylib-src/emacsclient.c: Implemented --here option ...
2003-12-24 Karoly LorenteyAdd a level of indirection to terminal characteristics.
2003-11-17 Jan Djärv* xterm.c (x_window_to_scroll_bar): Move check of displ...
2003-11-16 Jan DjärvImplement multiple display handling for GTK.
2003-11-14 Jan Djärv* xterm.c (x_detect_focus_change): Do not change focus...
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...
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_initi...
2003-10-05 Jan Djärv* w32term.c (w32_read_socket): Remove call to x_check_f...
2003-10-05 Jan DjärvFix memory leaks (from YAMAMOTO Mitsuharu)
2003-10-05 Jan DjärvMake (modify-frame-parameters nil '((top . 0))) work...
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...
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 BaderAdd arch taglines
2003-08-30 Jan DjärvFix pixel calculation for TrueVisuals.
2003-08-21 Jan DjärvCreate and initialize a client leader window so session...
2003-08-19 Miles BaderRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk...
2003-07-31 Jan Djärv* xfns.c (xg_set_icon): Rewrite to compile with GTK...
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...
2003-07-08 Kim F. Storm(x_term_init) [!USE_XIM]: Use `useXIM' resource to...
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. StormMake (several) trivial substitutions for renamed and
2003-05-21 Dave Love(use_xim): Initialize.
2003-05-19 Richard M. StallmanComment 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_adju...
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-28 Stefan Monnier(xt_action_hook): Unset dragging so the reset does...
2003-03-28 Stefan Monnier(xm_scroll_callback): Undo a tiny bit of the previous...
2003-03-28 Stefan Monnier(take_vertical_position_into_account): Remove.
2003-03-23 Jan DjärvFinally (?) 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ärvNew approach to scrolling and scroll bars for better...
2003-03-16 Kim F. StormRemove consolidated defines and code.
2003-03-14 Jan DjärvClear frame didn't redraw scrollbars, fixed that.
2003-03-12 Andreas Schwab(x_term_init) [USE_GTK]: Fix typo.
2003-03-12 Kim F. StormRemove generic fringe code.
2003-03-09 Jan DjärvImplement Ctrl-Mouse-2 (split vertically) for toolkit...
2003-03-08 Jan Djärv* xterm.c (handle_one_xevent): Pass ReparentNotify...
2003-03-04 Jan Djärv* xterm.c (x_detect_focus_change): Call x_any_window_to...
2003-02-18 Jan Djärv* xterm.c (x_list_fonts): If maxnames is less than...
2003-02-08 Jan Djärvxterm.c (x_make_frame_visible): Call gtk_window_deiconify.
2003-02-07 Jan DjärvUse FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else...
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-25 Jan DjärvFix input methods for GTK.
2003-01-19 Jan Djärv*** empty log message ***
2003-01-19 Jan DjärvGTK version
2003-01-08 Jan Djärv*** empty log message ***
2003-01-06 Richard M. Stallman(x_catch_errors): Save dpy using make_save_value.
2002-11-17 Miles Bader(x_draw_glyph_string_foreground)
2002-11-14 Dave Love(x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
2002-11-06 Richard M. Stallman(x_term_init): Use turn_on_atimers, not start_polling...
2002-11-04 Dave Love(XTread_socket): Check Lisp types for Vx_keysym_table
2002-10-31 Dave Love(XTread_socket): Fix last change.
2002-10-30 Dave Love(Qeql): Declare.
2002-10-26 Kim F. Storm(note_mouse_highlight): Don't use mouse-face if hidden.
2002-10-24 Kim F. Storm(get_window_cursor_type): New arg ACTIVE_CURSOR.
2002-10-18 Juanma BarranqueroFix typo in comment.
2002-10-05 Jan Djärv* xterm.c (XTread_socket): Fix from 2002-10-03 didn...
2002-10-03 Jan Djärv* xterm.c (XTread_socket): For ConfigureNotify, with...
2002-09-30 Kenichi Handa(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
2002-08-30 Kim F. Storm(x_specified_cursor_type): Remove prototype.
2002-08-27 Richard M. Stallman(x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
2002-08-14 Kenichi Handa(x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
2002-08-05 Richard M. StallmanComment change.
2002-07-27 Richard M. Stallman(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH...
2002-07-25 Richard M. Stallman(expose_overlaps): New function.
2002-07-16 Ken Raeburn(same_x_server): String pointer args now point to
2002-07-16 Ken Raeburn* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-03 Juanma BarranqueroFix typo.
2002-07-02 Richard M. Stallman(x_term_init): Turn off polling around XtOpenDisplay.
2002-07-01 Dave LoveFix prototype for K&R.
2002-06-28 Jan DjärvIndentation fixes.
2002-06-28 Jan Djärv(x_focus_changed): New function.
2002-06-24 Kenichi Handa(XTread_socket): Disable composition handling.
2002-06-13 Pavel JaníkRename enum event_kind items.
next