12 Commits

Author SHA1 Message Date
Johann
9178c72e59 mirr0r filter added (#196)
* mirr0r filter added

* removed redundant and unused includes

* Using Cairo graphics library

* fixed parameters range

* Clear the screen before drawing, to avoid problems with image sources with transparency.

* Remove unused import
2024-11-15 11:20:44 +01:00
Jaromil
804f2098f7 ignore local build files for web gallery 2023-05-30 15:55:04 +02:00
Peter Eszlari
db45e9320b fix MSVC compilation
The following filters needed to be disabled because of
Variable Length Arrays (VLA), but are enabled when
compiling with clang-cl:

* curves
* d90stairsteppingfix
* dither
2022-12-27 16:45:20 +01:00
Jaromil
8bd666e808 multiple travis-ci release builds (osx clang + cmake and autoconf + cmake)
exclude osx builds on travis from using docker commands; add multiple builds on
linux (cmake and autoconf).
2018-09-01 00:05:38 +02:00
Akito Iwakura
79239c58e5 Add glitch0r plugin (#7)
* Add glitch0r plugin

* glitch0r: Fixups according to review
2016-12-04 16:42:54 -08:00
Jaromil
2c34161a44 documentation updates for the new release 2013-02-24 14:42:30 +01:00
Dan Dennedy
395b96c7f1 Revert "Try to fix build from git using configure script."
This reverts commit fb4e556aa5.
2013-01-12 10:47:28 -08:00
Dan Dennedy
fb4e556aa5 Try to fix build from git using configure script.
The configure script has helpers (e.g. ltmain.sh) that are included in a
tarball but not a git clone. Some of these helpers are required to deal with
a version of libtoolize used to generate configure that differs from the
version of libtool on the build machine.
2013-01-11 11:54:54 -08:00
Jaromil
5d825c423f added distclean target to cmake
for better cleanup when making releases
also added cmake build files in .gitignore
2010-09-13 11:59:40 +02:00
Jaromil
1b751bd6c0 autoconf fixes for documentation
doxygen generation and installation
documentation files installation
cleanup of generated documentation
2010-09-13 10:55:47 +02:00
Luca Bigliardi
c950588f3e Add pkg-config support 2009-04-09 17:11:13 +02:00
Jaromil
06e41285a9 small build fixes (no cluster.c filter found?) 2008-10-21 16:28:18 +02:00