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