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