This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from bb7f208 fix building on Windows. adds a8f41b9 rootless mode for x2gokdriveclient adds 1b656c7 Focus handling adds 5120c07 Cursor, icon handling, min size adds 9d1e363 Handling WM_DELETE_WINDOW adds e8fbd77 Handling minimizing windows. adds 468c632 Support for MS Windows in rootless mode. adds 27ab44d Improved display image updates. adds 1437664 Repaint windows after changing number of windows or stack order. adds 972ee17 transition between kdrive and virtual desktop coordinates. adds 7146a6f Show in Windows taskbar only normal and dialog windows. adds dc6b2de Check for sufficient server version in rootless mode. new 74d6188 - rootless mode for x2gokdrive. - improve WM updates procedure. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: client.cpp | 573 +++++++++++++++++++++++++++++++++++++++++++-------- client.h | 45 +++- debian/changelog | 2 + displayarea.cpp | 175 ++++++++-------- displayarea.h | 12 +- extwin.cpp | 482 +++++++++++++++++++++++++++++++++++++++++++ extwin.h | 94 +++++++++ menuframe.cpp | 9 +- x2gokdriveclient.pro | 4 +- 9 files changed, 1200 insertions(+), 196 deletions(-) create mode 100644 extwin.cpp create mode 100644 extwin.h -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 74d61886230927fb03574ffb63582d365bacf355 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Feb 17 09:45:49 2022 -0600 - rootless mode for x2gokdrive. - improve WM updates procedure. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e1f66ce..5d9eb27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,5 +40,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - revert to sprintf function for correct background in menuframe.cpp. - output some important messages if not running in debug mode. - fix building on Windows. + - rootless mode for x2gokdrive. + - improve WM updates procedure. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git