aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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