aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* | * frame.c (Qnoelisp): New symbol.Stefan Monnier2008-02-101-3/+3
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-7/+0
* | (x_detect_focus_change): Handle embed client message.Jan Djärv2008-02-071-5/+94
* | Merge from emacs--devo--0Miles Bader2008-01-301-4/+4
|\ \
| * | Merge from emacs--rel--22Miles Bader2008-01-221-4/+4
| |\|
| | * (handle_one_xevent): Revert to counting chars not bytes.Jason Rumney2008-01-171-4/+4
* | | Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\| |
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
| | * Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-011-1/+0
* | | (x_check_font) [USE_FONT_BACKEND]: Don't accessKenichi Handa2007-12-141-0/+16
* | | Merge from emacs--devo--0Miles Bader2007-12-061-77/+75
|\| |
| * | Update URL to Window Manager Specification in comment.Jan Djärv2007-12-031-2/+2
| * | (x_scroll_bar_set_handle, x_scroll_bar_handle_click)Jan Djärv2007-11-181-14/+14