summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointersPaul Eggert2011-04-151-3/+3
* * xterm.c (x_term_init): Remove local to avoid shadowing.Paul Eggert2011-04-151-1/+1
* * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.Paul Eggert2011-04-151-13/+0
* * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.Paul Eggert2011-04-151-1/+1
* * xterm.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-14/+17
* Merge from mainline.Paul Eggert2011-04-091-4/+3
|\
| * Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-091-4/+3
| |\
| | * * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-081-4/+3
* | | * xterm.c (x_catch_errors): Remove duplicate declaration.Paul Eggert2011-04-061-2/+0
|/ /
* | * xterm.c (scroll_bar_windows_size): Now size_t, not int.Paul Eggert2011-04-011-3/+5
* | * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:Paul Eggert2011-04-011-3/+2
* | Merge from atest branch.Paul Eggert2011-03-271-2/+2
|\ \
| * | * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflowPaul Eggert2011-03-231-2/+2
* | | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-3/+3
|/ /
* | Remove an apparently unnecessary XClearWindow call.Chong Yidong2011-03-221-3/+7
* | Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-115/+78
|\ \
| * | * xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN.Paul Eggert2011-03-091-0/+4
| * | * xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.Paul Eggert2011-03-091-0/+2
| * | * xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):Paul Eggert2011-03-091-46/+53
| * | * xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed.Paul Eggert2011-03-081-15/+7
| * | * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare localsPaul Eggert2011-03-081-1/+5
| * | * xterm.c: Don't declare local "event" unless it's used.Paul Eggert2011-03-081-1/+1
| * | * xterm.c (XTread_socket): Don't define label "out" unless it's used.Paul Eggert2011-03-081-2/+2
| * | * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell):Paul Eggert2011-03-081-4/+4
| * | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):Paul Eggert2011-03-081-46/+0
* | | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-2/+27
|/ /
* | Hide implementation of `struct kboard'Tom Tromey2011-02-161-3/+3
* | * xterm.c (x_set_frame_alpha): Access data before it is free:d.Jan Djärv2011-02-111-3/+2
* | * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption.Paul Eggert2011-02-051-1/+1
* | * xterm.c: conform to C89 pointer rulesPaul Eggert2011-02-051-15/+15
* | * xterm.c (x_connection_closed): Remove all calls that calls XSync.Jan Djärv2011-02-031-28/+3
* | Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv.Jan Djärv2011-02-011-24/+0
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-14/+14
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-30/+9
* | Merge from mainline.Paul Eggert2011-01-171-2/+3
|\ \
| * | Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* | | Merge from mainline.Paul Eggert2011-01-141-4/+3
|\| |
| * | Merge from emacs-23Stefan Monnier2011-01-141-4/+3
| |\|
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+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