2011-11-10 |
Pierre Ossman | The CopyRect encoding is very efficient so it is wastef... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
DRC | Fix issue uncovered with valgrind |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Pierre Ossman | Use the correct matching free operation. Patch by Matth... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | The source data here is RGB triplets, not "pixels". |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | Reimplement the deferred update handling, this time... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | Add helper to easily determine how much time has passed... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | Cork the outgoing TCP stream while we still have messag... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | Expose Linux' cork functionality which allows us to... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | Avoid some unnecessary processing when server side... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Pierre Ossman | The dummy timer isn't used anymore. |
commit | commitdiff | tree | snapshot |
2011-11-08 |
DRC | We don't need HAVE_GNUTLS anymore, either |
commit | commitdiff | tree | snapshot |
2011-11-08 |
DRC | If the Java viewer build is enabled, make sure it gets... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
DRC | We don't need BUILD_DIR anymore since we divorced Visua... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
DRC | Some platforms (I'm looking at you, MinGW64) have gette... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
DRC | Remove Visual C++ support |
commit | commitdiff | tree | snapshot |
2011-11-07 |
DRC | Eliminate dependency on libfreetype.so in legacy-friend... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
DRC | Fix legacy-friendly build (I hope). r4745 (enabling... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Pierre Ossman | Clean up the interface for VNCSConnectionST. Entry... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Pierre Ossman | Timers in RFB still weren't working properly. Do this... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
DRC | Fix installer build when using MinGW |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Pierre Ossman | Remove unused function. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Pierre Ossman | Redesign the format switching logic so that we don... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
DRC | Attempt to fix the legacy-friendly build, which was... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
DRC | Add fast paths for RGB to 16-bit and 8-bit true color... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
DRC | Further optimizations (avoiding single-byte copies... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Since fillRect() operates directly on the framebuffer... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Remove unneeded EXTRA_ARGS definition |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Need to include os/print.h, because Windows doesn't... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | The Tight decoding optimizations broke the build of... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Move JPEG decoding into a standalone class (these shoul... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | If the client and server are using identical pixel... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Put arguments in a more consistent order based on data... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Fix compiler warnings uncovered with -Wall |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Pierre Ossman | Rename and document TransImageGetter::getPixelsRW(... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Pierre Ossman | We informed the RFB layer of RENDER operations before... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
DRC | Fix compiler warnings uncovered with -Wall |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Åstrand | Activate the DPMS extension; avoid Ubuntu 11.10 crashing. |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Brian Hinz | re: bug #3429667. adds support for reverse connection... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Brian Hinz | corrected endianess bug introduced in r4742 |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Brian Hinz | massive performance improvements. zrle measured at... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Pierre Ossman | Don't try to push out another update if the socket... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Pierre Ossman | Make sure RFB timers are actually respected by the... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Pierre Ossman | Make socket writes non-blockable. This allows the syste... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Brian Hinz | Use the same window naming convention as the other... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Brian Hinz | performance improvements |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Brian Hinz | set dialog locations relative to parent window, otherwi... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Pierre Ossman | Another attempt at solving the compression level change... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Brian Hinz | Added a favicon for embedded http server. Even less... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Brian Hinz | Improved TightJPEG decoder by using a BufferedImage... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Brian Hinz | removed unnecessary hint for window sizing. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
DRC | Fix Java viewer integration when building WinVNC with... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
DRC | This is subtle, but add_definitions() also adds definit... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Brian Hinz | Revert a change from yesterday that broke the viewer... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
DRC | Re-order headers to ensure that winsock2.h is included... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
DRC | Enable WinVNC build with MinGW and MinGW64 |
commit | commitdiff | tree | snapshot |
2011-10-12 |
DRC | Newer versions of GCC (specifically, the one in MinGW64... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Brian Hinz | Some tweaks to improve performance. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Pierre Ossman | Avoid catching composite (RENDER) operations that only... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Brian Hinz | Remove some redundant variables related to scaling... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Brian Hinz | Fix more unused local variables and static (class)... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Brian Hinz | cleaned up unused local variables, unnecessary package... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
DRC | Remove unneeded src directory |
commit | commitdiff | tree | snapshot |
2011-10-07 |
DRC | Move Java source up one level and allow Java viewer... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Brian Hinz | Fix rendering issue when scrollbars are present. Only... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
DRC | Pull version and build number from CMake build system... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Brian Hinz | More changes to scaling code. Tested on Ubuntu 11... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
DRC | Update documentation for Java viewer and add build... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | The previous fix to the NullPointer issue did not work... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Launch vncconfig directly from vncserver, not from... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Remove old Makefile in favor of new CMake-based Java... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Brian Hinz | Fix null pointer issue. Thanks DRC, that was driving... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Only include Java viewer resources if BUILD_JAVA is... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | It is our convention to install Windows executables... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Fix WinVNC so that it embeds and serves up the Java... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Only sign JAR when it is built |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Undocument the PARAMS variable |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Oops |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Make sure that keytool and jarsigner don't die silently |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Sign the JAR file so clipboard transfer will work |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Remove unneeded $PARAMS variable (not sure why it was... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
DRC | Ignore serial and cast warnings |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Brian Hinz | Revert accidental change to index.vnc file |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Brian Hinz | More fixes for bug #3418256. Copied jarsigning routine... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Brian Hinz | Fixes for bug #3418258. Cleans up all of the 'unchecke... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Brian Hinz | Fixes for bug #3418256. Need to verify that applets... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
DRC | OpenJDK needs '-source 1.5' |
commit | commitdiff | tree | snapshot |
2011-10-04 |
DRC | Always look for the Java classes in ../vnc/classes... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
DRC | Integrate Java TigerVNC Viewer build into CMake build... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
DRC | Re-commit MSVC build fixes, which were forcibly removed... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Brian Hinz | cleanup of rdr code, uniquify variable names, etc. |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Brian Hinz | fix for invalid hotspot error when scalingFactor become... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
DRC | Disable Composite extension by default in the legacy... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Brian Hinz | lots of fixes to scaling code. Adds support for FixedRa... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
DRC | Fix BUILD_STATIC on MinGW and document the feature |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Pierre Ossman | Put the TigerVNC marker at the end instead of the begin... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Pierre Ossman | Remove VeNCrypt settings from the GUI as lower layers... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Pierre Ossman | Avoid resetting the options whenever you click on the... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Pierre Ossman | Forgot to save the security settings when closing the... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Brian Hinz | initial support for client side scaling. Options dialog... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Peter Åstrand | Fixed the formatting of a few Cendio copyright lines... |
commit | commitdiff | tree | snapshot |
next |