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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-09Merge branch 'ftb_fixes' into 'master'Giovanni Panozzo
Fix floating toolbar not disappearing when in fullscreen and keyboard grabbed Closes #2710 See merge request Remmina/Remmina!2441
2022-11-08Merge branch 'oct29' into 'master'Giovanni Panozzo
Allow building on a Wayland-only environment - version 4 See merge request Remmina/Remmina!2437
2022-11-08Fix floating toolbar not disappearing when in fullscreen and keyboard ↵Giovanni Panozzo
grabbed, possible fix for issue #2710
2022-11-07Fix GTK warningGiovanni Panozzo
2022-11-07Fix memory leaksGiovanni Panozzo
2022-11-06KB grabbing minor fixesGiovanni Panozzo
2022-11-04Added a toggleable notes column to display notes of any saved connectionsmyheroyuki
2022-11-04Improved setting width and removed escape characters from notesmyheroyuki
2022-11-04fixed cell width to prevent growing with longer notesmyheroyuki
2022-11-04Began adding notes columnmyheroyuki
2022-11-03Merge branch 'grab_fixes' into 'master'Giovanni Panozzo
Fix widget reparenting when entering/exiting fullscreen See merge request Remmina/Remmina!2439
2022-11-02Avoid ungrab under some rcw leave eventGiovanni Panozzo
2022-11-02Fix widget reparenting when entering/exiting fullscreenGiovanni Panozzo
2022-11-01[Rem-2782] added protocol icons in dropdown menumyheroyuki
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-29[Rem-2782] Display protocol name in tooltip for connections in the ... menu ↵myheroyuki
when in an existing connection's window
2022-10-27Ehnance keyboard ungrab debuggingGiovanni Panozzo
2022-10-27Transforms commented out code in remmina_ssh_cp_to_fd_cb into helpful commentmyheroyuki
2022-10-27Small refactor to remmina_ssh_cp_to_ch_cb in remmina_ssh.cmyheroyuki
* Renames remimna_ssh_cp_to_ch_cb -> remmina_ssh_cp_to_ch_cb. * Changes buffer size from 2097152 -> 0x200000 (same size, just easier to read). * Returns error (-1) if the number of bytes written to ssh_channel_write does not equal equal the number of bytes read from the file descriptor. * Uses "ret" as the return value instead of "sz"
2022-10-27Casting const gchar* variable to gpointer to suppress warning.myheroyuki
2022-10-27Spelling: "Passphrase" → "password"Allan Nordhøy
2022-10-03Multiple changes to build and run with libsoup 3.0Antenore Gatta (tmow)
2022-09-13Improve rcw closeGiovanni Panozzo
2022-09-08Fix unwanted label on new profileGiovanni Panozzo
2022-09-06Improved Change Passwd by adding Gateway PasswdBenoit Lagarde
2022-09-06Improved Change Passwd by adding Gateway PasswdBenoit Lagarde
2022-08-05Adding Labels/TagsAntonio Petricca
2022-08-02fix: removing unused variable by @youcefnafaAntenore Gatta (tmow)
2022-08-02replace spaces with tabsYoucef Nafa
2022-08-02add modified date to ftp file listYoucef Nafa
2022-06-24Fixed memory leakakallabeth
2022-06-24Fixed a memory leakakallabeth
2022-06-20Release v1.4.27Antenore Gatta (tmow)
2022-06-20Weblate discussion fixAntenore Gatta (tmow)
2022-06-18Add some comments on rcw.cGiovanni Panozzo
2022-06-17Fix #2473 - revive rcw_focus_out_event to avoid sticky Alt on Alt-TABWolfgang Scherer
2022-06-08launcher.sh is compatible with xfce4-terminal and gnome-terminal now.Lebensgefahr
2022-06-01Uninitialized value in remmina_protocol_widget_tunnel_destroyAntenore Gatta (tmow)
2022-06-01Uninitialized value in remmina_protocol_widget_start_direct_tunnelAntenore Gatta (tmow)
2022-06-01Fix #2739 - Send clipboard as keystrokesAntenore Gatta (tmow)
2022-06-01Removing too verbose messagesAntenore Gatta (tmow)
2022-05-31Headers refactoringAntenore Gatta (tmow)
2022-05-24Remove unneded function declarationGiovanni Panozzo
2022-05-24Make remmina_file_set_string() strongerGiovanni Panozzo
2022-05-23Casting G_CALLBACK for gtk_widget_destroyedAntenore Gatta (tmow)
2022-05-20Fix dangling pointer after scrolled_container destruction.Antenore Gatta (tmow)
2022-05-18translators commentAntenore Gatta (tmow)
2022-05-16Ignore add new connection button in kiosk modeAntenore Gatta (tmow)
Fixes #2731 Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-05-10value TRUE of type 'gboolean' is invalid or out of rangeAntenore Gatta (tmow)
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-05-10Cannot disable shared folderAntenore Gatta (tmow)