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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-04Merge branch 'password_export_plugin' into 'main'HEADmainHiroyuki Tanaka
Add a plugin to print out saved passwords to make migrating to new systems easier See merge request Remmina/remmina-plugins!2
2024-01-03Make password export plugin require password if enabledPatryk Nowak
2023-12-07Add a plugin to print out saved passwords to make migrating to new systems ↵Patryk Nowak
easier
2023-09-06Merge branch 'python-x2go-plugin' into 'main'bhatman1441
Add python x2go plugin See merge request Remmina/remmina-plugins!1
2023-09-05Add python x2go pluginbhatman1441
2021-06-30Add 'plugins/st/' from commit '9d638d9664a94d839aba00d1e561dda008b5c469'Antenore Gatta (tmow)
git-subtree-dir: plugins/st git-subtree-mainline: 7148df83c03e50a3bb049a1f425e40c68a0b24c9 git-subtree-split: 9d638d9664a94d839aba00d1e561dda008b5c469
2021-06-30Add 'plugins/nx/' from commit '251a2ef5210b2527ec2a959e7356f6cd1a8fc1d2'Antenore Gatta (tmow)
git-subtree-dir: plugins/nx git-subtree-mainline: ae75b74ca7215fc44eee5558b51262e99a504fd8 git-subtree-split: 251a2ef5210b2527ec2a959e7356f6cd1a8fc1d2
2021-06-30Add 'plugins/xdmcp/' from commit '73724a5c0412cf8259aab65491b025e166b9a202'Antenore Gatta (tmow)
git-subtree-dir: plugins/xdmcp git-subtree-mainline: 34c174020b10d10d00c277ee922254d3654868dd git-subtree-split: 73724a5c0412cf8259aab65491b025e166b9a202
2021-06-30add READMEAntenore Gatta (tmow)
2021-05-12Fix build with musl libcplugins/nxNatanael Copa
Use FindIntl cmake modules which will leave Intl_LIBRARIES empty if libintl is provided by the libc.
2021-04-23Fixing RemminaConnectionWindow map/unmap eventsplugins/stAntenore 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-04-23Fixing RemminaConnectionWindow map/unmap eventsplugins/xdmcpAntenore 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-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-22Using curly double quotes where possibleAntenore Gatta
2021-01-22Using curly double quotes where possibleAntenore Gatta
2021-01-15Spelling: SSH key, first, checksum of, eitherAllan Nordhøy
2021-01-15Spelling: Start-upAllan Nordhøy
2021-01-15Spelling: Start-upAllan Nordhøy
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-05-21Set macro name to uppercaseAntenore Gatta
2020-05-21Set macro name to uppercaseAntenore Gatta
2020-05-21Change __VA_OPT__ to ## to support clangGiovanni Panozzo
2020-05-21Change __VA_OPT__ to ## to support clangGiovanni Panozzo
2020-05-21Introduce remmina_plugin_debug() for pluginsGiovanni 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-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-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-11Double free in the nx plugin, fixes #2173Antenore Gatta
2020-05-10Spelling: NX sessions on %sAllan Nordhøy
2020-05-09Spelling: Forget passwords after use, Ctrl+Alt+DelAllan Nordhøy
2020-05-05Spelling: Ran out of, Could not start, keystrokesAllan Nordhøy
2020-03-25Cppcheck and PVS Studio FixesRafał
2020-01-17Separate ssh tunnel params from ssh connection paramsGiovanni Panozzo
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-12-07Spelling: "simple terminal"Allan Nordhøy
2019-12-06Spelling: Private key, direct explanationsAllan Nordhøy
2019-12-06Spelling: Private key, direct explanationsAllan Nordhøy
2019-11-03Code cleaningAntenore Gatta
2019-11-03Code cleaningAntenore Gatta
2019-11-01Better messagepanel plugin APIGiovanni Panozzo
2019-11-01Plugin connection close refactoringGiovanni Panozzo
2019-11-01Plugin connection close refactoringGiovanni Panozzo
2019-11-01Plugin connection close refactoringGiovanni Panozzo
2019-11-01Spelling: GTK, Disconnect after first session, Listen for TCP connectionsAllan Nordhøy
(cherry picked from commit 9fe2c90c89922952434ac8bc19ec91ac3f8bba1d)