summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24mock: provide setter/getter for test-enumMatthias Vogelgesang
2018-01-24mock: add a custom enum type for test purposesMatthias Vogelgesang
2018-01-24Abort construction if props cannot be parsedMatthias Vogelgesang
2017-12-08Parse enum properties properlyMatthias Vogelgesang
2017-10-16Remove unused plugin search codeMatthias Vogelgesang
2017-10-16Remove unused CPack bitsMatthias Vogelgesang
2017-10-16Fix host documentationMatthias Vogelgesang
2017-10-16grab: measure time per frame grabMatthias Vogelgesang
2017-10-13Fix #81: send SIGUSR1 to externally trigger mockMatthias Vogelgesang
2017-10-11meson: do not require libtiffMatthias Vogelgesang
2017-10-11grab: drop --write-tiff and guess from file suffixMatthias Vogelgesang
2017-10-11grab: allow TIFF support with mesonMatthias Vogelgesang
2017-10-11grab: allow filename to be a format specifierMatthias Vogelgesang
2017-10-11grab: do not write at all if --output is not givenMatthias Vogelgesang
2017-10-11grab: show progress during acquisitionMatthias Vogelgesang
2017-10-11grab: drop support for --durationMatthias Vogelgesang
2017-10-10grab: do not set auto trigger source automaticallyMatthias Vogelgesang
2017-10-10grab: do not call parse_props as it's done alreadyMatthias Vogelgesang
2017-10-10Parse enum props as uintsMatthias Vogelgesang
2017-10-10common: do not pass properties to constructorMatthias Vogelgesang
This is fragile for a lot of properties ...
2017-10-10meson: test unit testsMatthias Vogelgesang
2017-09-20meson: use more general library() targetMatthias Vogelgesang
2017-09-20meson: actually install the libraryMatthias Vogelgesang
2017-08-21meson: fix gir/typelib generationMatthias Vogelgesang
2017-07-21common: exit early on errorMatthias Vogelgesang
2017-07-18Ignore deprecated declarationsMatthias Vogelgesang
2017-07-03gui: add Meson build supportMatthias Vogelgesang
2017-07-03gui: use glib-resources to bake in UIMatthias Vogelgesang
2017-07-03gui: rename source fileMatthias Vogelgesang
2017-06-30Add architecture overview to READMEMatthias Vogelgesang
2017-06-30docs: add general overview imageMatthias Vogelgesang
2017-06-28Fix softlink locationMatthias Vogelgesang
2017-06-28Add gcc to install listMatthias Vogelgesang
Apparently, it is sometimes installed as a dependency of make and sometimes it is not ...
2017-06-27Update Windows build instructionsMatthias Vogelgesang
2017-06-12Revert "Install RUNTIME into libdir"Matthias Vogelgesang
This reverts commit 2d34dce48e688da8fb2c8ce45fdbba82b262cc87.
2017-06-09Install RUNTIME into libdirMatthias Vogelgesang
2017-06-08Revert "Install runtime things only on Windows"Matthias Vogelgesang
This reverts commit 5720d2d8a15d72257c1d073fae6e51e1222b650d.
2017-06-08Support meson build systemMatthias Vogelgesang
2017-05-18Install runtime things only on WindowsMatthias Vogelgesang
2017-05-10Release version 2.2.1Matthias Vogelgesang
2017-04-07Fix plugin dirMatthias Vogelgesang
2017-04-07control: fix load path of UI fileMatthias Vogelgesang
2017-04-05Use prop string array to initialize parametersMatthias Vogelgesang
2017-04-04Use GNUInstallDirs to set install pathsMatthias Vogelgesang
2017-01-13Fix #80: trigger must not block on the access_lockMatthias Vogelgesang
This defeats the purpose of software triggers which in most cases have to happen in a thread different from the one grabbing actual frames.
2016-12-19mock: use g_thread_new for GLib >= 2.32Matthias Vogelgesang
2016-12-19mock: emulate correct software trigger behaviourMatthias Vogelgesang
2016-12-16Release version 2.2.0Matthias Vogelgesang
2016-12-16Install plugin .dll files in plugin directoryMarius Elvert
2016-12-15Enable -fPIC by defaultMatthias Vogelgesang