summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-1/+1
|\ \ | |/
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-1/+1
* | * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-s...Andreas Schwab2010-07-151-5/+3
* | Fix frame size when scroll bar width not an integral of column width.Jan D2010-07-141-3/+1
* | Fix menu bar activation with click for Motif/Lesstif.Jan D2010-07-141-32/+6
* | Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-121-2/+0
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-10/+3
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-52/+19
* | Convert old-style definitionsAndreas Schwab2010-07-121-11/+7
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-16/+1
|\ \ | |/
| * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-051-16/+1
| * Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-071-4/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-8/+8
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-23/+23
* | Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-1/+1
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-051-0/+4
* | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.Jan D2010-07-051-4/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-441/+156
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-93/+93
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-281-19/+8
* | Hide scroll bar when window is too small to avoid Gtk+ warning.Jan Djärv2010-06-221-1/+0
* | Remove INCLUDED_FCNTL.Dan Nicolaescu2010-06-071-2/+0
* | * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.Jan Djärv2010-05-061-2/+2
* | Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-021-4/+4
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-4/+7
* | Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-101-20/+24
* | Fix resizing for X and non-Gtk+ build. Bug #5848.Jan D2010-04-071-4/+2
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-2/+0
* | Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-2/+2
|/
* Move declarations before statements.Jan Djärv2010-02-241-4/+5