Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix short vs. char problem with X cursors. Have fg == bg == 0 imply ↵ | runge | 2007-03-24 | 1 | -7/+51 |
| | | | | interpolation to B&W. | ||||
* | Corrected Cursor Statistics reporting as messages | steven_carr | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -8/+3 |
| | |||||
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -0/+10 |
| | | | | Both PalmVNC and UltraVNC SetScale messages are supported | ||||
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ↵ | runge | 2005-06-14 | 1 | -14/+34 |
| | | | | beta-testing fixes, RFE's. | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -8/+10 |
| | |||||
* | implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource | dscho | 2005-01-21 | 1 | -0/+38 |
| | |||||
* | disappearing cursor fixed & debug message purged | dscho | 2005-01-20 | 1 | -1/+0 |
| | |||||
* | fix disappearing cursor | dscho | 2005-01-20 | 1 | -4/+7 |
| | |||||
* | redraw region under old cursor even if the old cursor doesn't have to be freed. | dscho | 2005-01-19 | 1 | -2/+3 |
| | |||||
* | oops, a debug message slipped through | dscho | 2005-01-19 | 1 | -2/+0 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -36/+64 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc.. | runge | 2005-01-16 | 1 | -6/+81 |
| | |||||
* | x11vnc: synchronous mode for -remote, string cleanup | runge | 2004-12-20 | 1 | -0/+1 |
| | |||||
* | don't mix up width & height! | dscho | 2004-12-17 | 1 | -1/+1 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -17/+17 |
| | | | | while structure members should not | ||||
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -2/+14 |
| | | | | the redrawn part of the screen didn't get updated, and so left cursor trails). | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+527 |