summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
In load() we allocated slides before checking if we actually read anything from the FILE fp and then continue with an allocated but “empty” space wich would lead to errors.
2015-11-18fix dying on empty slidefileMarkus Teich
2015-11-18drw.c: Avoid potential memory leak in drw_cur_create()Quentin Rameau
If drw was NULL, memory was still allocated for cur.
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
When the window background is left at WhitePixel (from initialization) and the user has set a dark background color in config.h, the window shortly displays the white default background when clearing after advancing to another slide. This was very disturbing and is fixed now by setting the default window background color to the bgcol chosen in config.h.
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
If the window manager maps our window at the requested size, we may not get a ConfigureNotify event. This happens e.g. under ratpoison. The result is that xw.uw and xw.uh are never set, so text is too small and pngscale() tries to divide by 0.
2015-11-10initialize .imgSzabolcs Nagy
without the attached patch ./sent example segfaults here
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