summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix 2 uninitialized variables and bin == NULL checkMarkus Teich2015-12-092-9/+10
* check for bin == NULLMarkus Teich2015-12-081-1/+2
* minor syntax, style and README fixesMarkus Teich2015-12-083-13/+23
* support transparent imagesMarkus Teich2015-12-081-3/+16
* Support farbfeld as an intermediate formatsin2015-12-086-96/+119
* add 'sent: ' prefix to errorsMarkus Teich2015-12-031-0/+2
* Add 'n' and 'p' keys to navigate slidesAlexis2015-12-031-0/+2
* Refactor die() to use eprintf()Alexis2015-12-031-7/+1
* Use consistent wording for error messagesAlexis2015-12-031-19/+19
* Use right click as previous and enable scrolling to switch slidesIvan Tham2015-11-191-1/+3
* Bail out before allocating slides if file is emptyQuentin Rameau2015-11-181-4/+4
* fix dying on empty slidefileMarkus Teich2015-11-181-1/+1
* drw.c: Avoid potential memory leak in drw_cur_create()Quentin Rameau2015-11-181-2/+2
* Add Escape key to quit sentIvan Tham2015-11-181-0/+1
* die if no font could be loadedMarkus Teich2015-11-181-1/+2
* Register space to advance to the next slideJan Christoph Ebersbach2015-11-171-0/+1
* shorten bulletpoints in example presentationMarkus Teich2015-11-171-2/+2
* fix dejavu font nameMarkus Teich2015-11-171-1/+1
* support even larger screensMarkus Teich2015-11-171-1/+1
* prevent flickering when changing slidesMarkus Teich2015-11-171-2/+2
* update READMEMarkus Teich2015-11-171-47/+27
* fix another index overflow issueMarkus Teich2015-11-171-1/+2
* fix several number overflow issuesMarkus Teich2015-11-171-3/+3
* update versionMarkus Teich2015-11-171-1/+1
* add multiline supportMarkus Teich2015-11-113-51/+146
* fix more memory leaksMarkus Teich2015-11-111-2/+6
* free all fonts correctlyMarkus Teich2015-11-112-1/+2
* free temporary fontstr arraysMarkus Teich2015-11-111-0/+4
* simplify png cleanupMarkus Teich2015-11-111-8/+16
* make usable screensize config constMarkus Teich2015-11-111-2/+2
* don't assume we get a ConfigureNotify eventTony Lainson2015-11-101-2/+1
* initialize .imgSzabolcs Nagy2015-11-101-0/+2
* don't use EXIT_… cpp definesMarkus Teich2015-11-072-2/+2
* fix comment wording in drw.cMarkus Teich2015-11-071-2/+2
* make colors configurableMarkus Teich2015-11-042-1/+4
* update license yearMarkus Teich2015-11-042-3/+3
* fix default fonts in config.def.hMarkus Teich2015-11-011-1/+2
* remove unused font configuration, update license yearMarkus Teich2015-10-312-10/+5
* fix font width calculationsMarkus Teich2015-10-312-4/+5
* remove unused type qualifiersMarkus Teich2015-10-311-2/+2
* update example presentationMarkus Teich2015-10-311-1/+2
* fonts are automatically cleaned upMarkus Teich2015-08-291-4/+0
* drw_resize should be called on mapping as wellMarkus Teich2015-05-031-1/+1
* remove debug statementMarkus Teich2015-05-021-1/+0
* typedef image structMarkus Teich2015-05-011-16/+16
* minor style adaptionsMarkus Teich2015-04-301-6/+7
* fonts cleanupMarkus Teich2015-04-281-0/+4
* remove unused dc/gc variablesMarkus Teich2015-04-271-24/+3
* remove utf8 support from todo listMarkus Teich2015-04-261-1/+0
* remove old stuff and fix warningsMarkus Teich2015-04-251-124/+3