[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| ba10bcee [view] | master | 2005-01-21 14:29:30 +0000 | dscho | [libtdevnc] if no argc & argv are passed, honour the serverHost&serverPort which was set by the application |
| 80ca7cf1 [view] | master | 2005-01-20 14:22:48 +0000 | dscho | [libtdevnc] no need to strdup for MakeXCursor |
| cafeb40f [view] | master | 2005-01-20 14:10:26 +0000 | dscho | [libtdevnc] disappearing cursor fixed & debug message purged |
| 155f4c10 [view] | master | 2005-01-20 14:04:10 +0000 | dscho | [libtdevnc] fix disappearing cursor |
| 47646a20 [view] | master | 2005-01-19 18:32:49 +0000 | dscho | [libtdevnc] redraw region under old cursor even if the old cursor doesn't have to be freed. |
| ff87112b [view] | master | 2005-01-19 02:21:14 +0000 | dscho | [libtdevnc] a granted wish has several children ;-) |
| d354bb60 [view] | master | 2005-01-19 02:15:00 +0000 | dscho | [libtdevnc] fix test (don't show cursor...); correctly set the encodings in the client; really test 20 seconds |
| 81ac5600 [view] | master | 2005-01-19 02:08:23 +0000 | dscho | [libtdevnc] oops, a debug message slipped through |
| a84b3d07 [view] | master | 2005-01-18 23:18:04 +0000 | dscho | [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] | master | 2005-01-18 22:58:59 +0000 | dscho | [libtdevnc] add convenience function to clip using x2,y2 instead of w,h |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project