summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'rbuj-sources'Mike Gabriel2018-10-221-3/+2
|\ \ | |/ |/|
| * librda_la_SOURCES: add conditional sourcesrbuj2018-10-131-3/+2
|/
* Translated using Weblate (Spanish)Ricardo A. Hermosilla Carrillo2018-10-111-9/+11
* Translated using Weblate (Swedish)Kristoffer Grundström2018-10-021-9/+12
* Translated using Weblate (Ukrainian)Володимир Бриняк2018-09-281-10/+12
* Translated using Weblate (Belarusian)Viktar Vauchkevich2018-09-201-10/+12
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2018-09-131-9/+13
* Add COPYING file (LGPL-2+).Mike Gabriel2018-09-111-0/+481
* release 0.0.10.0.1Mike Gabriel2018-09-082-2/+114
* debian/copyright: Add .pot file to copyright.Mike Gabriel2018-09-081-1/+2
* debian/rules: Typo fix.Mike Gabriel2018-09-081-1/+1
* debian/control: Use GH URLs in Vcs-*: fields.Mike Gabriel2018-09-081-2/+2
* debian/copyright: Use secure URL in Format: field.Mike Gabriel2018-09-081-1/+1
* debian/control: Add pkg-config to B-Ds.Mike Gabriel2018-09-081-0/+1
* debian/control: Bump Standards-Version: to 4.2.1. No changes needed.Mike Gabriel2018-09-081-1/+1
* debian/rules: Keep --with-autoreconf, as we build with DH compat level 9 (for...Mike Gabriel2018-09-081-1/+1
* po/de.po: Update German translation.Mike Gabriel2018-09-081-4/+4
* po/: Merge new .pot template into translation files.Mike Gabriel2018-09-08117-468/+936
* po/librda.pot: Update translation template.Mike Gabriel2018-09-081-4/+8
* debian/copyright: Update copyright attributions.Mike Gabriel2018-09-081-0/+2
* debian/rules: Enable X2Go and Ogon awareness. Enable all hardening build flags.Mike Gabriel2018-09-081-1/+14
* configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING.Mike Gabriel2018-09-081-1/+1
* configure.ac et al.: Make it possible to enable/disable awareness for the sup...Mike Gabriel2018-09-086-0/+60
* configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ...Mike Gabriel2018-09-081-1/+1
* src/*.h: Fix file names in comment header.Mike Gabriel2018-09-082-2/+2
* debian/control: Add B-D: gobject-introspection.Mike Gabriel2018-09-081-0/+1
* Ogon RDP support: initial draft to support Ogon RDP as remote desktop technol...Mike Gabriel2018-07-024-0/+153
* src/rda_x2go.c: Some tab stop fixes.Mike Gabriel2018-06-281-8/+8
* src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in t...Mike Gabriel2018-06-281-4/+10
* src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating X2...Mike Gabriel2018-06-271-31/+15
* src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than <r...Mike Gabriel2018-06-271-1/+1
* src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for rda_ses...Mike Gabriel2018-06-271-1/+4
* initial draft of the RDA shared libraryMike Gabriel2018-06-27146-0/+4929