summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-5/+5
* Refactor window-system configurationDaniel Colascione2012-08-311-18/+8
* Remove unused member of struct x_output and struct w32_output.Dmitry Antipov2012-08-311-3/+0
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-3/+0
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* Remove obsolete '#define static' cruft.Paul Eggert2012-05-301-2/+0
* Merge from trunk.Paul Eggert2012-05-251-0/+1
|\
| * Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-191-0/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+2
|\ \ | |/
| * Fix focus handling for embedded frames.David Benjamin2012-01-071-0/+1
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+4
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * * xterm.c (handle_one_xevent): Only set async_visible and friendsJan Djärv2011-11-291-0/+3
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-151-1/+1
* | Merge from trunk.Paul Eggert2011-10-311-1/+2
|\ \ | |/
| * Fix hang after C-z in gnome-shell.Jan Djärv2011-10-301-1/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-9/+2
|/
* Remove unused external symbols.Paul Eggert2011-09-141-1/+0
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.Paul Eggert2011-08-291-1/+2
* * xselect.c: Integer signedness and overflow fixes.Paul Eggert2011-07-061-2/+2
* * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-4/+4
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-1/+5
* * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".Paul Eggert2011-05-281-0/+1
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-0/+1
* Support X clipboard managers.Chong Yidong2011-05-271-2/+2
* * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.Paul Eggert2011-05-111-2/+1
* * xterm.c (x_dispatch_event): More accurate ifdefs.Paul Eggert2011-04-161-1/+1
* * xterm.c: Fix problems found by static analysis with other toolkits.Paul Eggert2011-04-161-2/+2
* * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.Paul Eggert2011-04-131-0/+2
* * xterm.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-10/+6
* * xfaces.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-1/+2
* * xdisp.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-1/+0
* Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-0/+1
|\
| * * xterm.h (x_mouse_leave): New decl.Paul Eggert2011-03-081-0/+1
* | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-1/+12
|/
* Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv.Jan Djärv2011-02-011-1/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-3/+0
* * xterm.h (struct x_display_info): Remove stray semicolon.Paul Eggert2011-01-161-3/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Restore x_alloc_lighter_color_for_widget, needed for lwlibAndreas Schwab2010-12-281-0/+3
* | Remove unused declarationsAndreas Schwab2010-12-271-75/+1
* | Apply XAtom revork patches from Julien Danjou.Jan Djärv2010-11-121-2/+16
* | Merge from emacs-23Stefan Monnier2010-11-091-2/+2
|\ \ | |/
| * Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).Jan Djärv2010-11-041-2/+2