Commit Graph

70 Commits (00bae113d54014bafcf20c9f4c8c296e3e91bde5)

Author SHA1 Message Date
Christian Beier 0d0a2fc2b5
Update TODO, at least a bit 8 years ago
Christian Beier 2a97ab8679 Fix some compiler warnings that hinted some no too unimportant errors. 13 years ago
Christian Beier ab74d36dcd Update TODO. 13 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
This enables setting the DSCP/Traffic Class field of IP/IPv6 packets
sent by a client. For example starting a client with -qosdscp 184
marks all outgoing traffic for expedited forwarding.

Implementation for Win32 is still a TODO, though. See
http://betelco.blogspot.com/2009/03/dscp-marking-under-windows-at.html
for an overview of the Win32 QoS API mess...
15 years ago
Christian Beier c0373e9cd4 Non-blocking sockets for Windows.
Expands the SetNonBlocking() function in libvncclient/sockets.c to also
work under Windows and also changes it to honour maybe already present
socket flags.

A similar function was introduced for libvncserver as well and
all the #ifdef'ed fnctl calls replaced with calls to that one.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
15 years ago
dscho eb1cc7608b SDLvncviewer: upon focus loss, force releasing the Alt keys
When switching windows using the Alt+Tab shortcut, SDLvncviewer would
get the "down" event, but not the "up" event.  This patch provides
a workaround.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 1b2083d8aa Update SDLvncviewer TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 3ab7d5d766 SDLvncviewer: enable key repeat
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 1749faf297 Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 357b99e5f2 Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho e526c4816b SDLvncviewer: fix button handling
For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit
"translate keys based on unicode (much more reliable than sym)".
I do not remember why, nor what I smoked, but this was wrong.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 2530c5fa4c SDLvncviewer: fix Ctrl+<letter>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 20fe2c2e96 SDLvncviewer: fix translation of the Tab key
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho d6fe147f34 Updated TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho ecc9d49fe4 Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 94d7fc841e update TODO 20 years ago
dscho 1a20edd73f more TODOs, and an update to the website 20 years ago
dscho 462ffd3f3e fix annoying zrle decoding bug 20 years ago
dscho 144a3f52da ZRLE has problems with RealVNC server. Look into it. 20 years ago
dscho 7101d427d5 more TODOs 20 years ago
dscho b225ee993a implement ZRLE decoding 20 years ago
dscho dbab49d458 update TODOs 20 years ago
dscho 914f7b71c5 10l: really fix preferredEncoding set from outside 20 years ago
dscho 6273f2065a implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource 20 years ago
dscho ff87112b50 a granted wish has several children ;-) 20 years ago
dscho 658b65ad0c support MinGW32! 21 years ago
dscho b1ee3af47e TODOs from encodingstest 21 years ago
dscho 1ca3bdc71b ideas 21 years ago
dscho dca073b665 cursor problem 21 years ago
dscho 9892088f45 fixed 21 years ago
dscho c7730d9bad added -encodings 21 years ago
dscho fefcb9188a fix cursor trails (when not using cursor encoding and moving the cursor,
the redrawn part of the screen didn't get updated, and so left cursor trails).
21 years ago
dscho 2b8c2a5c3a add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging 21 years ago
dscho 9f0a1a3bc1 synced with TightVNC and RealVNC 22 years ago
dscho 5030d53ff0 converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h 22 years ago
dscho e1d563f8b7 further autoconf'ing 22 years ago
dscho 9f6a47087b autoconf'ed everything 22 years ago
dscho d6717523be fixed dumb XTestFakeInput bug 24 years ago
dscho 9cabed90fe removed XTestGrabControl. Doesn't really solve the problem of a bad param. 24 years ago
dscho 4e092b7f86 few changes 24 years ago
dscho 3825ed9fb9 no crash when display was wrong 24 years ago
dscho 7094fbc15b todo 24 years ago
dscho 281cb78005 docu, warning fixed 24 years ago
dscho d44e3af64b add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike" 24 years ago
dscho 2c4869fc9a deferUpdate 24 years ago
dscho 47f18e575d font errors, requestedRegion bug 24 years ago
dscho e47ffe3dfc todo 24 years ago
dscho 9f07e222f8 rfbSelectBox, consoleFonts, too many changes 24 years ago
dscho 519a8e0e39 copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreads
problem
24 years ago
dscho 018e90db59 changed cursor functions to use screen info, not cursor
fixed copy rect.
24 years ago