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-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-28Adding X2Go svg icon, and remove PNGsAntenore Gatta
2021-10-18Resource renaming to comply with the Freedesktop rulesAntenore Gatta (tmow)
2021-10-12X2Go plugin language reworked 2Allan Nordhøy
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
2021-10-01x2go_plugin.c: Change error message; Comment out too verbose debug output.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix heap-buffer-overflow in split_string() function.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix strings to be translatable.Daniel Teichmann
2021-10-01x2go_plugin.c: Declare error string only once per function.Daniel Teichmann
2021-10-01x2go_plugin.c: Add docstrings to validator functions.Daniel Teichmann
2021-10-01x2go_plugin.c: Rename 'direction' -> 'element' in string_setting_validator()Daniel Teichmann
2021-10-01x2go_plugin.c: Add stderr output if parameters are broken and don't rely on j...Daniel Teichmann
2021-10-01x2go_plugin.c: Change behaviour to include username, when saving new credenti...Daniel Teichmann
2021-10-01x2go_plugin.c: Rename 'parse_pyhoca_features()' to 'split_string()'Daniel Teichmann
2021-10-01x2go_plugin.c: Various code style changesDaniel Teichmann
2021-10-01x2go_plugin.c: Update DialogData documentationDaniel Teichmann
2021-10-01remmina_file_editor.c && x2go_plugin.c: Introduce plugin ProtocolSettings val...Daniel Teichmann
2021-09-23X2Go plugin language reworkedAllan Nordhøy
2021-09-21x2go_plugin.c: Change DPI resolution to settings type int.Daniel Teichmann
2021-09-21Typo reported through weblateAntenore Gatta (tmow)
2021-09-20x2go_plugin.c: Revert wrongfully commited change of variable name.Daniel Teichmann
2021-09-20x2go_plugin.c: Whitespace issues and ensure max line-length.Daniel Teichmann
2021-09-20x2go_plugin.c: Alter pyhoca-cli-unexpected-exit error message.Daniel Teichmann
2021-09-20x2go_plugin.c: if keyboard layout is not set; set it to 'auto'Daniel Teichmann
2021-09-20x2go_plugin.c: Adapt code to ensure consistent style. Renamed some variables.Daniel Teichmann
2021-09-20x2go_plugin.c: Make basic_settings array more readable (and follow max line-l...Daniel Teichmann
2021-09-20x2go_plugin.c: Don't spam the console with useless non-createnotify messages.Daniel Teichmann
2021-09-20x2go_plugin.c: Add feature check for almost every command line option.Daniel Teichmann
2021-09-20x2go_plugin.c: Change one error message.Daniel Teichmann
2021-09-20x2go_plugin.c: Change dialog message types to error dialogs.Daniel Teichmann
2021-09-20x2go_plugin.c: Change GtkDialog to GtkWidget in order to disable compiler war...Daniel Teichmann
2021-09-20x2go_plugin.c: Various cosmetic code changes.Daniel Teichmann