Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ANSI color tokens to common part | Stefan Pöschel | 2017-04-07 | 1 | -6/+6 |
| | |||||
* | Refactor SLSManager::encodeFile | Stefan Pöschel | 2017-04-07 | 1 | -57/+43 |
| | | | | | | - fix compile warning w/o MagickWand - limit variable scope - fix variable types | ||||
* | Fix setting of removed variable | Stefan Pöschel | 2017-04-07 | 1 | -1/+0 |
| | | | | | | | The variable survived a refactoring and is orphaned since. Only compilation without MagickWand was affected. Fixes #4. | ||||
* | SLS: fix also missed free | Stefan Pöschel | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | SLS: free with MagickRelinquishMemory where needed | Stefan Pöschel | 2017-03-07 | 1 | -7/+14 |
| | |||||
* | SLS: fix conditional memleak | Stefan Pöschel | 2017-03-07 | 1 | -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 constants | Stefan Pöschel | 2017-02-15 | 1 | -3/+7 |
| | |||||
* | Fix slide name coloring | Stefan Pöschel | 2017-02-15 | 1 | -4/+4 |
| | |||||
* | Small refactorings | Stefan Pöschel | 2017-02-15 | 1 | -4/+4 |
| | |||||
* | DLS/SLS: use ANSI colors for label/filename | Stefan Pöschel | 2017-02-11 | 1 | -2/+2 |
| | |||||
* | Slight refactorings | Stefan Pöschel | 2017-02-11 | 1 | -6/+14 |
| | | | | - SLSManager: store PADPacketizer ref + fix spacing | ||||
* | Move Slideshow stuff to new SLSManager | Stefan Pöschel | 2017-02-11 | 1 | -0/+692 |