aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move ANSI color tokens to common partStefan Pöschel2017-04-071-6/+6
|
* Refactor SLSManager::encodeFileStefan Pöschel2017-04-071-57/+43
| | | | | | - fix compile warning w/o MagickWand - limit variable scope - fix variable types
* Fix setting of removed variableStefan Pöschel2017-04-071-1/+0
| | | | | | | The variable survived a refactoring and is orphaned since. Only compilation without MagickWand was affected. Fixes #4.
* SLS: fix also missed freeStefan Pöschel2017-03-091-1/+1
|
* SLS: free with MagickRelinquishMemory where neededStefan Pöschel2017-03-071-7/+14
|
* SLS: fix conditional memleakStefan Pöschel2017-03-071-0/+3
| | | | | | | | | | A memleak occured when non-raw mode was used and a slide complied to the following conditions: - PNG/JPG file - 320x240 resolution or less - size above max slide size (~50 KB) Closes #2.
* Hide/Move constantsStefan Pöschel2017-02-151-3/+7
|
* Fix slide name coloringStefan Pöschel2017-02-151-4/+4
|
* Small refactoringsStefan Pöschel2017-02-151-4/+4
|
* DLS/SLS: use ANSI colors for label/filenameStefan Pöschel2017-02-111-2/+2
|
* Slight refactoringsStefan Pöschel2017-02-111-6/+14
| | | | - SLSManager: store PADPacketizer ref + fix spacing
* Move Slideshow stuff to new SLSManagerStefan Pöschel2017-02-111-0/+692