log src/xterm.c @ 107610:4d0362d9b52f

age author description
2009-12-13 Jan Djärv Set the extended window manager hint for tooltip windows.
2009-12-13 Jan Djärv Work around warning about g_set_prgname() called multiple times.
2009-12-13 Jan Djärv Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
2009-11-27 Jan Djärv Don't crash if an X terminal is deleted with force == t.
2009-11-24 YAMAMOTO Mitsuharu (x_new_font): Update f->scroll_bar_actual_width.
2009-11-21 Jan Djärv Use a select wrapper around the GLib event loop, thus taking into account GLib
2009-11-21 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
2009-11-21 Dan Nicolaescu * xterm.c (x_new_font):
2009-11-17 Jan Djärv Handle system default font and changing font parameters.
2009-11-11 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2009-11-06 Jan Djärv Fix bug #4870, issues 3 and 4.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-10-21 Jan Djärv * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2009-10-21 Jan Djärv Fix resize due to font change on a maximized/xmonad-controlled frame.
2009-10-20 YAMAMOTO Mitsuharu (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2009-10-19 Jan Djärv (x_create_toolkit_scroll_bar): Don't allocate color for
2009-10-19 Dan Nicolaescu * xterm.c:
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-09-15 Jan Djärv * xterm.c (x_new_font): Call change_frame_size before calling
2009-09-04 Jan Djärv (x_focus_changed): If we get a focusout and pointer
2009-09-02 Jan Djärv * xterm.h: Rename x_non_menubar_window_to_frame to
2009-08-25 Glenn Morris joakim at verona.se
2009-07-26 Chong Yidong * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2009-07-16 Chong Yidong * xterm.c (Qx_gtk_map_stock): New var.
2009-07-07 Jan Djärv xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2009-07-03 Jan Djärv * xterm.h (struct x_display_info): Add invisible_cursor.
2009-07-02 Jan Djärv * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2009-07-01 Jan Djärv * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
2009-07-01 Jan Djärv * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2009-07-01 Jan Djärv * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2009-06-28 Chong Yidong * xterm.c (x_update_window_begin, x_new_focus_frame)
2009-06-22 Chong Yidong * xterm.c (xg_default_icon_file): New variable.
2009-06-22 Chong Yidong * w32term.c (x_draw_glyph_string): Use the glyph string's width
2009-06-15 YAMAMOTO Mitsuharu (x_delete_terminal): Put previous change in #if 0 and
2009-06-11 Kenichi Handa (x_compute_glyph_string_overhangs): Handle the automatic
2009-05-19 YAMAMOTO Mitsuharu (x_delete_display): Don't call XrmDestroyDatabase here.
2009-05-02 Dan Nicolaescu (x_handle_net_wm_state): Move declaration of lval before
2009-04-19 Jason Rumney The following changes fix Bug#3005 for wide glyphs on each platform,
2009-03-27 Jan Djärv (handle_one_xevent): Call x_handle_net_wm_state if
2009-01-30 Juanma Barranquero * atimer.c (run_timers, alarm_signal_handler):
2009-01-29 Chong Yidong (XTread_socket): Update pending_signals.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-12-22 Martin Rudalics * frame.c (delete_frame): New function derived from
2008-12-15 Chong Yidong (x_free_frame_resources): Remove extraneous call to free_frame_faces.
2008-12-13 Chong Yidong (x_delete_display): Move xim_close_dpy call to x_delete_terminal.
2008-12-13 Chong Yidong (struct xim_inst_t): Definition moved to xterm.h.
2008-12-03 Chong Yidong (x_draw_glyph_string): Fall back on underline_minimum_offset for
2008-11-15 Chong Yidong (x_draw_glyph_string): For stretch glyphs, don't call
2008-11-15 Chong Yidong (x_draw_glyph_string): Stop drawing the background of the next glyph
2008-11-12 Chong Yidong (x_set_frame_alpha): Do nothing if alpha is negative.
2008-11-06 Glenn Morris (handle_one_xevent): Don't let popup menus cause
2008-11-04 Chong Yidong (xim_close_dpy): Avoid double-free on X11R6 XIM.
2008-10-27 Chong Yidong (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
2008-09-19 Eli Zaretskii (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.
2008-09-18 Chong Yidong (x_display_pixel_height, x_display_pixel_width): New functions.
2008-09-02 Andreas Schwab (x_delete_display): Fix merge error.
2008-09-02 Miles Bader Merge from emacs--rel--22
2008-08-29 Kenichi Handa (x_draw_composite_glyph_string_foreground): Adjusted for
2008-08-27 Chong Yidong (x_term_init): Temporarily hide the partially initialized terminal
2008-08-21 Chong Yidong (x_delete_display): Don't call XrmDestroyDatabase on GTK+.