summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes: debbugs:11080Andreas Schwab2012-03-241-1/+6
* * xterm.c (x_draw_image_relief): Fix last fix.Chong Yidong2012-02-221-2/+2
* * src/xterm.c (x_draw_image_relief): Add missing type check for Vtool_bar_but...Chong Yidong2012-02-221-7/+19
* Native scroll-bars are not implemented for Nextstep (bug#10673)Glenn Morris2012-02-011-3/+2
* x-toolkit-scroll-bars doc fix.Glenn Morris2012-01-301-1/+2
* Fix focus handling for embedded frames.David Benjamin2012-01-071-0/+12
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-181-1/+1
* * src/xterm.c (x_term_init): Move call to gdk_window_add_filter beforeJan Djärv2011-12-101-3/+5
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* * widget.c (update_wm_hints): Return if wmshell is null.Jan Djärv2011-12-031-0/+8
* * xterm.c (handle_one_xevent): Only set async_visible and friendsJan Djärv2011-11-291-2/+7
* * xterm.c (x_clear_frame): Reinstate the XClearWindow call.Jan Djärv2011-11-211-3/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix bug 9869.Jan Djärv2011-10-301-0/+12
* Fix hang after C-z in gnome-shell.Jan Djärv2011-10-301-11/+31
* * src/xterm.c (frame_highlight, frame_unhighlight): Ignore unexplainedStefan Monnier2011-10-141-0/+9
* Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-151-0/+2
* Remove unused external symbols.Paul Eggert2011-09-141-8/+0
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-4/+4
* Avoid the use of snprintf.Paul Eggert2011-08-301-4/+4
* * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.Paul Eggert2011-08-291-1/+2
* Merge from trunk.Paul Eggert2011-08-041-1/+37
|\
| * Set _NET_WM_WINDOW_OPACITY on outer window manager window also.Jan Djärv2011-08-041-1/+37
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-26/+15
* | * xterm.c: Integer and memory overflow issues.Paul Eggert2011-07-281-10/+20
* | * xterm.c: don't go over XClientMessageEvent limitPaul Eggert2011-07-171-7/+11
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-7/+3
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-2/+0
* * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-4/+4
* * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.Paul Eggert2011-06-211-3/+3
* * xterm.c (x_alloc_nearest_color_1): Go back to original algorithm.Paul Eggert2011-06-131-4/+4
* Merge from trunk.Paul Eggert2011-06-131-0/+4
|\
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-0/+4
* | * xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithmPaul Eggert2011-06-131-5/+7
* | Remove unnecessary casts.Paul Eggert2011-06-121-1/+1
* | * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.Paul Eggert2011-06-121-6/+3
|/
* Merge from trunk.Paul Eggert2011-05-301-4/+4
|\
| * [ChangeLog]Paul Eggert2011-05-281-4/+4
* | [ChangeLog]Paul Eggert2011-05-301-1/+1
|/
* Support X clipboard managers.Chong Yidong2011-05-271-0/+2
* Merge: user-interface timestamps and other int overflow patches.Paul Eggert2011-05-151-23/+23
|\
| * Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-3/+3
| * * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.Paul Eggert2011-05-111-20/+20
* | Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-13/+41
|\ \ | |/ |/|
| * Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu2011-05-111-13/+41
* | * xterm.c (x_set_frame_alpha): Do not set property on anythingJan Djärv2011-05-031-5/+0