Volker Ruppert
051ef5f1c9
- text mode cursur feature added for X and prepared for other GUIs
2001-12-13 18:36:29 +00:00
Bryce Denney
7b3980d9df
- apply patch.rfb-mouse by MURANAKA Masaki (monaka@users.sf.net)
...
see this source forge bug for details:
[ #457968 ] Strange mouse motion on RFB
2001-11-12 17:56:47 +00:00
Bryce Denney
9788c1b6cc
- add a retry loop in RFB code, so that if port 5900 is not available
...
it can try 5901, etc. On linux, if a server bound to port 5900 exits
without closing the socket, you can't re-bind to the socket for a few
minutes.
2001-11-12 16:45:28 +00:00
Bryce Denney
daf2a9fb55
- add RCS Id to header of every file. This makes it easier to know what's
...
going on when someone sends in a modified file.
2001-10-03 13:10:38 +00:00
Bryce Denney
fba34be1e7
- added a new method to all GUIs called mouse_enabled_changed_specific,
...
which notifies them that the mouse_enabled bit has changed. Now that
mouse_enabled can be initialized or modified by parameter events in
addition to GUI events, the guis must be prepared for it. I have pasted
empty method definitions into mouse_enabled_changed_specific for all
guis except for X11, which I did the right way. The implementation
of this function must use the argument "val" rather than reading the
parameter.
2001-06-23 03:18:14 +00:00
Bryce Denney
80a7541fed
- used grep to search for more instances of new bx_options problems that
...
I have introduced, and fixed a lot.
2001-06-21 14:56:43 +00:00
Bryce Denney
86dc440418
- fixed type, BX_EROR -> BX_ERROR
2001-06-02 03:01:01 +00:00
Bryce Denney
8c538a62d2
- added missing LOG_THIS
2001-06-02 02:49:14 +00:00
Bryce Denney
e6496cfce9
- typecast arg3 of pthread_create to the right kind of function pointer
2001-06-01 21:53:18 +00:00
Todd T.Fries
2bbb1ef8eb
strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC}
...
don't need it, moved the output of it into the general io functions.
saves space, as well as removes the confusing output if a '\n' is left off
2001-05-30 18:56:02 +00:00
Bryce Denney
0368a3e9cf
- imported Don Becker's Bochs-RFB version 0.04a
2001-05-24 00:39:34 +00:00
Bryce Denney
f904071622
- imported Don Becker's Bochs-RFB version 0.03a
2001-05-24 00:38:44 +00:00
Bryce Denney
baf7f19446
- imported Don Becker's Bochs-RFB version 0.02a
2001-05-24 00:37:43 +00:00
Bryce Denney
ebdae63e4d
- imported Don Becker's Bochs-RFB version 0.01a
2001-05-24 00:36:27 +00:00