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
2022-11-10Revert "Merge branch 'Rem-2564' into 'master'"revert-9949dac9Hiroyuki Tanaka
This reverts merge request !2442
2022-11-09[Rem-2564] fixed color naming schememyheroyuki
2022-11-09[Rem-2564] Allow for runtime adjustment of color depthmyheroyuki
2022-10-29remmina: Allow building on a Wayland-only environmentMarek Vasut
Currently, it is not possible to build remmina without x11 support. Implement the necessary changes to support building and running remmina on a Wayland-only environment. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Fabio Estevam <festevam@denx.de>
2022-10-29plugins/rdp: Use 'true' and 'false' consistentlyFabio Estevam
Currently, 'True' and 'true' / 'False' and 'false' are used to express boolean, which can be confusing. For the sake of consistency, use the 'true' and 'false' format only. Suggested-by: Giovanni Panozzo <giovanni@panozzo.it> Signed-off-by: Fabio Estevam <festevam@denx.de>
2022-10-27Spelling: "Passphrase" → "password"Allan Nordhøy
2022-10-10RDP: Add option to disable output suppressionDaniel Richard G
2022-10-04plugins/x2go/x2go_plugin.c: Don't print password of --ssh-passphrase.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Add ssh_privatekey setting.Daniel Teichmann
Also don't show password prompt if not necessary. Closes: #2781
2022-10-04plugins/x2go/x2go_plugin.c: Disable SSH Tunnel tab.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Small fixes and improvement for an error message.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Update comment + remove misleading error message.Daniel Teichmann
2022-10-04plugins/x2go/x2go_plugin.c: Set default DPI value to 80 *IF* loading failed.Daniel Teichmann
2022-10-03Multiple changes to build and run with libsoup 3.0Antenore Gatta (tmow)
2022-08-31Remove webkit_settings_set_enable_frame_flattening() for newer WekbKitGTK, ↵issue_2780Giovanni Panozzo
fixes #2780
2022-08-30plugins/x2go/x2go_plugin.c: Fix tip and comment sentencekingu-master-patch-87108Allan Nordhøy
2022-08-25plugins/x2go/x2go_plugin.c: Fix typo.mr/fix-annoying-default-username-bugDaniel Teichmann
2022-08-25plugins/x2go/x2go_plugin.c: Fix usage of errmsg.Daniel Teichmann
2022-08-25plugins/x2go/x2go_plugin.c: Gracefully handle missing default_username param.Daniel Teichmann
2022-07-21Fix missing null checks causing signal 11Mathias Winterhalter
2022-07-18GVNC: Fixed JPEG quality encoding advertizingMaxim Devaev
Due to a typo, it was impossible to use JPEG encoding if the server strictly follows the RFB specification. According to it, Tight/JPEG is available only if the JPEG quality encoding is specified. - https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#jpeg-quality-level-pseudo-encoding
2022-07-15Mathias Winterhalter's avatar Fix unix socket support for VNCMathias Winterhalter
2022-07-14fix: svg size and formatAntenore Gatta (tmow)
2022-06-24Fixed ChannelDisconnected argument typesakallabeth
2022-06-24Fixed type of channel connect/disconnect callbacksakallabeth
2022-06-24Fixed missing static for functions in RDP plugin.akallabeth
2022-06-03Resolving WebLate threadAntenore Gatta (tmow)
2022-05-31Headers refactoringAntenore Gatta (tmow)
2022-05-24Fix crash during connectionGiovanni Panozzo
2022-05-18js linting resourcesAntenore Gatta (tmow)
2022-05-18Code style formatAntenore Gatta (tmow)
2022-05-18Using Remmina debuggin functionsAntenore Gatta (tmow)
2022-05-17WebKit deprecationsAntenore Gatta (tmow)
2022-05-16Use PyInitializeEx in order to skip signal handler registrationToolsDevler
2022-05-10Cannot disable shared folderAntenore Gatta (tmow)
2022-05-01Make FreeRDPs TLS Security Level setting accessible in the advanced settings ↵Antenore Gatta (tmow)
view
2022-04-30Extract python pluginMathias Winterhalter
2022-04-21Apply plugin api changes from Python plugin changeToolsDevler
2022-04-18Python pluginsMathias Winterhalter
2022-04-06Add mutex to protect RDP clipboard->srv_dataGiovanni Panozzo
2022-03-26Fix possible SEGV crashGiovanni Panozzo
2022-03-18Handle after-auth connection errors in VNC properlyLorenz Brun
Signed-off-by: Lorenz Brun <lorenz@brun.one>
2022-03-10Merge branch 'issue/2695-max-reconnect' into 'master'Antenore Gatta (tmow)
Get the right value for FreeRDP_AutoReconnectMaxRetries See merge request Remmina/Remmina!2388
2022-03-10Get the right value for FreeRDP_AutoReconnectMaxRetriesissue/2695-max-reconnectAntenore Gatta (tmow)
2022-03-10Merge branch 'issue/2695-max-reconnect' into 'master'Antenore Gatta (tmow)
Minor fixes Closes #2687 and #2695 See merge request Remmina/Remmina!2387
2022-03-10Get the right value for FreeRDP_AutoReconnectMaxRetriesAntenore Gatta (tmow)
2022-03-08FreeRDP_OffscreenSupportLevel is of type UINT32Armin Novak
2022-03-08Fix #2695 - reconnect attemps settingAntenore Gatta (tmow)
2022-03-08Fixing missing webkit dependenciesAntenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2022-03-08Removing dependencies that are available as extensionsAntenore Gatta (tmow)
Removed packages: - libgnutls28-dev - libjpeg-dev - libxcursor-dev - libxdamage-dev - libxext-dev - libxi-dev - libxinerama-dev - libxml2-dev - libxrandr-dev - libxtst-dev - libgcrypt20-dev - libwebkit2gtk-4.0-dev - libpcre2-dev - python3-dev - xdg-user-dirs - gtk-3-examples - libthai0 - libsndfile1 - libasyncns0 - libflac8 - libvorbisenc2 - libxau6 - libxdmcp6 - libogg0 - libvorbis0a - libpcre2-8-0 I've improved some CMakeFiles that were not handling correctly the include and librari directories