summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Fix hang after C-z in gnome-shell.Jan Djärv2011-10-301-1/+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
* | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-30/+3
* | Removed cut-buffer code.Jan Djärv2010-09-021-2/+0
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-1/+1
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-061-0/+1
* | Add declarations to header files.Dan Nicolaescu2010-08-051-0/+1
* | Don't use Gtk+ tooltip unless Gtk+ version => 2.14.Jan Djärv2010-08-021-1/+8
* | Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-011-0/+4
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-4/+22
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-0/+3
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-10/+11
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-1/+4
|\ \ | |/
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-1/+2
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-051-0/+3