summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-4/+3
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-7/+7
|\ \ | |/
| * * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan Djärv2010-12-241-8/+8
* | Restore x_alloc_lighter_color_for_widget, needed for lwlibAndreas Schwab2010-12-281-0/+16
* | Remove unused declarationsAndreas Schwab2010-12-271-26/+37
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-10/+7
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-231-2/+0
* | * src/xterm.c (get_current_wm_state): Rename from get_current_vm_state.Stefan Monnier2010-11-171-3/+3
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong2010-11-161-2/+2
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* | Fix last cons in set_wm_state, remove unused variables.Jan D2010-11-141-1/+2
* | Fix Atoms and Lisp_Object mixup and related bugs.Jan D2010-11-131-3/+4
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-1/+1
* | Apply XAtom revork patches from Julien Danjou.Jan Djärv2010-11-121-137/+142
* | Merge from emacs-23Stefan Monnier2010-11-091-0/+2
|\ \ | |/
| * Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).Jan Djärv2010-11-041-1/+2
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-47/+51
|\ \
| * | Finish coding mouse highlight redesigned for portability.Eli Zaretskii2010-11-011-47/+51
* | | merge trunkKenichi Handa2010-11-011-36/+32
|\ \ \
| * | | * src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.Glenn Morris2010-10-311-1/+0
| * | | Merge changes from emacs-23 branchChong Yidong2010-10-311-36/+33
| |\ \ \ | | |/ / | |/| / | | |/
| | * Print informative error message when aborting on GTK disconnect.Chong Yidong2010-10-301-37/+33
| | * Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-1/+7
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-0/+85
|/ /
* | Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-1/+7
* | Merge changes from emacs-23Chong Yidong2010-10-241-9/+6
|\ \ | |/
| * * xterm.c (x_connection_closed): Kill Emacs unconditionally.Chong Yidong2010-10-241-9/+6
* | Sync X and MS-Windows docs of x-toolkit-scroll-bars.Glenn Morris2010-10-231-8/+9
* | * xterm.c (x_draw_relief_rect): Clear corner pixels.Chong Yidong2010-10-081-3/+10
* | * xterm.c (x_draw_relief_rect): If box width is larger than 1,Chong Yidong2010-10-081-10/+45
* | * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu2010-10-031-12/+0
* | * src/xterm.c (xt_action_hook): Use const.Dan Nicolaescu2010-09-201-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-60/+96
|\ \ | |/
| * Fix bug 7013, only do send event if wanted state != current state.Jan D2010-09-121-60/+96
* | Removed cut-buffer code.Jan Djärv2010-09-021-2/+0
* | xterm.c (x_draw_bar_cursor): Fix last change.Eli Zaretskii2010-08-181-2/+3
* | Fix display of bar cursor on right-to-left text.Eli Zaretskii2010-08-181-0/+5
* | Fix cursor drawing on stretch glyphs in R2L lines.Eli Zaretskii2010-08-141-7/+27
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-6/+12
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-10/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-1/+0
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-19/+0
* | * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormapJan Djärv2010-08-021-1/+4
* | Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-011-9/+3
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+2
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-3/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-8/+8