]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2018-10-10 Pierre OssmanEncapsulate setDesktopSize() in VNCServerST
2018-10-10 Pierre OssmanEncapsulate event handling in VNCServerST
2018-10-10 Pierre OssmanUse accessor methods for VNCServerST
2018-10-10 Pierre OssmanRemove QueryConnectionHandler
2018-10-09 Pierre OssmanForce common flow of connection queries
2018-10-09 Pierre OssmanRemove Java web server 736/head
2018-09-28 Pierre OssmanInclude unix socket in vncviewer usage
2018-09-21 Pierre OssmanMerge branches 'meta' and 'tlscrash' of https://github...
2018-09-21 Pierre OssmanRestore original streams when terminating TLS 722/head
2018-09-21 Pierre OssmanDelete TLS streams before deleting the session
2018-09-21 Pierre OssmanStrongly bind security objects to connection object
2018-09-21 Pierre OssmanInitialise CSecurityTLS::cert_cred properly
2018-09-21 Pierre OssmanRemove destroy functions
2018-09-21 Pierre OssmanInterpret Meta as Alt 723/head
2018-09-21 Pierre OssmanReplace Shift+Alt with Shift+Meta when possible
2018-09-21 Pierre OssmanUpdate NumLock comment now that we have sync
2018-09-21 Pierre OssmanMerge branch 'alrplus' of https://github.com/CendioOssm...
2018-09-21 Pierre OssmanEstimate higher bandwidth in slow start 720/head
2018-09-21 Pierre OssmanAllow perceptually lossless refresh
2018-09-20 Pierre OssmanAdd method to get compression settings from encoder
2018-09-20 Pierre OssmanDon't force encoders to specify palette size
2018-09-20 Pierre OssmanLimit maximum lossless refresh CPU usage
2018-09-20 Pierre OssmanDon't attempt to send empty lossless refresh
2018-09-20 Pierre OssmanFix calculation of maximum lossless refresh area
2018-09-20 Peter Åstrand... Avoid refresh of recently changed areas
2018-09-20 Pierre OssmanFix bad reference in Timer::getRemainingMs()
2018-09-19 Peter Åstrand... Link zlib statically on all platforms
2018-09-18 Pierre OssmanFix bad color of cursor with x0vncserver
2018-09-13 Pierre OssmanStop tracking changes for each glyph
2018-09-13 Pierre OssmanAvoid compiler "use of uninitialised variable" warnings
2018-09-11 Pierre OssmanFix multi-head placement of overlay (again)
2018-09-11 Pierre OssmanRemove dead overlay code
2018-09-11 Pierre OssmanExplicitly check screen layout after change
2018-09-10 Pierre OssmanAdjust cursor position according to geometry
2018-08-21 Brian P. Hinz[Java] Fix error in VeNCrypt protocol implemtation
2018-08-21 Brian HinzMerge pull request #703 from pepijnve/patch-1
2018-08-20 Pepijn Van... Release queueMutex using finally blocks 703/head
2018-08-16 Pierre OssmanGet correct GnuTLS version in travis
2018-08-16 Pierre OssmanUse system certificate trust store
2018-08-16 Pierre OssmanCenter overlay on primary screen
2018-08-16 Pierre OssmanMerge branch 'master' of https://github.com/daa/tigervnc
2018-08-15 Alexander DuryaginIncrease maximum vnc server name length 700/head
2018-08-08 Jan GrulichDo not perform endianness check on Windows and Apple 694/head
2018-08-08 Jan GrulichCheck endianness when constructing PlatformPixelBuffer()
2018-07-31 Pierre OssmanIgnore buttons in mouse leave events
2018-07-25 Pierre OssmanAvoid integer overflows in pixel size calculations
2018-07-25 Göran UddeborgUpdate Swedish translation
2018-07-25 Alexander ShopovUpdate Bulgarian translation
2018-07-25 Pierre OssmanAdd debug output for x0vncserver key events
2018-07-25 Pierre OssmanHandle Shift+Tab (ISO_Left_Tab) in x0vncserver
2018-07-25 Brian P. HinzUpdate static library dependencies for rpm/deb packages
2018-07-19 Pierre OssmanReduce size of context menu hint
2018-07-17 Pierre OssmanFix bad type on congestion ETA variable
2018-07-16 Göran UddeborgUpdate Swedish translation
2018-07-11 Pierre OssmanFix .gitignore for vncviewer/ and tests/
2018-07-11 Pierre OssmanMerge branch 'gitignore' of https://github.com/clbr...
2018-07-11 Lauri KasanenAdd a basic gitignore 676/head
2018-07-11 Pierre OssmanFix try/catch for flushPendingClipboard()
2018-07-11 Pierre OssmanMerge branch 'ctrl-alt-focus' of https://github.com...
2018-07-11 Pierre OssmanMerge branch 'oldserver' of https://github.com/clbr...
2018-07-11 Yuri ChornoivanUpdate Ukrainian translation
2018-07-11 Petr PisarAdd Czech translation
2018-07-11 Yuri KozlovUpdate Russian translation
2018-07-11 Rafael FontenelleUpdate Brazilian Portuguese translation
2018-07-11 Trần Ngọc QuânUpdate Vietnamese translation
2018-07-09 Lauri KasanenCompile fixes for Xserver 1.9 675/head
2018-07-07 Dominique Martinetviewer: reset ctrl / alt to menu state on focus 674/head
2018-06-28 Jan GrulichAvoid error/warning about implicit function declaration
2018-06-13 Pierre OssmanChange development version to 1.9.80
2018-06-13 Pierre OssmanUpdate translation template file
2018-06-13 Pierre OssmanMerge branch 'grab' of https://github.com/CendioOssman...
2018-06-13 Pierre OssmanBetter string handling of default server name
2018-06-12 Pierre OssmanIgnore fake focus events from XGrabKeyboard() 661/head
2018-06-12 Pierre OssmanUpdate comment about keyboard grab on focus changes
2018-06-08 Michal SrbAdd support for X server 1.20.0. 658/head
2018-06-07 Pierre OssmanProperly sync LED state on connect
2018-05-29 Pierre OssmanMerge branch 'unix' of https://github.com/CendioOssman...
2018-05-29 Pierre OssmanUnix socket support in x0vncserver 639/head
2018-05-29 Pierre OssmanProper cleanup on termination of Xvnc/libvnc.so
2018-05-29 Pierre OssmanMerge common socket code
2018-05-29 Pierre OssmanDon't require server name in config file
2018-05-29 Pierre OssmanMerge branch 'config_as_an_argument' of https://github...
2018-05-29 Pierre OssmanStop treating "\\\\" as a special case
2018-05-29 Pierre OssmanFix parameter escape sequence parsing
2018-05-29 Pierre OssmanCatch exceptions by reference
2018-05-29 Pierre OssmanFix bad reference in TLSException initialiser
2018-05-29 Pierre OssmanRemove unused code from socket classes
2018-05-29 Pierre OssmanAdd support for Unix sockets
2018-05-29 Peter Åstrand... Avoid assert crash after bytestream position wrap around
2018-05-22 Mathias JonssonAccept a cfg as an argument as an alt way to start... 632/head
2018-05-16 Felipe CastroUpdate Esperanto translation
2018-05-08 Peter Åstrand... x0vncserver: Make sure rotation for new outputs is...
2018-05-07 Pierre OssmanHandle view only password in vncpasswd filter mode
2018-05-07 Peter Åstrand... Avoid creating unused thread on single CPU machines
2018-05-07 Pierre OssmanFlush pending changes when desktop starts
2018-05-07 Peter Åstrand... Comparing ScreenSet:s should be done without considerin...
2018-05-04 Pierre OssmanUse abstract SocketListener class
2018-05-03 Pierre OssmanHandle hexadecimal and octal parameters
2018-05-02 astrandMerge pull request #638 from x11clone/fullscreen-multim...
2018-05-02 Peter Åstrand... Fix windows build with -DCMAKE_BUILD_TYPE=Debug on... 638/head
next