aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The source data here is RGB triplets, not "pixels".Pierre Ossman2011-11-081-3/+1
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-089-78/+103
* Add helper to easily determine how much time has passed since some previousPierre Ossman2011-11-082-0/+21
* Cork the outgoing TCP stream while we still have messages to process. ThisPierre Ossman2011-11-081-0/+8
* Expose Linux' cork functionality which allows us to aggregate TCP data in aPierre Ossman2011-11-082-0/+12
* Avoid some unnecessary processing when server side cursor isn't used (whichPierre Ossman2011-11-081-2/+4
* The dummy timer isn't used anymore.Pierre Ossman2011-11-082-3/+2
* We don't need HAVE_GNUTLS anymore, eitherDRC2011-11-081-4/+0
* If the Java viewer build is enabled, make sure it gets built when doing 'make...DRC2011-11-081-0/+3
* We don't need BUILD_DIR anymore since we divorced Visual StudioDRC2011-11-082-5/+5
* Some platforms (I'm looking at you, MinGW64) have gettext but not iconv, so t...DRC2011-11-081-1/+1
* Remove Visual C++ supportDRC2011-11-088-215/+32
* Eliminate dependency on libfreetype.so in legacy-friendly Xvnc buildDRC2011-11-071-11/+15
* Fix legacy-friendly build (I hope). r4745 (enabling DPMS) removed -DNO_HW_ON...DRC2011-11-072-2/+2
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-078-97/+103
* Timers in RFB still weren't working properly. Do this right and check the nextPierre Ossman2011-11-073-15/+32
* Fix installer build when using MinGWDRC2011-11-071-0/+5
* Remove unused function.Pierre Ossman2011-11-041-19/+0
* Redesign the format switching logic so that we don't have to adjust the wayPierre Ossman2011-11-042-13/+33
* Attempt to fix the legacy-friendly build, which was broken by r4745DRC2011-11-041-1/+1
* Add fast paths for RGB to 16-bit and 8-bit true color conversionDRC2011-11-041-0/+22
* Further optimizations (avoiding single-byte copies and InStream processing ov...DRC2011-11-042-53/+40
* Since fillRect() operates directly on the framebuffer, optimize it and remove...DRC2011-11-033-63/+68
* Remove unneeded EXTRA_ARGS definitionDRC2011-11-031-1/+0
* Need to include os/print.h, because Windows doesn't have snprintf()DRC2011-11-031-0/+1
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-0352-9707/+55
* Move JPEG decoding into a standalone class (these should have been checked in...DRC2011-11-032-0/+293
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-0311-246/+263
* Put arguments in a more consistent order based on data flow, in order to impr...DRC2011-11-032-38/+41
* Fix compiler warnings uncovered with -WallDRC2011-11-033-4/+2
* Rename and document TransImageGetter::getPixelsRW() to make it more obviousPierre Ossman2011-11-033-4/+8
* We informed the RFB layer of RENDER operations before they were actuallyPierre Ossman2011-11-031-8/+15
* Fix compiler warnings uncovered with -WallDRC2011-11-034-4/+3
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-313-3/+21
* re: bug #3429667. adds support for reverse connection modeBrian Hinz2011-10-301-3/+36
* corrected endianess bug introduced in r4742Brian Hinz2011-10-301-3/+3
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-306-90/+60
* Don't try to push out another update if the socket is already full. ThisPierre Ossman2011-10-252-3/+41
* Make sure RFB timers are actually respected by the server implementations.Pierre Ossman2011-10-251-0/+3
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-256-11/+297
* Use the same window naming convention as the other viewersBrian Hinz2011-10-241-2/+2
* performance improvementsBrian Hinz2011-10-244-16/+19
* set dialog locations relative to parent window, otherwise dialogs appear on w...Brian Hinz2011-10-243-9/+17
* Another attempt at solving the compression level change problems. We were stillPierre Ossman2011-10-182-63/+75
* Added a favicon for embedded http server. Even less useful than a 50 cent co...Brian Hinz2011-10-142-0/+1
* Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...Brian Hinz2011-10-142-56/+14
* removed unnecessary hint for window sizing.Brian Hinz2011-10-131-3/+0
* Fix Java viewer integration when building WinVNC with MinGWDRC2011-10-123-6/+10
* This is subtle, but add_definitions() also adds definitions to the windres co...DRC2011-10-121-1/+1
* Revert a change from yesterday that broke the viewer (setAccelerationPriority...Brian Hinz2011-10-123-22/+24