]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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 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
2017-10-02 Pierre OssmanUse current server time for XUngrabKeyboard
2017-09-22 Pierre OssmanRemove accidental debug output
2017-09-22 Pierre OssmanMake sure to start the frame timer after a buffer change
2017-09-22 Pierre OssmanGet rid of getFbSize()/getDesktopSize() in common
2017-09-21 Pierre OssmanSwitch back to low resolution mode on macOS
2017-09-18 Pierre OssmanUpdate keyboard test notes for raw keyboard mode
2017-09-18 Pierre OssmanAdd keyboard test notes for LED state handling
2017-09-18 Pierre OssmanBe explicit which Exception class we want
2017-09-18 Pierre OssmanRelease pointer grab when cursor leaves window
2017-09-15 Pierre OssmanDon't throw exceptions in destructors
2017-09-15 Pierre OssmanHandle unknown keysyms properly in x0vncserver
2017-09-15 Pierre OssmanHandle XKB groups properly in x0vncserver
2017-09-15 Pierre OssmanUpdate mouse cursor position in x0vncserver
2017-09-15 Pierre OssmanOnly select XFixes event once
2017-09-15 Pierre OssmanMerge branch 'cursor' of https://github.com/alanc/tigervnc
2017-09-15 Pierre OssmanMerge branch 'fix-warnings'
2017-09-15 Steve Kondikrfb: Avoid unused argument warnings in headers
2017-09-15 Pierre OssmanFix shift state test in lock key heuristics
2017-09-15 Pierre OssmanMerge branch 'x0vncshift' of https://github.com/CendioO...
2017-09-15 Pierre OssmanMerge branch 'securemsg' of https://github.com/CendioOs...
2017-09-15 Pierre OssmanMerge branch 'qemukbd-merge' of https://github.com...
2017-09-15 Pierre OssmanClear client cursor when switching to server side
2017-09-12 Pierre OssmanRemove unused FLTKPixelBuffer files
2017-09-11 Pierre OssmanAdd support for raw keyboard in vncviewer 513/head
2017-09-11 Pierre OssmanFix indentation bug
2017-09-11 Pierre OssmanAdd support for raw key codes to Xvnc/libvnc.so
2017-09-11 Rahul Kalerfb_win32: Use scan codes if available
2017-09-11 Peter Korsgaardx0vncserver: keyEvent(): use scancodes if available
2017-09-08 Pierre OssmanInclude server name in TLS handshake for SNI
2017-09-01 Pierre OssmanUse better security method description when using VeNCrypt 506/head
2017-09-01 Pierre OssmanAdd better error message for insecure certificate algor...
next