]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2011-11-27 Brian HinzSync up java Tight decoder with recent changes to C...
2011-11-25 Pierre OssmanUpdated patch from upstream.
2011-11-25 Brian Hinzadd PasswordFile parameter as requested in tracker...
2011-11-24 Peter ÅstrandConsistent and simple comment header: No need to specif...
2011-11-22 DRCFix syntax error
2011-11-21 Pierre OssmanFix bad FLTK window resize handling on OS X.
2011-11-21 Pierre OssmanReindent some code that had grown a bit unstructured.
2011-11-20 Pierre OssmanIncrease the default compression level to cater to...
2011-11-20 Pierre OssmanThe block size for the comparing update tracker was...
2011-11-20 Pierre OssmanMake the comparing update tracker a bit more flexible...
2011-11-17 Pierre OssmanAlso grab the mouse pointer in full screen as some...
2011-11-15 Pierre OssmanClient side support for continuous updates.
2011-11-15 Pierre OssmanCork the connection around updates to better use the...
2011-11-15 Pierre OssmanServer implementation of continuous updates, including...
2011-11-15 Pierre OssmanAdd method to query how long since we last wrote someth...
2011-11-14 Pierre OssmanBasic infrastructure for continuous updates.
2011-11-14 Pierre OssmanSupport and use fences in the client. This allows more...
2011-11-14 Pierre OssmanImplement proper support for fences in the server.
2011-11-14 Pierre OssmanBasic infrastructure to support fences.
2011-11-14 Brian Hinzimproved Tight decoder performance.
2011-11-11 Brian Hinzjava client should accept server port specified as...
2011-11-11 Brian Hinznull out BufferedImage object to make sure it doesn...
2011-11-11 Brian Hinzremove unsupported sectype
2011-11-10 Pierre OssmanSend a fake pointer event on initial connection so...
2011-11-10 Pierre OssmanSend a move event when the pointer leaves the viewport...
2011-11-10 Pierre OssmanThe CopyRect encoding is very efficient so it is wastef...
2011-11-09 DRCFix issue uncovered with valgrind
2011-11-09 Pierre OssmanUse the correct matching free operation. Patch by Matth...
2011-11-08 Pierre OssmanThe source data here is RGB triplets, not "pixels".
2011-11-08 Pierre OssmanReimplement the deferred update handling, this time...
2011-11-08 Pierre OssmanAdd helper to easily determine how much time has passed...
2011-11-08 Pierre OssmanCork the outgoing TCP stream while we still have messag...
2011-11-08 Pierre OssmanExpose Linux' cork functionality which allows us to...
2011-11-08 Pierre OssmanAvoid some unnecessary processing when server side...
2011-11-08 Pierre OssmanThe dummy timer isn't used anymore.
2011-11-08 DRCWe don't need HAVE_GNUTLS anymore, either
2011-11-08 DRCIf the Java viewer build is enabled, make sure it gets...
2011-11-08 DRCWe don't need BUILD_DIR anymore since we divorced Visua...
2011-11-08 DRCSome platforms (I'm looking at you, MinGW64) have gette...
2011-11-08 DRCRemove Visual C++ support
2011-11-07 DRCEliminate dependency on libfreetype.so in legacy-friend...
2011-11-07 DRCFix legacy-friendly build (I hope). r4745 (enabling...
2011-11-07 Pierre OssmanClean up the interface for VNCSConnectionST. Entry...
2011-11-07 Pierre OssmanTimers in RFB still weren't working properly. Do this...
2011-11-07 DRCFix installer build when using MinGW
2011-11-04 Pierre OssmanRemove unused function.
2011-11-04 Pierre OssmanRedesign the format switching logic so that we don...
2011-11-04 DRCAttempt to fix the legacy-friendly build, which was...
2011-11-04 DRCAdd fast paths for RGB to 16-bit and 8-bit true color...
2011-11-04 DRCFurther optimizations (avoiding single-byte copies...
2011-11-03 DRCSince fillRect() operates directly on the framebuffer...
2011-11-03 DRCRemove unneeded EXTRA_ARGS definition
2011-11-03 DRCNeed to include os/print.h, because Windows doesn't...
2011-11-03 DRCThe Tight decoding optimizations broke the build of...
2011-11-03 DRCMove JPEG decoding into a standalone class (these shoul...
2011-11-03 DRCIf the client and server are using identical pixel...
2011-11-03 DRCPut arguments in a more consistent order based on data...
2011-11-03 DRCFix compiler warnings uncovered with -Wall
2011-11-03 Pierre OssmanRename and document TransImageGetter::getPixelsRW(...
2011-11-03 Pierre OssmanWe informed the RFB layer of RENDER operations before...
2011-11-03 DRCFix compiler warnings uncovered with -Wall
2011-10-31 Peter ÅstrandActivate the DPMS extension; avoid Ubuntu 11.10 crashing.
2011-10-30 Brian Hinzre: bug #3429667. adds support for reverse connection...
2011-10-30 Brian Hinzcorrected endianess bug introduced in r4742
2011-10-30 Brian Hinzmassive performance improvements. zrle measured at...
2011-10-25 Pierre OssmanDon't try to push out another update if the socket...
2011-10-25 Pierre OssmanMake sure RFB timers are actually respected by the...
2011-10-25 Pierre OssmanMake socket writes non-blockable. This allows the syste...
2011-10-24 Brian HinzUse the same window naming convention as the other...
2011-10-24 Brian Hinzperformance improvements
2011-10-24 Brian Hinzset dialog locations relative to parent window, otherwi...
2011-10-18 Pierre OssmanAnother attempt at solving the compression level change...
2011-10-14 Brian HinzAdded a favicon for embedded http server. Even less...
2011-10-14 Brian HinzImproved TightJPEG decoder by using a BufferedImage...
2011-10-13 Brian Hinzremoved unnecessary hint for window sizing.
2011-10-12 DRCFix Java viewer integration when building WinVNC with...
2011-10-12 DRCThis is subtle, but add_definitions() also adds definit...
2011-10-12 Brian HinzRevert a change from yesterday that broke the viewer...
2011-10-12 DRCRe-order headers to ensure that winsock2.h is included...
2011-10-12 DRCEnable WinVNC build with MinGW and MinGW64
2011-10-12 DRCNewer versions of GCC (specifically, the one in MinGW64...
2011-10-12 Brian HinzSome tweaks to improve performance.
2011-10-11 Pierre OssmanAvoid catching composite (RENDER) operations that only...
2011-10-11 Brian HinzRemove some redundant variables related to scaling...
2011-10-09 Brian HinzFix more unused local variables and static (class)...
2011-10-09 Brian Hinzcleaned up unused local variables, unnecessary package...
2011-10-07 DRCRemove unneeded src directory
2011-10-07 DRCMove Java source up one level and allow Java viewer...
2011-10-06 Brian HinzFix rendering issue when scrollbars are present. Only...
2011-10-06 DRCPull version and build number from CMake build system...
2011-10-06 Brian HinzMore changes to scaling code. Tested on Ubuntu 11...
2011-10-06 DRCUpdate documentation for Java viewer and add build...
2011-10-05 DRCThe previous fix to the NullPointer issue did not work...
2011-10-05 DRCLaunch vncconfig directly from vncserver, not from...
2011-10-05 DRCRemove old Makefile in favor of new CMake-based Java...
2011-10-05 Brian HinzFix null pointer issue. Thanks DRC, that was driving...
2011-10-05 DRCOnly include Java viewer resources if BUILD_JAVA is...
2011-10-05 DRCIt is our convention to install Windows executables...
2011-10-05 DRCFix WinVNC so that it embeds and serves up the Java...
2011-10-05 DRCOnly sign JAR when it is built
next