summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-03Add 'n' and 'p' keys to navigate slidesAlexis
2015-12-03Refactor die() to use eprintf()Alexis
2015-12-03Use consistent wording for error messagesAlexis
2015-11-19Use right click as previous and enable scrolling to switch slidesIvan Tham
2015-11-18Bail out before allocating slides if file is emptyQuentin Rameau
2015-11-18fix dying on empty slidefileMarkus Teich
2015-11-18drw.c: Avoid potential memory leak in drw_cur_create()Quentin Rameau
2015-11-18Add Escape key to quit sentIvan Tham
2015-11-18die if no font could be loadedMarkus Teich
2015-11-17Register space to advance to the next slideJan Christoph Ebersbach
2015-11-17shorten bulletpoints in example presentationMarkus Teich
2015-11-17fix dejavu font nameMarkus Teich
2015-11-17support even larger screensMarkus Teich
2015-11-17prevent flickering when changing slidesMarkus Teich
2015-11-17update READMEMarkus Teich
2015-11-17fix another index overflow issueMarkus Teich
2015-11-17fix several number overflow issuesMarkus Teich
2015-11-17update versionMarkus Teich
2015-11-11add multiline supportMarkus Teich
2015-11-11fix more memory leaksMarkus Teich
2015-11-11free all fonts correctlyMarkus Teich
2015-11-11free temporary fontstr arraysMarkus Teich
2015-11-11simplify png cleanupMarkus Teich
2015-11-11make usable screensize config constMarkus Teich
2015-11-10don't assume we get a ConfigureNotify eventTony Lainson
2015-11-10initialize .imgSzabolcs Nagy
2015-11-07don't use EXIT_… cpp definesMarkus Teich
2015-11-07fix comment wording in drw.cMarkus Teich
2015-11-04make colors configurableMarkus Teich
2015-11-04update license yearMarkus Teich
2015-11-01fix default fonts in config.def.hMarkus Teich
2015-10-31remove unused font configuration, update license yearMarkus Teich
2015-10-31fix font width calculationsMarkus Teich
2015-10-31remove unused type qualifiersMarkus Teich
2015-10-31update example presentationMarkus Teich
2015-08-29fonts are automatically cleaned upMarkus Teich
2015-05-03drw_resize should be called on mapping as wellMarkus Teich
2015-05-02remove debug statementMarkus Teich
2015-05-01typedef image structMarkus Teich
2015-04-30minor style adaptionsMarkus Teich
2015-04-28fonts cleanupMarkus Teich
2015-04-27remove unused dc/gc variablesMarkus Teich
2015-04-26remove utf8 support from todo listMarkus Teich
2015-04-25remove old stuff and fix warningsMarkus Teich
2015-04-22blank screen before drawing textMarkus Teich
2015-04-22fix calculation of correct font size to useMarkus Teich
2015-04-21drw: fixup font handlingMarkus Teich
2015-04-20use new font system from drwMarkus Teich
2015-04-19minor style fix and new var for fontsMarkus Teich
2015-04-12drw: fixup drw_rect functionMarkus Teich