summaryrefslogtreecommitdiff
path: root/lib/Makefile.am.inc
Commit message (Collapse)AuthorAgeFilesLines
* Rename library to libflatpakAlexander Larsson2016-05-091-16/+16
|
* Rename source files to flatpakAlexander Larsson2016-05-091-35/+35
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-10/+10
|
* lib: Add XdgAppBundleRefAlexander Larsson2016-02-241-0/+2
|
* Always build libxmlappAlexander Larsson2016-01-221-10/+0
|
* Add --enable-libxdgapp configure flag and disable lib by defaultAlexander Larsson2015-12-161-1/+10
|
* Add missing EXTRA_DIST to pass distcheckAlexander Larsson2015-12-161-0/+3
|
* lib: Add custom GError codesAlexander Larsson2015-12-151-0/+2
|
* lib: Add XdgAppRemoteRef subclassAlexander Larsson2015-12-041-0/+2
| | | | | This doesn't do anything yet, but its a place to hang remote-specific ops off.
* Add introspection support to libxdg-appEmmanuele Bassi2015-12-041-4/+42
| | | | We may want to use it from non-C languages.
* build: Fix include path for builddir != srcdirEmmanuele Bassi2015-12-041-2/+4
| | | | | | | We need to add $(top_builddir)/lib to the inclusion path, otherwise the build will fail. This has broken gnome-continuous builds of xdg-app.
* Initial version of libxdg-appAlexander Larsson2015-12-031-0/+88
| | | | | | This is a highlevel library for working with xdg-app without using the commandline interface. The primary usecase for this is for creating a graphical frontend for app installation/update.
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-66/+0
|
* Propagate Xauthority details to the sandbox if X11 is enabledAlexander Larsson2015-10-011-2/+2
| | | | | | Some xservers out there (like xorg 1.17.1) have a broken server interpreted local xauth, which causes apps to fail to connect to the xserver. This fixes that by propagating Xauthority data such as the MIT-MAGIC-COOKIE-1.
* Fix distcheck issues0.4.0Alexander Larsson2015-09-171-0/+3
|
* Add XdgAppChainInputStream based on ostree versionAlexander Larsson2015-09-171-0/+2
| | | | This should really be in some library, but lets just copy it for now.
* Add XdgAppErrorAlexander Larsson2015-08-251-0/+2
|
* Initial version of XdgAppDbAlexander Larsson2015-08-251-0/+4
|
* Rename dbus file to org.freedesktop.XdgAppAlexander Larsson2015-08-251-3/+3
|
* Import xdg-document-portal from github repoAlexander Larsson2015-07-101-1/+1
| | | | | | | This pulls in the daemon code from: https://github.com/alexlarsson/xdg-document-portal/ We need this in xdg-app because we need to set up the mounts correctly.
* Restructure directories and buildAlexander Larsson2015-07-101-0/+55
This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.