]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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-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
2018-05-02 Peter Åstrand... Fix another compile error on Windows when not building...
2018-05-02 Peter Åstrand... Update fullscreen window if changing fullScreenAllMonit...
2018-04-20 Pierre OssmanMerge branch 'alr' of https://github.com/CendioOssman...
2018-04-20 Pierre OssmanMerge branch 'clipfocus' of https://github.com/CendioOs...
2018-04-13 Pierre OssmanMake sure we get C99
2018-04-13 Pierre OssmanImprove out-of-tree build of Xvnc/libvnc.so
2018-04-10 Pierre OssmanMerge branch 'x0vncserver-randr' of https://github...
2018-04-09 Peter Åstrand... Add RandR support for x0vncserver 621/head
2018-04-09 Peter Åstrand... Add a tryScreenLayout function
2018-04-09 Peter Åstrand... Add debug log messages
2018-04-09 Peter Åstrand... Avoid disabling outputs which are already disabled
2018-04-09 Peter Åstrand... Select the correct output for new screens
2018-04-09 Peter Åstrand... Disable outputs which are larger than the target frameb...
2018-04-09 Peter Åstrand... vncRandRDisableOutput: Disable only the requested output
2018-04-09 Peter Åstrand... Make vncRandRGetOutputDimensions tolerant for disabled...
2018-04-09 Peter Åstrand... Remove "screen" argument from Randr glue functions
2018-04-09 Peter Åstrand... Removed support for building without RANDR define
2018-04-09 Peter Åstrand... Corrected RandR wrapper return codes
2018-04-09 Peter Åstrand... Move computeScreenLayout/setScreenLayout to unixcommon lib
2018-04-09 Peter Åstrand... vncRandRGetOutputName: return a copy of the string
2018-04-09 Peter Åstrand... Make vncRandRGetOutputId return the actual id; not...
2018-04-09 Peter Åstrand... Indented computeScreenLayout and setScreenLayout
2018-03-28 Pierre OssmanSend lossless refresh even with pending updates 622/head
2018-03-28 Pierre OssmanLimit lossless refresh update to safe size
2018-03-28 Pierre OssmanAutomatic lossless refresh
2018-03-28 Pierre OssmanAvoid checking updates when desktop is stopped
2018-03-28 Pierre OssmanRemove redundant Region::copyFrom()
2018-03-28 Pierre OssmanRespect request area for cursor rendering
2018-03-28 Pierre OssmanRemove no longer relevant license comment
2018-03-28 Pierre OssmanStop abusing InputHandler class for write class
2018-03-28 Pierre OssmanAdd missing break for LED state check
2018-03-26 Pierre OssmanAvoid clipboard updates when not focused 620/head
2018-03-26 Pierre OssmanAdd focus test helper for Viewport
2018-03-26 Pierre OssmanHandle LED state sync entirely in Viewport
2018-03-26 Pierre OssmanMove server cut text handler to Viewport
2018-03-26 Pierre OssmanReplace "frames" with "updates" in stats
2018-03-21 Brian P. HinzSet focus to password field in UserDialog
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
next