summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | (x_delete_display): Don't call XrmDestroyDatabase on GTK+.Chong Yidong2008-08-211-1/+2
* | * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-4/+0
* | * fontset.h: Declare fontset_from_font. Don't declareAndreas Schwab2008-07-081-0/+1
* | (x_set_frame_alpha): Add x_catch_errors for bug#437.Stefan Monnier2008-06-221-6/+12
* | * xdisp.c (underline_minimum_offset): Rename from xterm.c'sStefan Monnier2008-06-101-20/+3
* | * xterm.c (x_underline_minimum_display_offset): New var.Stefan Monnier2008-06-101-1/+21
* | Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-7/+3
* | (x_draw_glyph_string): If a clipmask is specified, use it.Chong Yidong2008-05-271-2/+4
* | (x_set_frame_alpha): Fix type mismatch.Andreas Schwab2008-05-261-6/+6
* | (x_draw_glyph_string): Fix calculation of underlineKenichi Handa2008-05-251-2/+2
* | (x_draw_glyph_string): Be sure to draw underline within the currentKenichi Handa2008-05-231-0/+6
* | (x_draw_glyph_string): Be sure to updateKenichi Handa2008-05-231-2/+2
* | (x_set_frame_alpha): Move declarations beforeDan Nicolaescu2008-05-211-6/+6
* | Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-0/+63
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* | Throughout the file, delete all USE_FONT_BACKENDKenichi Handa2008-05-141-1385/+79
* | (handle_one_xevent): Don't pass buttons higher than 3Jan Djärv2008-05-131-0/+2
* | (XTread_socket): Fix use of uninitialized variable.Andreas Schwab2008-04-271-1/+3
* | * keyboard.c (pending_funcalls): New var.Stefan Monnier2008-03-291-5/+8
* | Fix previous change.Jan Djärv2008-03-111-1/+1
* | (x_connection_closed): For GTK: If this is the lastJan Djärv2008-03-111-1/+9
* | * w32term.c: Remove unused include "gnu.h".Dan Nicolaescu2008-03-031-1/+1
* | (handle_one_xevent): For Gtk+ and ConfigureNotify, callJan Djärv2008-03-011-6/+13
* | (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1.Chong Yidong2008-02-241-1/+1
* | Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-1/+1
* | (x_connection_closed): Consolidate identical tests.Stefan Monnier2008-02-211-26/+29
* | (x_set_cursor_gc): Use display_info->font->fid for GCs.Kenichi Handa2008-02-171-7/+31