dottedmag / x2x
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
x2x /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Fri Dec 23 08:48:45 -0800 2005 | |
| |
COPYING | Tue Mar 18 08:18:11 -0700 2008 | |
| |
COPYING.win32 | Tue Mar 18 08:18:11 -0700 2008 | |
| |
ChangeLog | Tue Mar 18 09:26:37 -0700 2008 | |
| |
ChangeLog.old | Tue Mar 18 07:22:30 -0700 2008 | |
| |
INSTALL | Tue Mar 18 09:26:37 -0700 2008 | |
| |
Makefile.am | Tue Mar 18 09:41:54 -0700 2008 | |
| |
NEWS | Tue Mar 18 09:26:37 -0700 2008 | |
| |
README | Mon Apr 19 08:50:40 -0700 2010 | |
| |
bootstrap.sh | Tue Mar 18 09:30:43 -0700 2008 | |
| |
configure.ac | Tue Mar 18 09:48:29 -0700 2008 | |
| |
docs/ | Mon Apr 19 08:52:54 -0700 2010 | |
| |
keymap.c | Wed Mar 30 06:28:43 -0800 2005 | |
| |
keymap.h | Wed Mar 30 06:28:43 -0800 2005 | |
| |
nocursor.cur | Wed Mar 30 06:28:43 -0800 2005 | |
| |
resource.h | Wed Mar 30 06:28:43 -0800 2005 | |
| |
winmsg.c | Wed Mar 30 06:28:43 -0800 2005 | |
| |
x2x.1 | Tue Mar 18 07:30:07 -0700 2008 | |
| |
x2x.c | Tue Mar 18 09:41:23 -0700 2008 | |
| |
x2xwin.rc | Wed Mar 30 06:28:43 -0800 2005 |
README
= x2x = == Overview == x2x allows the keyboard, mouse on one X display to be used to control another X display. It also shares X clipboards between the displays. When built/run on Cygwin it may be run on Windows desktop to control X display. == License == x2x is under MIT/BSD license. Windows support includes code under GPL2 or later. == Call for help == x2x has a long history. It was born in the times when life was hard, window managers were simple and displays were rectangle. Several implicit assumptions survived during the x2x lifetime, and now need reconsideration. As x2x is simple (however, it has accumulated inner knowledge of X11 implementations), we are looking for brave person who can read and understand whole x2x and will write new x2x, adapted to the modern life of dynamically attached and detached displays, complex data transferring through the X selections and Xinerama. == Authors == x2x was initially developed in DEC by David Chaiken. Current maintainer is Mikhail Gusarov.