aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.h
Commit message (Collapse)AuthorAgeFilesLines
* SLS: add option to limit slide sizeStefan Pöschel2018-03-041-3/+3
|
* SLS: add support to request slides dir re-readStefan Pöschel2018-02-161-1/+3
| | | | | | | A re-read of the slides dir can now be requested by storing a file named `REQUEST_SLIDES_DIR_REREAD` into the slides dir. When the next slide is going to be encoded and this file is present, the slides dir is re-read and this file is deleted.
* Make data group apptypes constantsStefan Pöschel2017-08-241-0/+3
|
* Rename managers to encodersStefan Pöschel2017-08-231-4/+4
|
* SLS: move slides dir scan to new slide storeStefan Pöschel2017-08-221-0/+17
|
* Add support for ImageMagick version 7Stefan Pöschel2017-04-301-1/+5
| | | | | | | | | Version 7 introduced slight API changes which are handled accordingly. Legacy version 6 has equivalent support in ODR-PadEnc and there are no plans to remove support for the next years. See also #3.
* Hide/Move constantsStefan Pöschel2017-02-151-8/+10
|
* Small refactoringsStefan Pöschel2017-02-151-1/+1
|
* Slight refactoringsStefan Pöschel2017-02-111-2/+3
| | | | - SLSManager: store PADPacketizer ref + fix spacing
* Move Slideshow stuff to new SLSManagerStefan Pöschel2017-02-111-0/+230