]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2012-03-05 Brian Hinzrevert 4857, could potentially cause protocol problems
2012-02-28 Pierre OssmanComment where the mysterious 0xFFFF number of rectangle...
2012-02-16 Brian Hinzadds keepAlive feature requested in #3482254 to java...
2012-02-16 Brian Hinzmake sure we actually throw caught execptions in java...
2012-02-14 Brian HinzApplied fix for issue with Win7 and German metakeys...
2012-02-13 DRCFix regression caused by r4841. That patch assumed...
2012-02-12 DRCBump version number to prepare for post-1.2 development
2012-02-12 Brian HinzAdds support for fence & continuous updates extensions...
2012-02-08 Brian Hinzcorrected return value for read function to match unix...
2012-02-05 Brian Hinzcleanup unused/unnecessary Graphics objects/ops
2012-02-05 Brian HinzImproved Tight JPEG decode time by ~25% using PixelGrab...
2012-02-05 Brian HinzGraphics clip rect setting was not being honored, causi...
2012-02-03 Brian HinzReplace all stream-based IO with non-blocking NIO-based...
2012-01-30 Pierre OssmanThe Tight encoder uses the pixel buffer as a scratch...
2012-01-30 Pierre OssmanBe more liberal with const in places where write access...
2012-01-23 Pierre OssmanFix a race condition where we might get updates thrown...
2012-01-23 Pierre OssmanFailure to find FLTK dependencies is only fatal for...
2012-01-18 DRCTypo
2012-01-17 DRCDon't perform checks for extra X11 libs on Windows
2012-01-17 DRCBump version to 1.1.91 (1.2 beta2)
2012-01-17 DRCOur FLTK patches modified FLTK's autotools-based build...
2012-01-17 DRCAdd note about service mode incompatibility with > XP
2012-01-05 Pierre OssmanForgot some comments for the mouse cursor workaround.
2012-01-05 Pierre OssmanMake sure the mouse pointer is always the standard...
2011-12-31 DRCMake sure that all FLTK features are enabled when using... v1.1.90
2011-12-23 DRC1.1.90 (1.2 beta1)
2011-12-22 DRCChanging the deferred update timer to 10 ms caused...
2011-12-21 Pierre OssmanWe need to explicitly trigger a framebuffer update...
2011-12-08 Brian Hinzmake sure that color map is set for all pixel formats...
2011-12-04 Brian Hinzoops, bad commit! I only meant to commit the changes...
2011-12-04 Brian HinzGrabbing the RGB components from the BufferedImage...
2011-12-01 Brian HinzTight decoder fixes to address issues described in...
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...
next