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 (Collapse)Author
2023-06-13[REM2916] Added option to kill async process started by exec plugin on tab closemyheroyuki
2022-12-16Update Copyright for 2023myheroyuki
2022-07-14fix: svg size and formatAntenore Gatta (tmow)
2022-01-07Auditing facilityAntenore Gatta (tmow)
This patch add a macro to log auditing traces, this traces will be shown when the audit is enabled in the general preferences (security): - in the linux journal if available - if Remmina has been started with the Remmina Desktop file - if started from the terminal - from the terminal if G_MESSAGES_DEBUG=all is set (always). Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-12-20Release v1.4.23Antenore Gatta (tmow)
* Patch for a Remmina segfault and stats code cleaning [!2358](https://gitlab.com/Remmina/Remmina/merge_requests/2358) *@antenore* * Make Appindicator optional [!2359](https://gitlab.com/Remmina/Remmina/merge_requests/2359) *@antenore* * Added check-box to force tight encoding for VNC connections [!2360](https://gitlab.com/Remmina/Remmina/merge_requests/2360) *@antenore* * remote resolution: use multiple of four [!2353](https://gitlab.com/Remmina/Remmina/merge_requests/2353) *@eworm-de* * Add Keyboard mapping per client RDP [!2361](https://gitlab.com/Remmina/Remmina/merge_requests/2361) *@headkaze* * Improve TLS error message, fixes #2364 [!2362](https://gitlab.com/Remmina/Remmina/merge_requests/2362) *@antenore* * Triage policy language reworked [!2363](https://gitlab.com/Remmina/Remmina/merge_requests/2363) *@kingu* /cc @bkohler @larchunix @slaanesh @jweberhofer @tukusejssirs @kingu @ToolsDevler @raghavgururajan Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-10-18Resource renaming to comply with the Freedesktop rulesAntenore Gatta (tmow)
2021-10-02(All protocol-plugins): Add 2xNULL to the end of each item in basic settings ↵Daniel Teichmann
(RemminaProtocolSetting array), for the validation feature.
2021-04-23Fixing RemminaConnectionWindow map/unmap eventsAntenore Gatta
The remmina connection windows in fullscreen is a different object than when is in scrolled mode, therefore the old logic to map and unmap the windows from the plugin it was notr working. Now the events are managed directly from the RCW object and the RemminaProtocolWidget, with an API that can be used by any plugins. When in multi monitor and fullscreen, this mechanism doesn't work, Therefore, in the plugin itself I catch when we are in multi monitor fullscreen mode And I ignore the event. This last behaviour should be managed directly in the Remmina Protocol Widget (TODO). Fixes #2475 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-05-21Set macro name to uppercaseAntenore Gatta
2020-05-21Change __VA_OPT__ to ## to support clangGiovanni Panozzo
2020-05-21Introduce remmina_plugin_debug() for pluginsGiovanni panozzo
2020-05-21Refactoring remmina_debug to avoid memory leaks and overhead, should fix #2202Antenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-05-18New remmina_debug function, replaces remmina_log_print, remmina_log_printf ↵Antenore Gatta
and g_debug remmina_debug is meant to be used in place of remmina_log_print, remmina_log_printf and g_debug, to print debug messages in the remmina log window and in the STDOUT
2020-05-01Fix minor typosYuri Chornoivan
2020-03-25Cppcheck and PVS Studio FixesRafał
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-12-09Spelling: "Warning:"Allan Nordhøy
2019-11-01Fix close handling on www and exec pluginGiovanni Panozzo
2019-10-02Spelling: may cause Remmina not to respondAllan Nordhøy
2019-09-07Adding setting tooltip in the remmina profile editorAntenore Gatta
2019-01-14Adding missing strings to be translatedAntenore Gatta
2019-01-10Updating coyright for year 2019Antenore Gatta
2018-06-08Moving to symbolic icons to match theme colorsAntenore Gatta
2018-06-05Migrating to SVG icons formatAntenore Gatta
2018-06-04New icons all sizesAntenore Gatta
2018-06-03New icons previewAntenore Gatta
2018-05-16Error test outside the conditionAntenore Gatta
2018-05-16Write newline instead of returnJohannes Weberhofer
2018-05-04plugins: explicitly set screenshot callbackDenis Ollier
2018-04-15cmake: remove duplicate icon for exec pluginDenis Ollier
2018-04-05Copyright update 2016-2018Antenore Gatta
2018-03-24Refactoring - Moving all plugins inside the plugins directoryAntenore Gatta