| Commit message (Expand) | Author | Age | Files | Lines |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -4/+3 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2011-01-02 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | * xterm.c (x_check_fullscreen): Fix pixel/character mixup. | Jan Djärv | 2010-12-24 | 1 | -8/+8 |
* | | Restore x_alloc_lighter_color_for_widget, needed for lwlib | Andreas Schwab | 2010-12-28 | 1 | -0/+16 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -26/+37 |
* | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -10/+7 |
* | | Include <sys/ioctl.h> unconditionally. | Dan Nicolaescu | 2010-11-23 | 1 | -2/+0 |
* | | * src/xterm.c (get_current_wm_state): Rename from get_current_vm_state. | Stefan Monnier | 2010-11-17 | 1 | -3/+3 |
* | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
* | | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
* | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
* | | Fix last cons in set_wm_state, remove unused variables. | Jan D | 2010-11-14 | 1 | -1/+2 |
* | | Fix Atoms and Lisp_Object mixup and related bugs. | Jan D | 2010-11-13 | 1 | -3/+4 |
* | | Fix and document display of glyphless characters. | Eli Zaretskii | 2010-11-13 | 1 | -1/+1 |
* | | Apply XAtom revork patches from Julien Danjou. | Jan Djärv | 2010-11-12 | 1 | -137/+142 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Get window position by reading _NET_FRAME_EXTENTS (Bug#5721). | Jan Djärv | 2010-11-04 | 1 | -1/+2 |
* | | Unify mouse-highlight code for all GUI and TTY sessions. | Eli Zaretskii | 2010-11-06 | 1 | -47/+51 |
|\ \ |
|
| * | | Finish coding mouse highlight redesigned for portability. | Eli Zaretskii | 2010-11-01 | 1 | -47/+51 |
* | | | merge trunk | Kenichi Handa | 2010-11-01 | 1 | -36/+32 |
|\ \ \ |
|
| * | | | * src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe. | Glenn Morris | 2010-10-31 | 1 | -1/+0 |
| * | | | Merge changes from emacs-23 branch | Chong Yidong | 2010-10-31 | 1 | -36/+33 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Print informative error message when aborting on GTK disconnect. | Chong Yidong | 2010-10-30 | 1 | -37/+33 |
| | * | Document GTK Emacs kill on display close in PROBLEMS. | Chong Yidong | 2010-10-25 | 1 | -1/+7 |
* | | | Implement various display methods for glyphless characters. | Kenichi Handa | 2010-10-29 | 1 | -0/+85 |
|/ / |
|
* | | Document GTK Emacs kill on display close in PROBLEMS. | Chong Yidong | 2010-10-25 | 1 | -1/+7 |
* | | Merge changes from emacs-23 | Chong Yidong | 2010-10-24 | 1 | -9/+6 |
|\ \
| |/ |
|
| * | * xterm.c (x_connection_closed): Kill Emacs unconditionally. | Chong Yidong | 2010-10-24 | 1 | -9/+6 |
* | | 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 |