| Commit message (Expand) | Author | Age | Files | Lines |
* | * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers | Paul Eggert | 2011-04-15 | 1 | -3/+3 |
* | * xterm.c (x_term_init): Remove local to avoid shadowing. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |
* | * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused. | Paul Eggert | 2011-04-15 | 1 | -13/+0 |
* | * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |
* | * xterm.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -14/+17 |
* | Merge from mainline. | Paul Eggert | 2011-04-09 | 1 | -4/+3 |
|\ |
|
| * | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 1 | -4/+3 |
| |\ |
|
| | * | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events. | Chong Yidong | 2011-04-08 | 1 | -4/+3 |
* | | | * xterm.c (x_catch_errors): Remove duplicate declaration. | Paul Eggert | 2011-04-06 | 1 | -2/+0 |
|/ / |
|
* | | * xterm.c (scroll_bar_windows_size): Now size_t, not int. | Paul Eggert | 2011-04-01 | 1 | -3/+5 |
* | | * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]: | Paul Eggert | 2011-04-01 | 1 | -3/+2 |
* | | Merge from atest branch. | Paul Eggert | 2011-03-27 | 1 | -2/+2 |
|\ \ |
|
| * | | * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow | Paul Eggert | 2011-03-23 | 1 | -2/+2 |
* | | | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -3/+3 |
|/ / |
|
* | | Remove an apparently unnecessary XClearWindow call. | Chong Yidong | 2011-03-22 | 1 | -3/+7 |
* | | Merge: Minor changes for problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-10 | 1 | -115/+78 |
|\ \ |
|
| * | | * xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN. | Paul Eggert | 2011-03-09 | 1 | -0/+4 |
| * | | * xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN. | Paul Eggert | 2011-03-09 | 1 | -0/+2 |
| * | | * xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position): | Paul Eggert | 2011-03-09 | 1 | -46/+53 |
| * | | * xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed. | Paul Eggert | 2011-03-08 | 1 | -15/+7 |
| * | | * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare locals | Paul Eggert | 2011-03-08 | 1 | -1/+5 |
| * | | * xterm.c: Don't declare local "event" unless it's used. | Paul Eggert | 2011-03-08 | 1 | -1/+1 |
| * | | * xterm.c (XTread_socket): Don't define label "out" unless it's used. | Paul Eggert | 2011-03-08 | 1 | -2/+2 |
| * | | * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell): | Paul Eggert | 2011-03-08 | 1 | -4/+4 |
| * | | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): | Paul Eggert | 2011-03-08 | 1 | -46/+0 |
* | | | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3). | Jan D | 2011-03-08 | 1 | -2/+27 |
|/ / |
|
* | | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
* | | * xterm.c (x_set_frame_alpha): Access data before it is free:d. | Jan Djärv | 2011-02-11 | 1 | -3/+2 |
* | | * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption. | Paul Eggert | 2011-02-05 | 1 | -1/+1 |
* | | * xterm.c: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -15/+15 |
* | | * xterm.c (x_connection_closed): Remove all calls that calls XSync. | Jan Djärv | 2011-02-03 | 1 | -28/+3 |
* | | Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv. | Jan Djärv | 2011-02-01 | 1 | -24/+0 |
* | | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -14/+14 |
* | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+3 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -30/+9 |
* | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+3 |
|\ \ |
|
| * | | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -4/+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 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+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 |