]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2023-02-04 Pierre OssmanUse std::string instead of CharArray
2023-02-04 Pierre OssmanUse std::vector for temporary char arrays
2023-02-04 Pierre OssmanFree char buffer directly
2023-02-04 Pierre OssmanMake strSplit() simpler and safer
2023-02-04 Pierre OssmanReturn std::string instead of dynamic allocations
2023-02-04 Pierre OssmanSpecify expected array size in arguments
2023-02-04 Pierre OssmanUse fixed size character buffer
2023-02-04 Pierre OssmanRemove trailing slash from getvnchomedir()
2023-02-04 Pierre OssmanNamespace directory functions
2023-02-04 Pierre OssmanBetter fallback for missing peer address
2023-02-04 Pierre OssmanReturn static char buffer from some methods
2023-02-04 Pierre OssmanReplace tabs with spaces
2023-02-04 Pierre OssmanUse string literal instead of dynamic buffer
2023-02-04 Pierre OssmanRemove unneded string duplication
2023-02-04 Pierre OssmanRemove unneeded CharArray:s
2023-02-04 Pierre OssmanUse StringParameters directly
2023-02-04 Pierre OssmanGet rid of TCHAR magic
2023-02-04 Pierre OssmanReturn std::vector instead of dynamic allocation
2023-02-04 Pierre OssmanAvoid duplicating configuration setting
2023-02-04 Pierre OssmanMake sure length is reset on assignment
2023-02-04 Pierre OssmanClean up BinaryParameter typing
2023-02-04 Pierre OssmanMove hex conversion helpers to util
2023-02-01 Pierre OssmanUse std::vector for basic data arrays
2023-02-01 Pierre OssmanUse stdint types
2023-02-01 Pierre OssmanUse templates for optimized code
2023-01-17 Pierre OssmanFix CRLF line endings
2023-01-10 Pierre OssmanMerge branch 'libtool' of https://github.com/CendioOssm...
2023-01-10 Pierre OssmanCreate .la files at the end of the cmake run 1579/head
2023-01-10 Pierre OssmanBail on missing libraries
2023-01-10 Pierre OssmanFall back to dynamic libraries in .la files
2023-01-10 Pierre OssmanRespect library search paths
2023-01-10 Pierre OssmanInclude other targets in .la files
2023-01-10 Pierre OssmanHandle alternative library suffixes
2023-01-10 Pierre OssmanMake sure frameworks are included in .la files
2023-01-10 Pierre OssmanRemove unnecessary regexp \\
2023-01-10 Pierre OssmanFix static library check regexp
2023-01-10 Pierre OssmanGet target libraries from INTERFACE_LINK_LIBRARIES
2023-01-10 Pierre OssmanUse correct FATAL_ERROR CMake option
2023-01-05 Pierre OssmanMerge branch 'wextra' of https://github.com/CendioOssma...
2023-01-05 Pierre OssmanUse __attribute__:s directly 1574/head
2023-01-05 Pierre OssmanEnable more warnings by default
2023-01-05 Pierre OssmanWork around -Wcast-function-type
2023-01-05 Pierre OssmanRemove old mingw compatibility code
2023-01-05 Pierre OssmanDon't partially init monitor information
2023-01-05 Pierre OssmanFix incorrect types
2023-01-05 Pierre OssmanFix order of qualifiers
2023-01-05 Pierre OssmanProtect key variables from setjmp()
2023-01-05 Pierre OssmanRemove useless const specifiers
2023-01-05 Pierre OssmanRemove useless checks
2023-01-05 Pierre OssmanExplicitly mark switch case fall through
2023-01-05 Pierre OssmanFix RSA-AES state machines
2023-01-05 Yuri KozlovUpdate Russian translation
2023-01-04 Pierre OssmanAdd missing breaks to Windows key grab code
2023-01-04 Pierre OssmanExplicitly mark unused parameters
2023-01-04 Pierre OssmanRespect given server name
2023-01-04 Pierre OssmanDon't include unused file path parameter
2023-01-04 Pierre OssmanDon't include palette to full color methods
2023-01-04 Pierre OssmanRemove unused flags to decoder contexts
2023-01-04 Pierre OssmanStop supplying flags to clipboard peek handler
2023-01-04 Pierre OssmanMark system include paths correctly
2023-01-04 Pierre OssmanAlways enable -Wvla
2023-01-02 Pierre OssmanRemove debugging strdup()
2023-01-02 Pierre OssmanKeep font name in permanent memory
2022-12-30 Pierre OssmanUse Rocky Linux for RHEL builds
2022-12-27 Pierre OssmanMerge branch 'add-ard-mslogonii' of https://github...
2022-12-27 Dinglan PengAdd client-side support for the MSLogonII security... 1566/head
2022-12-27 Dinglan PengAdd client-side support for the DH security type.
2022-12-27 Luna JernbergUpdate Swedish translation
2022-12-23 Brian HinzMerge pull request #1525 from pdlan/add-ra2-java
2022-12-22 Göran UddeborgUpdate Swedish translation
2022-12-22 Lauri NurmiUpdate Finnish translation
2022-12-22 Petr PisarUpdate Czech translation
2022-12-22 Pierre OssmanMerge branch 'newoptions' of https://github.com/CendioO...
2022-12-22 Pierre OssmanRespect system UI font 1529/head
2022-12-22 Pierre OssmanFix up padding for radio/check buttons
2022-12-22 Pierre OssmanReduce indent to same as a normal margin
2022-12-22 Pierre OssmanWider margin around window edges
2022-12-22 Pierre OssmanDynamically size Fl_Group:s
2022-12-22 Pierre OssmanMake UserDialog use standard layout constants.
2022-12-22 Pierre OssmanMake ServerDialog use standard layout constants
2022-12-22 Pierre OssmanModern look for options sections
2022-12-22 Pierre OssmanChange to modern layout in options dialog
2022-12-19 Pierre OssmanRebuild .desktop and metainfo when needed
2022-12-19 Yi-Jyun PanUpdate Chinese (traditional) translation
2022-12-19 Yuri ChornoivanUpdate Ukranian translation
2022-12-19 Remus-Gabriel... Update Romanian translation
2022-12-19 Andika TriwidadaUpdate Indonesian translation
2022-12-19 Yaron ShahrabaniUpdate Hebrew translation
2022-12-19 Cristian Othón... Update Spanish translation
2022-12-19 Mario BlättermannUpdate German translation
2022-12-19 Alexander ShopovUpdated Bulgarian translation
2022-12-15 Pierre OssmanChange development version to 1.13.80
2022-12-15 Pierre OssmanUpdate translation template file
2022-12-15 Pierre OssmanDon't translate "RSA-AES"
2022-12-15 Pierre OssmanMerge branch 'improve-passwd-permission-error-message...
2022-12-15 Pierre OssmanMove window to front on full screen
2022-12-14 TAKAHASHI ShuujiImprove error message when `passwd `file has a bad... 1562/head
2022-12-13 Pierre OssmanHandle macOS keyboard stealing
2022-12-12 Pierre OssmanDon't start sessions until there are users
2022-12-01 Pierre OssmanMerge branches 'x0vncserver-keyboard' and 'zaphod-fixes...
next