crs
368d8cae39
Now allowing screen names with underscores.
2003-04-16 20:05:00 +00:00
crs
f411df65fb
Added support for a user option to require hitting the edge of a
...
screen twice within a specified amount of time in order to switch
screens. This can help prevent unintended switching.
2003-02-23 19:29:08 +00:00
crs
7bbd33d787
Added support on X11 for a global option to delay switching screens
...
when the mouse reaches a jump zone.
2003-02-22 21:53:25 +00:00
crs
aef50800e3
Added global options to CConfig (needed for heartbeat option).
2003-02-22 16:41:03 +00:00
crs
366537dc22
Added support for heartbeat global option.
2003-02-22 16:20:23 +00:00
crs
5f164375d4
Changes to support remapping modifier keys on clients.
2003-02-22 15:03:31 +00:00
crs
6b3e451b83
Added ability to set screen options from the windows launch dialog.
2003-01-25 13:34:51 +00:00
crs
3fc1ddf6ce
Added support for per-screen options in the configuration file
...
and sending those options to the appropriate client screens.
Currently, two options are supported: halfDuplexCapsLock and
halfDuplexNumLock mark the caps lock and num lock keys,
respectively, as being half-duplex.
2002-12-23 13:55:21 +00:00
crs
d9c622ae04
CConfig now accepts and discards \r at the end of a line. This
...
allows the unix server to read configuration files created on
microsoft windows platforms.
2002-10-15 22:17:41 +00:00
crs
a18b1462cf
Fixed use of %s instead of %{1} in format() call.
2002-10-15 22:08:10 +00:00
crs
435bb738e6
added win32 launcher program. also changed VC++ dsp and dsw
...
files to binary form so \r\n aren't converted. added icons
to client and server apps on win32.
2002-08-11 11:49:36 +00:00
crs
f6c3a9453b
added copyright to top of each file.
2002-08-02 19:57:46 +00:00
crs
fee4095624
Reorganized source tree. Moved client.cpp into cmd/synergy as
...
synergy.cpp and server.cpp into cmd/synergyd as synergyd.cpp.
Moved and renamed related files. Moved remaining source files
into lib/.... Modified and added makefiles as appropriate.
Result is that library files are under lib with each library
in its own directory and program files are under cmd with each
command in its own directory.
2002-07-30 16:52:46 +00:00