]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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-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...
2017-09-01 Pierre OssmanDisplay security state when asking for password
2017-09-01 Pierre OssmanMerge authentication dialogs
2017-08-28 Pierre OssmanTrack keys based on client supplied key codes
2017-08-28 Pierre OssmanRemove unused needsLastRect state variable
2017-08-28 Pierre OssmanFix wrong argument for CMsgWriter::clientCutText()
2017-08-28 Pierre OssmanBasic support for QEMU Extended Key Events
2017-08-28 Rahul Kalerfb_win32: Add support for LED state notifications
2017-08-28 Peter Korsgaardx0vncserver: add support for led state notifications
2017-08-24 Pierre OssmanSend lock LED state from server to client
2017-08-24 Pierre OssmanAdd support for lock LED state to Xvnc/libvnc.so
2017-08-24 Pierre OssmanAdd server side lock key sync heuristic
2017-08-24 Pierre OssmanSync LED state when gaining focus
2017-08-24 Pierre OssmanAdd client support for LED state sync
2017-08-24 Pierre OssmanAdd libpng as a dependency for freetype for static...
2017-08-21 Pierre OssmanRespect modifiers in x0vncserver 496/head
2017-08-16 Pierre OssmanSupport clients that only support alpha cursors
2017-08-16 Pierre OssmanSend cursor pseudo-encodings in order of preference
2017-08-13 Brian P. HinzFully implement support for alpha cursor pseudo encoding.
2017-08-09 Brian P. HinzUpdate min version of gettext required to build with...
2017-08-06 Brian P. HinzFixed issue where CLI paramters specified as "-param...
2017-08-06 Brian P. HinzFixed issue where -dotWhenNoCUrsor cli arg was not...
2017-08-05 Alan Coopersmithx0vncserver: Use Xfixes to display cursors if available 493/head
2017-08-04 Brian P. HinzFix for NPE when zero width or height alpha cursor...
2017-07-23 Brian P. HinzHandle certificate verification for saved certs correctly
2017-07-23 Brian P. HinzAllow multiple certs with same DN in saved certs file.
2017-07-21 Pierre OssmanAdd fallbacks for translating .desktop file
2017-07-19 Pierre OssmanIncrease default pointer event interval
2017-07-19 Dr. David Alan... Allow removal of GUI prompt on fatal errors
2017-07-19 Pierre OssmanAdd generic name to .desktop file
2017-07-19 Pierre OssmanGenerate translations in .desktop file from po files
2017-07-19 Pierre OssmanMove languages to standard LINGUAS file
2017-07-19 Pierre OssmanMerge branch 'patch-1' of https://github.com/scootergri...
2017-07-13 scootergrisenAdd danish translation 486/head
2017-07-11 Sayed Adelssize_t must be signed even in windows 485/head
next