aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* (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
| * | * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.Stefan Monnier2007-11-161-61/+59
* | | (x_draw_composite_glyph_string_foreground): Adjusted forKenichi Handa2007-12-011-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-11-111-65/+0
|\| |
| * | Remove HAVE_X11R5 and HAVE_X11R4.Jan Djärv2007-11-011-64/+0
| * | Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-011-1/+0
* | | Merge from emacs--devo--0Miles Bader2007-10-271-0/+1
|\| |
| * | Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-0/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-151-12/+13
|\| |
| * | Replace `abs' with `eabs'.Eli Zaretskii2007-10-131-12/+13
* | | Fix up multi-tty mergeMiles Bader2007-10-121-26/+14
* | | Merge from emacs--devo--0Miles Bader2007-10-111-225/+381
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-10-091-1/+7
| |\|