Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/rda.c: Initialize GList objects in ↵ | Mike Gabriel | 2019-01-25 | 1 | -2/+2 |
| | | | | rda_supported_technologies{,_by_name}() functions. | ||||
* | Support 'make distcheck'. | Mike Gabriel | 2019-01-22 | 1 | -1/+0 |
| | |||||
* | happy new year | Mike Gabriel | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Make rda_supported_technologies*() return GList objects. | Mike Gabriel | 2019-01-19 | 1 | -4/+20 |
| | |||||
* | Add rda_supported_technologies_by_name() function that sends technology ↵ | Mike Gabriel | 2019-01-18 | 1 | -0/+15 |
| | | | | names to g_message(). | ||||
* | Move special remote technology pretty names to .c files providing features ↵ | Mike Gabriel | 2019-01-18 | 1 | -2/+2 |
| | | | | for that technology. | ||||
* | Fix wrong WITH_REMOTE_AWARENESS_*** macro names. | Mike Gabriel | 2019-01-18 | 1 | -10/+10 |
| | |||||
* | src/rda.c: Don't fail if no remote technology is enabled at configure time. | Mike Gabriel | 2018-11-02 | 1 | -5/+4 |
| | |||||
* | configure.ac et al.: Make it possible to enable/disable awareness for the ↵ | Mike Gabriel | 2018-09-08 | 1 | -0/+21 |
| | | | | supported remote desktop technologies at build time. | ||||
* | Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵ | Mike Gabriel | 2018-07-02 | 1 | -0/+17 |
| | | | | technology. | ||||
* | src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in ↵ | Mike Gabriel | 2018-06-28 | 1 | -4/+10 |
| | | | | the session. Good enough for a start, I guess. | ||||
* | initial draft of the RDA shared library | Mike Gabriel | 2018-06-27 | 1 | -0/+132 |