log src/xterm.c @ 105255:c0c61be30177

age author description
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+.
2008-07-31 Dan Nicolaescu * s/ms-w32.h (MULTI_KBOARD): Remove. before-remove-vms
2008-07-08 Andreas Schwab * fontset.h: Declare fontset_from_font. Don't declare
2008-06-22 Stefan Monnier (x_set_frame_alpha): Add x_catch_errors for bug#437.
2008-06-10 Stefan Monnier * xdisp.c (underline_minimum_offset): Rename from xterm.c's
2008-06-10 Stefan Monnier * xterm.c (x_underline_minimum_display_offset): New var.
2008-06-02 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2008-05-27 Chong Yidong (x_draw_glyph_string): If a clipmask is specified, use it.
2008-05-26 Andreas Schwab (x_set_frame_alpha): Fix type mismatch.
2008-05-25 Kenichi Handa (x_draw_glyph_string): Fix calculation of underline
2008-05-23 Kenichi Handa (x_draw_glyph_string): Be sure to draw underline within the current
2008-05-23 Kenichi Handa (x_draw_glyph_string): Be sure to update
2008-05-21 Dan Nicolaescu (x_set_frame_alpha): Move declarations before
2008-05-21 Glenn Morris Seiji Zenitani <zenitani at mac.com>
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-14 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
2008-05-13 Jan Djärv (handle_one_xevent): Don't pass buttons higher than 3
2008-04-27 Andreas Schwab (XTread_socket): Fix use of uninitialized variable.
2008-03-29 Stefan Monnier * keyboard.c (pending_funcalls): New var.