Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-09Merge branch 'feature/x2go-resuming-session-dialog' into 'master'Antenore Gatta (tmow)
2021-11-07Fixes compilation errors and warnings for freerdp 3. See issue #2631.Giovanni Panozzo
2021-11-04x2go_plugin.c: Rename user_data -> custom_data; Fix dereferencing 'custom-dat...Daniel Teichmann
2021-11-04x2go_plugin.c: Stylistic changes; Add 'nanosleep(0.001s)' while waiting for p...Daniel Teichmann
2021-11-04x2go_plugin.c: Repurpose _RowActivatedUserData into more generic X2GoCustomUs...Daniel Teichmann
2021-11-04x2go_plugin.c: Session-Chooser-Dialog: React on double-click, enterkey etc...Daniel Teichmann
2021-11-04x2go_plugin.c: Rename variables for better readability; Remove debug code.Daniel Teichmann
2021-11-04x2go_plugin.c: Major rewrite of session-chooser-dialog; Make it useable now.Daniel Teichmann
2021-11-04x2go_plugin.c: Deprecating --try-resume in favour of session-chooser-dialog.Daniel Teichmann
2021-11-04x2go_plugin.c: Handle pyhoca-cli internet connection problems.Daniel Teichmann
2021-11-04x2go_plugin.c: Environment variables are now printed in debug mode.Daniel Teichmann
2021-11-04x2go_plugin.c: Refactor rmplugin_x2go_get_auth(); Fix crash when default_pass...Daniel Teichmann
2021-11-04x2go_plugin.c: Replace for-loop with g_strv_length() function.Daniel Teichmann
2021-11-04x2go_plugin.c: Add --quiet option for fetching existing sessions.Daniel Teichmann
2021-11-04x2go_plugin.c: Rename session-chooser-dialog callback function test_callback(...Daniel Teichmann
2021-11-04x2go_plugin.c: Introduce session-chooser dialog; Rewrite dialog-system in ord...Daniel Teichmann
2021-11-04x2go_plugin.c: Remove typedef of DialogData for better code-readability; Upda...Daniel Teichmann
2021-11-04x2go_plugin.c: Alter doc+debug+error strings; Reformat 'Internal error %s'-st...Daniel Teichmann
2021-11-04x2go_plugin.c: Replace rmplugin_x2go_split_string() with g_strsplit() function.Daniel Teichmann
2021-11-04x2go_plugin.c: Fix compiler warning: Cast function to (GCompareFunc).Daniel Teichmann
2021-11-04x2go_plugin.c: Replace strcmp with safer g_strcmp0Daniel Teichmann
2021-11-04x2go_plugin.c: Fix compiler warning (cast func to void*)Daniel Teichmann
2021-11-04x2go_plugin.c: Split to-be-translated strings; Fix potential crash; Fix mem-c...Daniel Teichmann
2021-11-04x2go_plugin.c: Add feature-not-available warnings.Daniel Teichmann
2021-11-04x2go_plugin.c: Fix possible bug where open_dialog() spirals into endless loop...Daniel Teichmann
2021-10-29Compile time warning fixesAntenore Gatta
2021-10-29Updating to CMake 3.10.0 specsAntenore Gatta
2021-10-28Merge branch 'refact/files' into 'master'Antenore Gatta (tmow)
2021-10-28Adding X2Go svg icon, and remove PNGsAntenore Gatta
2021-10-27Move last_success to state fileAntenore Gatta
2021-10-21Fix division by zero, fixes #2624Giovanni panozzo
2021-10-18Resource renaming to comply with the Freedesktop rulesAntenore Gatta (tmow)
2021-10-14Merge branch 'rdpclip_html' into 'master'Giovanni Panozzo
2021-10-14Fix possible SGSEGVGiovanni panozzo
2021-10-12X2Go plugin language reworked 2Allan Nordhøy
2021-10-11RDP clipboard: add support for Microsoft Clipboard HTML FormatGiovanni Panozzo
2021-10-06Fix possible crashGiovanni Panozzo
2021-10-06Merge branch 'issue1951_mitigation' into 'master'Antenore Gatta (tmow)
2021-10-05Mitigation for #1951 and extra RDP clibpoard debug messagesGiovanni Panozzo
2021-10-02remmina_file_editor.c: Adjust some error messages to make more sense.Daniel Teichmann
2021-10-02(All protocol-plugins): Add 2xNULL to the end of each item in basic settings ...Daniel Teichmann
2021-10-01x2go_plugin.c: Complete refactor; Use 8-space tab instead of 4; Introduce enu...Daniel Teichmann
2021-10-01x2go_plugin.c: Make authentication a standalone function; Actually save usern...Daniel Teichmann
2021-10-01x2go_plugin.c: Fix endless loop of cleanup()Daniel Teichmann
2021-10-01x2go_plugin.c: Add translators comments; Improve an error message.Daniel Teichmann
2021-10-01x2go_plugin.c: Improved formatting allowed values; Add translator comments; R...Daniel Teichmann
2021-10-01x2go_plugin.c: Allow data without any delimiters; Fix missing '!' in NULL check.Daniel Teichmann
2021-10-01x2go_plugin.c: Prettify error output.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix crash on rare failure of malloc.Daniel Teichmann
2021-10-01x2go_plugin.c: Restructure basic settings array; Add string_setting_validator...Daniel Teichmann