Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
ff87112b [view]master2005-01-19 02:21:14 +0000dscho[libtdevnc] a granted wish has several children ;-)
d354bb60 [view]master2005-01-19 02:15:00 +0000dscho[libtdevnc] fix test (don't show cursor...); correctly set the encodings in the client;
really test 20 seconds
81ac5600 [view]master2005-01-19 02:08:23 +0000dscho[libtdevnc] oops, a debug message slipped through
a84b3d07 [view]master2005-01-18 23:18:04 +0000dscho[libtdevnc] pointerClient was still static.
do not make requestedRegion empty without reason.
the cursor handling for clients which don't handle CursorShape updates was
completely broken. It originally was very complicated for performance
reasons, however, in most cases it made performance even worse, because at
idle times there was way too much checking going on, and furthermore,
sometimes unnecessary updates were inevitable.
The code now is much more elegant: the ClientRec structure knows exactly
where it last painted the cursor, and the ScreenInfo structure knows where
the cursor shall be.
As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more
dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to
have clients which understand CursorShape updates and clients which don't at
the same time.
rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor
structure knows what to free and what not.
dd923e86 [view]master2005-01-18 22:58:59 +0000dscho[libtdevnc] add convenience function to clip using x2,y2 instead of w,h
9cc78e54 [view]master2005-01-18 22:53:13 +0000dscho[libtdevnc] add a cursor test (interactive for now)
b5bbdae6 [view]master2005-01-18 22:52:10 +0000dscho[libtdevnc] more ignorance
85fad9c7 [view]master2005-01-17 16:27:04 +0000dscho[libtdevnc] LibVNCClient is included
df81ea89 [view]master2005-01-17 16:23:22 +0000dscho[libtdevnc] alpha cursor and VisualNaCro news
b0f7d045 [view]master2005-01-16 17:09:27 +0000dscho[libtdevnc] ignore generated files
b58e460f [view]master2005-01-16 04:49:44 +0000runge[libtdevnc] add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
336d7dad [view]master2005-01-14 21:17:56 +0000dscho[libtdevnc] fix most TODOs; recorder.pl now actually records something; add nacro.pm to package
2d03c071 [view]master2005-01-14 21:16:51 +0000dscho[libtdevnc] reverted segfault fix; use rfbDrawCharWithClip
8d2ae4ea [view]master2005-01-14 21:16:04 +0000dscho[libtdevnc] add comment "if col=bcol, assume background is transparent"
135767a9 [view]master2005-01-14 21:15:35 +0000dscho[libtdevnc] fix comment
a87e288f [view]master2005-01-14 21:15:17 +0000dscho[libtdevnc] close socket in ClientConnectionGone
6b9df7e0 [view]master2005-01-14 14:58:43 +0000dscho[libtdevnc] new version...
7ad74688 [view]master2005-01-14 14:44:49 +0000dscho[libtdevnc] VisualNacro, a visual macro recorder for VNC. Alpha version
2cd3c824 [view]master2005-01-14 14:35:52 +0000dscho[libtdevnc] return value of rfbProcessEvents tells if an update was pending
b9a8f19b [view]master2005-01-14 14:35:00 +0000dscho[libtdevnc] fix segfault when trying to write outside of frameBuffer
b7dae538 [view]master2005-01-14 14:33:52 +0000dscho[libtdevnc] argc and argv may be zero (which means to ignore them)
e78a41c6 [view]master2005-01-03 22:34:48 +0000dscho[libtdevnc] add hook to allow for custom client messages
4b89306d [view]master2004-12-27 22:07:55 +0000runge[libtdevnc] x11vnc: improve XFIXES cursor transparency, more remote-control cmds.
c9a69485 [view]master2004-12-23 04:55:10 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
22ef536c [view]master2004-12-23 04:26:05 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
3e5208ef [view]master2004-12-23 04:20:38 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
36181297 [view]master2004-12-23 04:05:08 +0000runge[libtdevnc] x11vnc: minor tweaks for x11vnc 0.7 file release
42adf572 [view]master2004-12-20 22:35:25 +0000dscho[libtdevnc] Ooh, I'm lazy. Some news were added retroactively.
298db07a [view]master2004-12-20 22:20:20 +0000dscho[libtdevnc] released 0.7
19a0d05b [view]master2004-12-20 21:59:13 +0000dscho[libtdevnc] compile fix on mac; still untested...
094c01bd [view]master2004-12-20 19:46:23 +0000dscho[libtdevnc] fix for MinGW
88c3bc66 [view]master2004-12-20 15:46:51 +0000runge[libtdevnc] x11vnc: minor tweaks for 0.7 file release
2cc1b1d3 [view]master2004-12-20 04:02:23 +0000runge[libtdevnc] x11vnc: synchronous mode for -remote, string cleanup
f28038b2 [view]master2004-12-17 23:02:01 +0000dscho[libtdevnc] don't mix up width & height!
3a84b0cc [view]master2004-12-17 03:55:35 +0000runge[libtdevnc] x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui
7e13b8a5 [view]master2004-12-01 23:12:54 +0000dscho[libtdevnc] fix compilation on non MinGW32...
658b65ad [view]master2004-12-01 23:06:56 +0000dscho[libtdevnc] support MinGW32!
7d3b1c97 [view]master2004-12-01 18:21:39 +0000dscho[libtdevnc] use rfbClientErr to log errors, check if calloc succeded (both hinted by Andre Leiradella)
c641923d [view]master2004-11-30 16:45:03 +0000dscho[libtdevnc] fix long reads (in some events of success, no TRUE was returned)
9a8a28c1 [view]master2004-11-30 16:36:27 +0000dscho[libtdevnc] add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
b1ee3af4 [view]master2004-10-16 02:50:22 +0000dscho[libtdevnc] TODOs from encodingstest
ca96ef26 [view]master2004-10-16 02:49:20 +0000dscho[libtdevnc] tight-1 -> encodingstest
5a3e352f [view]master2004-10-16 02:48:45 +0000dscho[libtdevnc] rename tight-1.c into encodingstest.c, fixing it in the process. It now
passes all encodings except corre (broken) and zrle (not yet implemented
in libvncclient)
b583cf53 [view]master2004-10-16 02:46:52 +0000dscho[libtdevnc] move read buffer to rfbClient structure (thread safety); make rfbClientLog
overrideable
8715a8ab [view]master2004-10-15 23:12:44 +0000dscho[libtdevnc] compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,
libvncclient is not yet reentrant (or threadsafe).
31d0617d [view]master2004-10-15 21:25:57 +0000dscho[libtdevnc] no need to modify argv
1ca3bdc7 [view]master2004-10-15 16:22:41 +0000dscho[libtdevnc] ideas
7ea0d024 [view]master2004-10-15 16:22:06 +0000dscho[libtdevnc] compiling, non functional version of a unit test for encodings
dca073b6 [view]master2004-10-04 09:15:35 +0000dscho[libtdevnc] cursor problem
28d09a73 [view]master2004-10-02 23:54:14 +0000dscho[libtdevnc] release client list mutex earlier

List generated Fri Mar 14 12:18:01 2025
Currently showing patches 50951 to 51000 of 51349 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]