| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync X and MS-Windows docs of x-toolkit-scroll-bars. | Glenn Morris | 2010-10-23 | 1 | -8/+9 |
* | * xterm.c (x_draw_relief_rect): Clear corner pixels. | Chong Yidong | 2010-10-08 | 1 | -3/+10 |
* | * xterm.c (x_draw_relief_rect): If box width is larger than 1, | Chong Yidong | 2010-10-08 | 1 | -10/+45 |
* | * configure.in (NO_INLINE, noinline): Move here from src/xterm.c. | Dan Nicolaescu | 2010-10-03 | 1 | -12/+0 |
* | * src/xterm.c (xt_action_hook): Use const. | Dan Nicolaescu | 2010-09-20 | 1 | -1/+1 |
* | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-14 | 1 | -60/+96 |
|\ |
|
| * | Fix bug 7013, only do send event if wanted state != current state. | Jan D | 2010-09-12 | 1 | -60/+96 |
* | | Removed cut-buffer code. | Jan Djärv | 2010-09-02 | 1 | -2/+0 |
* | | xterm.c (x_draw_bar_cursor): Fix last change. | Eli Zaretskii | 2010-08-18 | 1 | -2/+3 |
* | | Fix display of bar cursor on right-to-left text. | Eli Zaretskii | 2010-08-18 | 1 | -0/+5 |
* | | Fix cursor drawing on stretch glyphs in R2L lines. | Eli Zaretskii | 2010-08-14 | 1 | -7/+27 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -6/+12 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -10/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -1/+0 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -19/+0 |
* | | * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap | Jan Djärv | 2010-08-02 | 1 | -1/+4 |
* | | Use Gtk+ tooltips by default for Gtk+ Emacs. | Jan D | 2010-08-01 | 1 | -9/+3 |
* | | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top. | Jan Djärv | 2010-07-29 | 1 | -1/+2 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -3/+0 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -8/+8 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix menus as per bug 6499 and 6608. | Jan D | 2010-07-14 | 1 | -1/+1 |
* | | * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-s... | Andreas Schwab | 2010-07-15 | 1 | -5/+3 |
* | | Fix frame size when scroll bar width not an integral of column width. | Jan D | 2010-07-14 | 1 | -3/+1 |
* | | Fix menu bar activation with click for Motif/Lesstif. | Jan D | 2010-07-14 | 1 | -32/+6 |
* | | Convert maybe_fatal to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -2/+0 |
* | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -10/+3 |
* | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -52/+19 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -11/+7 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -16/+1 |
|\ \
| |/ |
|
| * | Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325). | YAMAMOTO Mitsuharu | 2010-07-05 | 1 | -16/+1 |
| * | Fix resizing for X and non-Gtk+ build. Bug #5848. | Jan Djärv | 2010-04-07 | 1 | -4/+2 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -8/+8 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -23/+23 |
* | | Fix conflicting declarations of x_get_keysym_name | Andreas Schwab | 2010-07-06 | 1 | -1/+1 |
* | | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563). | Jan D | 2010-07-05 | 1 | -0/+4 |
* | | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype. | Jan D | 2010-07-05 | 1 | -4/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -441/+156 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -93/+93 |
* | | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE. | Jan D | 2010-06-28 | 1 | -19/+8 |
* | | Hide scroll bar when window is too small to avoid Gtk+ warning. | Jan Djärv | 2010-06-22 | 1 | -1/+0 |
* | | Remove INCLUDED_FCNTL. | Dan Nicolaescu | 2010-06-07 | 1 | -2/+0 |
* | | * xterm.c (x_draw_image_relief): Move declaration of extra to beginning. | Jan Djärv | 2010-05-06 | 1 | -2/+2 |
* | | Run kill-emacs when exiting for display closed or SIGTERM/HUP. | Jan Djärv | 2010-05-02 | 1 | -4/+4 |
* | | Gtk tool bars can be text, icons with text or just icons. | Jan Djärv | 2010-04-20 | 1 | -4/+7 |
* | | Implement cursor on the left fringe for R2L lines. | Eli Zaretskii | 2010-04-10 | 1 | -20/+24 |
* | | Fix resizing for X and non-Gtk+ build. Bug #5848. | Jan D | 2010-04-07 | 1 | -4/+2 |
* | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -2/+0 |
* | | Clean up BSD_SYSTEM use. | Dan Nicolaescu | 2010-03-31 | 1 | -2/+2 |
|/ |
|
* | Move declarations before statements. | Jan Djärv | 2010-02-24 | 1 | -4/+5 |