]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2018-03-28 Pierre OssmanRemove redundant Region::copyFrom()
2018-03-28 Pierre OssmanRespect request area for cursor rendering
2018-03-08 Pierre OssmanMerge branch 'altgraph' of https://github.com/CendioOss...
2018-03-08 Pierre OssmanUpdate keyboard test doc for shift on Windows 608/head
2018-03-08 Pierre OssmanHandle Ctrl+AltGr on Windows
2018-03-08 Pierre OssmanBetter detection of AltGr on Windows
2018-03-08 Andika TriwidadaAdd Indonesian translation
2018-03-07 Pierre OssmanFix indentation in XDesktop.cxx
2018-03-07 Michal SrbUnset pixel buffer when x0vncserver client disconnects.
2018-03-07 Michal SrbVNCServerST: Allow unsetting pixel buffer.
2018-03-01 Pierre OssmanFix rounding error in pixel down conversion
2018-03-01 Pierre OssmanFix calculation of conversion test target values
2018-02-27 Pierre OssmanCheck for TrueColor support in x0vncserver
2018-02-27 Pierre OssmanMerge branch 'escape-opts' of https://github.com/oliver...
2018-02-26 Pierre OssmanMerge branch 'congestion' of https://github.com/CendioO...
2018-02-26 Pierre OssmanFix incorrect numbers in performance debug graph
2018-02-20 Oliver GondžaMake sure auth argument is escaped 597/head
2018-02-08 Samuel MannehedUpdate visible copyright year to 2018 596/head
2018-02-05 Pierre OssmanFix for RENDER hooks on Xorg < 1.12
2018-02-05 Pierre OssmanAdd overlooked parameters to Xvnc and x0vncserver man... 594/head
2018-02-05 Pierre OssmanSync x0vncserver and Xvnc man pages
2018-02-05 Pierre OssmanRemove DeferUpdate from man pages
2018-01-31 Pierre OssmanMerge branch 'readme-rst' of https://github.com/x11clon...
2018-01-31 Peter Åstrand... Rename README.txt to README.rst and convert to reStruct... 588/head
2018-01-29 Francisco Javier... Update Spanish translation
2018-01-29 Peter Åstrand... Don't parse FLTK arguments using Fl::arg; handle -displ...
2018-01-23 Pierre OssmanHook remaining XRender operations
2018-01-22 Pierre OssmanUpdate UI look on macOS
2018-01-17 Brian P. HinzRestore menukey function to java viewer
2018-01-17 Brian P. HinzFixes for erros in java hextile/zrle decoders
2018-01-15 Peter Åstrand... Use XShmGetImage for large reads
2018-01-15 Peter Åstrand... Use current server time for XUngrabPointer
2018-01-09 Peter Åstrand... My copyright was listed twice, fixed
2017-12-07 Pierre OssmanMerge branch 'fatal' of https://github.com/CendioOssman...
2017-12-07 Pierre OssmanAdjust dimensions for rotated monitors 553/head
2017-12-07 Pierre OssmanMake VNC extension startup mandatory
2017-12-07 Pierre OssmanCall FatalError on fatal exceptions
2017-12-01 Brian P. HinzDisplay security state when asking for password (java)
2017-12-01 Brian P. HinzMove UserPasswordGetter out of CConn
2017-11-27 Pierre OssmanFix secure/insecure images
2017-11-26 Brian P. HinzUpdate package dependencies for Ubuntu Trusty
2017-11-24 Pierre OssmanStop using CopyRect in WinVNC
2017-11-17 Pierre OssmanMerge branch 'pause' of https://github.com/CendioOssman...
2017-11-17 Pierre OssmanAdd crude congestion window debug trace 442/head
2017-11-17 Pierre OssmanAdd simple slow start to congestion control
2017-11-17 Pierre OssmanImproved congestion control handling
2017-11-17 Pierre OssmanMove congestion control to its own class
2017-11-17 Pierre OssmanReduce header dependencies in server classes
2017-11-17 Pierre OssmanUse a queue for congestion pings
2017-11-17 Pierre OssmanHandle timers which should be executed right away
2017-11-17 Pierre OssmanRemove double cursor workaround in client
2017-11-17 Pierre OssmanFix bug where server cursor might disappear
2017-11-17 Pierre OssmanAvoid extra framebuffer update messages
2017-11-17 Pierre OssmanFix for initial client side cursor
2017-11-16 Brian P. HinzFix "int-in-bool-context" compile errors
2017-11-16 Brian P. HinzFix compile error on windows when not building with...
2017-11-16 Brian P. HinzOverride default window manager key bindings better
2017-11-15 Brian HinzMerge pull request #500 from bphinz/issue106-rebase
2017-11-15 Boyuan YangUpdate Chinese (simplified) translation
2017-11-15 Brian P. Hinzavoid putting more includes in headers than necessary 500/head
2017-11-15 Brian P. HinzMove gnutls functions into SSecurityTLS
2017-11-14 Pierre OssmanHandle FLTK arguments at any position
2017-11-14 Pierre OssmanDon't open X11 display too early
2017-11-14 Brian P. HinzFix build Java errors caused by UTF-8 characters in...
2017-11-13 Brian P. HinzRaise minimum supported Java version to 7
2017-11-13 Brian P. HinzOverride implicit focus transfer when "F10" key is...
2017-11-13 Brian P. HinzRefactoring and implementation changes to keyboard...
2017-11-13 Brian P. HinzAdd formatted string function to LogWriter.
2017-11-13 Brian P. HinzRename CMsgWriter functions to match C++ code
2017-11-13 Pierre OssmanHandle Ctrl+Alt+Delete in raw keyboard mode 537/head
2017-11-13 Pierre OssmanSend proper keysym when Break is pressed
2017-11-13 Pierre OssmanHandle right shift better on Windows
2017-11-13 Pierre OssmanHandle Windows scan code exceptions
2017-11-08 Pierre OssmanMove XDesktop specific parameters in to same file
2017-11-08 Pierre OssmanFully standardise on send()/recv()
2017-11-08 Pierre OssmanMerge branch 'x0-xdesktop-initial-cursor' of https...
2017-11-08 Peter Åstrand... x0vncserver does not support SetDesktopSize; remove... 530/head
2017-11-08 Peter Åstrand... Configuration::listParams wants width/nameWidth; not...
2017-11-08 Peter Åstrand... Removed IRIX/Solaris overlay support
2017-11-08 Peter Åstrand... Remove support for Lynx/OS
2017-11-08 Peter Åstrand... Added my/Cendio copyright where relevant
2017-11-08 Peter Åstrand... Set the correct cursor when starting
2017-11-08 Peter Åstrand... Use send() with MSG_DONTWAIT when possible
2017-11-08 Peter Åstrand... Define cork() as pure virtual in Socket class
2017-11-08 Peter Åstrand... Move XDesktop to separate file
2017-11-07 Peter Åstrand... Using namespace rfb in header files is a bad idea
2017-11-07 Peter Åstrand... Build with support for MIT-SHM
2017-11-06 Pierre OssmanAvoid corner case of applications rendering at frame...
2017-11-06 Pierre OssmanFix broken logic for sending mouse cursor
2017-10-30 Brian P. HinzUpdate distro package requirements
2017-10-30 Brian P. HinzPatch the el7 xorg source appropriately
2017-10-12 Pierre OssmanAdd debug trace when the clipboard changes
2017-10-12 Pierre OssmanDon't validate timestamp on clipboard request
2017-10-12 Pierre OssmanMake exception classes have clearer messages
2017-10-06 Pierre OssmanAdd Travis CI configuration 522/head
2017-10-06 Pierre OssmanImprove test if library is a CMake target
2017-10-06 Pierre OssmanAvoid getting LOCATION property
2017-10-04 Pierre OssmanPush query connect timeout back in to Xvnc 521/head
2017-10-04 Pierre OssmanDon't queue a query if it is directly rejected
2017-10-02 Pierre OssmanKeep alpha in cursor alpha conversion
next