]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2024-09-06 Pierre OssmanUse std::list for server history
2024-09-06 Pierre OssmanHandle server history with '/' in entries
2024-09-04 Pierre OssmanAdd more usage of SystemException
2024-09-04 Pierre OssmanFix reporting of some TLS errors
2024-09-04 Pierre OssmanCorrectly handling rejecting server key
2024-09-04 Pierre OssmanAdd missing config.h includes
2024-09-02 Pierre OssmanRemove ConnFailedException
2024-09-02 Mingye Wang... Update Chinese (simplified) translation
2024-08-30 Pierre OssmanMerge branch 'master' of https://github.com/0-wiz-0...
2024-08-30 Thomas Klausnervncviewer: add missing include for struct timeval 1824/head
2024-08-30 Pierre OssmanCorrectly handle ZRLE cursors
2024-08-30 Pierre OssmanOnly read first password from file
2024-08-30 Kang LinMove getUserPasswd()/showMsgBox() to CConnection
2024-08-29 Pierre OssmanImprove error messages for base directory creation
2024-08-29 Pierre OssmanHandle failure getting VNC directories
2024-08-29 Pierre OssmanMove base directory creation to helper function
2024-08-27 linma (ThinLinc... Merge pull request #1825 from LMattsson/macos-minimize...
2024-08-27 Linn MattssonAdd FIXME comment regarding macOS minimise fix 1825/head
2024-08-23 linma (ThinLinc... Merge pull request #1813 from rudironsonijr/fix/macos...
2024-08-23 Pierre OssmanMerge branch 'h264-colour-spaces' of https://github...
2024-08-22 Andri YngvasonH264Libav: Use nearest-neighbour sampling in scaler 1814/head
2024-08-19 Andri YngvasonH264Libav: Handle colour space conversion
2024-08-19 Rudimar Ronsoni JrApple only: exit FL_Window fullscreen if active in... 1813/head
2024-08-19 Pierre OssmanMerge branch 'h264-buffer-size-fix' of https://github...
2024-08-16 Andri YngvasonH264Libav: Clean up sws context 1785/head
2024-08-16 Andri YngvasonH264Libav: Use AVFrame for pixel format conversion...
2024-08-15 Pierre OssmanHandle existing config directory in vncpasswd
2024-08-15 Pierre OssmanLet pwquality check minimum length
2024-08-15 Pierre OssmanOnly show pwquality setting where relevant
2024-08-15 Pierre OssmanMerge branch 'master' of https://github.com/prownd...
2024-08-14 Pierre OssmanMerge branch 'old-log' of https://github.com/jcpunk...
2024-08-13 Pat Rieheckyvncsession: Move existing log to log.old if present 1801/head
2024-08-13 hanjinpengLimit the maximum length of a password to 8 characters 1762/head
2024-08-13 hanjinpengvncpasswd add password complexity rule check to enhance...
2024-08-13 Pierre OssmanUse proper gnutls_free() on Windows
2024-08-13 Pierre OssmanAvoid using excessive namespaces
2024-08-13 Pierre OssmanAvoid connection failed exception
2024-08-12 Andrew KreimerFix typos 1807/head
2024-08-12 Pierre OssmanDon't adjust manually sized window
2024-08-12 Pierre OssmanRemove unused setPixelFormat() callback
2024-08-12 Pierre OssmanRemove fake framebuffer update request call
2024-08-12 Pierre OssmanUpdate processMsg() description
2024-08-12 Pierre OssmanInclude key code for fake key events
2024-08-12 Pierre OssmanBetter type for pointer button mask
2024-08-12 Pierre OssmanRemove InputHandler interface
2024-08-12 Pierre OssmanRemove ScaleFilters
2024-08-12 Pierre OssmanRemove IdentityVerifier forward declaration
2024-08-12 Pierre OssmanDon't parse empty fence messages
2024-08-07 JohannesDon't ask for login data when reconnecting
2024-08-07 Pierre OssmanBetter error message for authentication failure
2024-08-07 Pierre OssmanDon't abuse auth failure exception
2024-08-07 Pierre OssmanRemove auth exception prefix
2024-08-07 Pierre OssmanCorrectly handle cancelled authentication
2024-08-06 Pierre OssmanImprove x0vncserver key allocation log line
2024-08-06 Pierre OssmanAvoid XKeysymToString() conflict with libX11
2024-08-06 Pierre OssmanMerge branch 'fix-unknown-keysym' of https://github...
2024-08-06 Pierre OssmanMerge branch 'min' of https://github.com/KangLin/tigervnc
2024-07-29 Pierre OssmanAdd missing comma in default security type list
2024-07-26 Carlos Santosvncsession: use /bin/sh if the user shell is not set 1787/head
2024-07-26 Kang LinUse std::min replace min 1783/head
2024-07-24 Pierre OssmanMerge branch 'h264-fix-context-reset' of https://github...
2024-07-23 Pierre OssmanGenerate better (fake) modelines
2024-07-22 Andri YngvasonH264Decoder: Fix context reset 1784/head
2024-07-19 Pierre OssmanFix overflow; "Timer: gettimeofday is broken"
2024-07-05 Pierre OssmanBe more careful with ComparingUpdateTracker pointer
2024-07-05 Pierre OssmanRound up expiration time for timers
2024-07-05 Pierre OssmanFix x0vncserver handling of timers
2024-06-30 Gaurav UjjwalImprove unknown keysym handling 1734/head
2024-06-27 Marián HaburajUpdate Slovak translation
2024-06-24 Pierre OssmanMerge branch 'c++11' of github.com:CendioOssman/tigervnc
2024-06-24 Pierre OssmanEnforce not shadowing variables 1774/head
2024-06-24 Pierre OssmanAvoid shadowing variables
2024-06-24 Pierre OssmanUse "static" for helper functions
2024-06-24 Pierre OssmanSimplify RandR output name handling
2024-06-24 Pierre OssmanAvoid redundant arguments
2024-06-24 Pierre OssmanSimplify code using range-based for loops
2024-06-24 Pierre OssmanRemove careful client iteratation
2024-06-24 Pierre OssmanPrefer std::find() over manual search
2024-06-24 Pierre OssmanRemove unnecessary headers from Security.cxx
2024-06-24 Pierre OssmanEnforce using "override"
2024-06-24 Pierre OssmanMark overridden virtual functions
2024-06-24 Pierre OssmanEnforce using nullptr for C++ code
2024-06-24 Pierre OssmanDisable gcc NULL warning for context menu
2024-06-24 Pierre OssmanUse nullptr in all C++ code
2024-06-24 Pierre OssmanMake sure we use C++ 11
2024-06-24 Pierre OssmanFix Windows installer dependencies
2024-06-23 Luna JernbergUpdate Swedish translation
2024-06-23 Lauri NurmiUpdate Finnish translation
2024-06-23 Petr PisarUpdate Czech translation
2024-06-21 Andika TriwidadaUpdate Indonesian translation
2024-06-21 Alexander ShopovUpdate Bulgarian translation
2024-06-21 Luna JernbergUpdate Swedish translation
2024-06-21 Yaron ShahrabaniUpdate Hebrew translation
2024-06-21 Remus-Gabriel... Update Romanian translation
2024-06-21 Cristian Othón... Update Spanish translation
2024-06-21 Yuri ChornoivanUpdate Ukrainian translation
2024-06-20 Pierre OssmanChange development version to 1.14.80
2024-06-20 Pierre OssmanUpdate translation template file
2024-06-20 Pierre OssmanMerge branch 'dri3' of github.com:CendioOssman/tigervnc
2024-06-20 Pierre OssmanAutomatically pick a suitable DRI3 render node 1771/head
next