summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_term_init): Remove XSynchronize call done for debugging.Jan Djärv2009-10-211-1/+0
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-211-80/+99
* (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quitYAMAMOTO Mitsuharu2009-10-201-1/+1
* (x_create_toolkit_scroll_bar): Don't allocate color forJan Djärv2009-10-191-8/+17
* * xterm.c:Dan Nicolaescu2009-10-191-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * xterm.c (x_new_font): Call change_frame_size before callingJan Djärv2009-09-151-1/+14
* (x_focus_changed): If we get a focusout and pointerJan Djärv2009-09-041-0/+3
* * xterm.h: Rename x_non_menubar_window_to_frame toJan Djärv2009-09-021-8/+14
* joakim at verona.seGlenn Morris2009-08-251-1/+1
* * dispnew.c (init_display): Use Qx, Qw32, and Qns.Chong Yidong2009-07-261-2/+2
* * xterm.c (Qx_gtk_map_stock): New var.Chong Yidong2009-07-161-0/+6
* xterm.c (handle_one_xevent): Only call x_check_fullscreen on theJan Djärv2009-07-071-2/+5
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-2/+25
* * gtkutil.c (xg_frame_set_char_size): Do set width/height if theJan Djärv2009-07-021-0/+3
* * xterm.h (struct x_display_info): Add Xatom_net_wm_state_stickyJan Djärv2009-07-011-1/+7
* * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.Jan Djärv2009-07-011-0/+12
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-80/+82
* * xterm.c (x_update_window_begin, x_new_focus_frame)Chong Yidong2009-06-281-188/+2
* * xterm.c (xg_default_icon_file): New variable.Chong Yidong2009-06-221-5/+18
* * w32term.c (x_draw_glyph_string): Use the glyph string's widthChong Yidong2009-06-221-4/+4
* (x_delete_terminal): Put previous change in #if 0 andYAMAMOTO Mitsuharu2009-06-151-1/+13
* (x_compute_glyph_string_overhangs): Handle the automaticKenichi Handa2009-06-111-7/+18
* (x_delete_display): Don't call XrmDestroyDatabase here.YAMAMOTO Mitsuharu2009-05-191-7/+14
* (x_handle_net_wm_state): Move declaration of lval beforeDan Nicolaescu2009-05-021-1/+2
* The following changes fix Bug#3005 for wide glyphs on each platform,Jason Rumney2009-04-191-8/+22
* (handle_one_xevent): Call x_handle_net_wm_state ifJan Djärv2009-03-271-0/+77
* * atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero2009-01-301-0/+4
* (XTread_socket): Update pending_signals.Chong Yidong2009-01-291-0/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-12/+12
* (x_free_frame_resources): Remove extraneous call to free_frame_faces.Chong Yidong2008-12-151-3/+0
* (x_delete_display): Move xim_close_dpy call to x_delete_terminal.Chong Yidong2008-12-131-4/+7
* (struct xim_inst_t): Definition moved to xterm.h.Chong Yidong2008-12-131-26/+8
* (x_draw_glyph_string): Fall back on underline_minimum_offset forChong Yidong2008-12-031-0/+2
* (x_draw_glyph_string): For stretch glyphs, don't callChong Yidong2008-11-151-1/+4
* (x_draw_glyph_string): Stop drawing the background of the next glyphChong Yidong2008-11-151-1/+2
* (x_set_frame_alpha): Do nothing if alpha is negative.Chong Yidong2008-11-121-1/+3
* (handle_one_xevent): Don't let popup menus causeGlenn Morris2008-11-061-2/+3
* (xim_close_dpy): Avoid double-free on X11R6 XIM.Chong Yidong2008-11-041-1/+3
* (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw itChong Yidong2008-10-271-1/+1
* (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.Eli Zaretskii2008-09-191-4/+4
* (x_display_pixel_height, x_display_pixel_width): New functions.Chong Yidong2008-09-181-6/+19
* (x_delete_display): Fix merge error.Andreas Schwab2008-09-021-1/+0
* Merge from emacs--rel--22Miles Bader2008-09-021-0/+1
|\
| * (x_delete_display): Don't call XrmDestroyDatabase on GTK+.Chong Yidong2008-08-211-1/+2
| * (handle_one_xevent): Don't pass buttons higher than 3Jan Djärv2008-05-131-0/+2
| * (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1.Chong Yidong2008-02-241-1/+1
* | (x_draw_composite_glyph_string_foreground): Adjusted forKenichi Handa2008-08-291-42/+37
* | (x_term_init): Temporarily hide the partially initialized terminalChong Yidong2008-08-271-0/+4