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
path: root/src/rcw.c
AgeCommit message (Collapse)Author
2023-09-20[REM-2977] add shortcut for 'send clipboard as keystrokes'myheroyuki
2023-08-28Highlight top bar when `Grab all keyboard events` is enabledToliak Purple
2023-08-10[REM-2954] Save remmina file on duplicationmyheroyuki
2023-08-10Merge branch 'master' of gitlab.com:Remmina/Remmina into REM-2954myheroyuki
2023-08-10[REM-2954] Fix small mistake with updating remmina_filemyheroyuki
2023-08-10Revert "Merge branch 'REM-2954' into 'master'"Hiroyuki Tanaka
This reverts merge request !2521
2023-08-10Save toggle options when duplicating connectionmyheroyuki
2022-12-16Update Copyright for 2023myheroyuki
2022-12-15Avoid crash when closing, fixes issue #2832Giovanni Panozzo
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-06KB grabbing minor fixesGiovanni Panozzo
2022-11-02Avoid ungrab under some rcw leave eventGiovanni Panozzo
2022-11-02Fix widget reparenting when entering/exiting fullscreenGiovanni Panozzo
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-27Ehnance keyboard ungrab debuggingGiovanni Panozzo
2022-09-13Improve rcw closeGiovanni Panozzo
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-01Fix #2739 - Send clipboard as keystrokesAntenore Gatta (tmow)
2022-05-31Headers refactoringAntenore Gatta (tmow)
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-10value TRUE of type 'gboolean' is invalid or out of rangeAntenore Gatta (tmow)
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-05-09Disable grabs for SSH and SFTP, #closes #2728Antenore Gatta (tmow)
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-04-18Python pluginsMathias Winterhalter
2022-03-25Add '--enable-extra-hardening' command-line optionLitecoinZ
2022-03-24Add '--enable-fullscreen' command-line optionLitecoinZ
2022-03-20Fix trial for 2577: Closing a VNC connection makes Remmina close all other ↵Philippe Waroquiers
connections and disappear Following valgrind error report, it seems that a motion timeout still expires after the connection has been freed. Two changes might help fixing this: - in rcw.c:rco_closewin, explicitly call remmina_scrolled_viewport_remove_motion before freeing the connection object. - in remmina_scrolled_viewport.c:emmina_scrolled_viewport_leave, call remmina_scrolled_viewport_remove_motion if there is still a viewport_motion_handler.
2022-03-02Optional close confirmationAntenore Gatta (tmow)
This patch ammend the commit dbd73dcbfea559fec974de9af68a986d53ca3f93 adding an option for those not wanting to confirm. Fixes #2122 comment note_848622269 @emmguyot FYI Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-02-10Fix rare crashGiovanni panozzo
2022-01-24Removing not used string parameterAntenore Gatta (tmow)
2022-01-24Issue 2122 : Confirm on close of windowEmmanuel Guyot
2022-01-08Primary Password per profile and as global option.Antenore Gatta (tmow)
Now it's possible to lock/secure a single connection profile. 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-12-14Code cleaningbug/multimon-robertAntenore Gatta (tmow)
2021-12-14Stats related code left behind since 1.4.22Antenore Gatta (tmow)
2021-12-14Patch for a Remmina segfaultRobert Kiraly
This is a "-p1" patch for Remmina 1.4.22 and "git" snapshots from the same period. It's a fix for a segfault that shouldn't introduce new problems. One issue with the patch is that it doesn't re-indent the code between the "{" and "}" added here. It was done this way to keep the patch as simple as possible. Signed-off-by: Robert Kiraly <me@boldcoder.com>
2021-12-09Strings in rcw.c reworkedAllan Nordhøy
2021-12-04Fix possible crashGiovanni Panozzo
2021-11-30Fix string formatAntenore Gatta (tmow)
2021-11-27src:rcw.c: (Hopefully) Fix build error on Ubuntu Impish machine.Daniel Teichmann
2021-11-23rcw.c: GtkSocket-Not-Avail-Dialog Add open-in-browser button.Daniel Teichmann
2021-11-23rcw.c: GtkSocket-Not-Avail: Print title into stdout too.Daniel Teichmann
2021-11-23rcw.c: Fix indentationDaniel Teichmann
2021-11-23rcw.c: GtkSocket warning: print to stdout too and add Remmina Wiki link.Daniel Teichmann
2021-11-23rcw.c: Make GtkSocket warning dialog text selectable.Daniel Teichmann