summaryrefslogtreecommitdiff
path: root/src/rda_x2go.c
Commit message (Collapse)AuthorAgeFilesLines
* src/rda_x2go.{c,h}: add generic protocol support.Mihai Moldovan2023-09-151-1/+85
| | | | | X2Go supports both NX and KDrive sessions, so parse the session ID (X2GO_SESSION) to find out what protocol the session uses.
* Support 'make distcheck'.Mike Gabriel2019-01-221-1/+0
|
* happy new yearMike Gabriel2019-01-191-1/+1
|
* Move special remote technology pretty names to .c files providing features ↵Mike Gabriel2019-01-181-0/+7
| | | | for that technology.
* Fix wrong WITH_REMOTE_AWARENESS_*** macro names.Mike Gabriel2019-01-181-2/+2
|
* src/rda_*.c: White-space fix at end of file.Mike Gabriel2018-11-021-1/+1
|
* configure.ac et al.: Make it possible to enable/disable awareness for the ↵Mike Gabriel2018-09-081-0/+4
| | | | supported remote desktop technologies at build time.
* src/rda_x2go.c: Some tab stop fixes.Mike Gabriel2018-06-281-8/+8
|
* src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating ↵Mike Gabriel2018-06-271-31/+15
| | | | X2Go Sessions.
* initial draft of the RDA shared libraryMike Gabriel2018-06-271-0/+110