Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-03 | Refactor die() to use eprintf() | Alexis | |
2015-12-03 | Use consistent wording for error messages | Alexis | |
2015-11-18 | Bail out before allocating slides if file is empty | Quentin 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-18 | fix dying on empty slidefile | Markus Teich | |
2015-11-18 | die if no font could be loaded | Markus Teich | |
2015-11-17 | prevent flickering when changing slides | Markus 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-17 | fix another index overflow issue | Markus Teich | |
2015-11-17 | fix several number overflow issues | Markus Teich | |
2015-11-11 | add multiline support | Markus Teich | |
2015-11-11 | fix more memory leaks | Markus Teich | |
2015-11-11 | free all fonts correctly | Markus Teich | |
2015-11-11 | free temporary fontstr arrays | Markus Teich | |
2015-11-11 | simplify png cleanup | Markus Teich | |
2015-11-10 | don't assume we get a ConfigureNotify event | Tony 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-10 | initialize .img | Szabolcs Nagy | |
without the attached patch ./sent example segfaults here | |||
2015-11-07 | don't use EXIT_… cpp defines | Markus Teich | |
2015-11-04 | make colors configurable | Markus Teich | |
2015-11-04 | update license year | Markus Teich | |
2015-10-31 | remove unused font configuration, update license year | Markus Teich | |
2015-10-31 | fix font width calculations | Markus Teich | |
2015-10-31 | remove unused type qualifiers | Markus Teich | |
2015-08-29 | fonts are automatically cleaned up | Markus Teich | |
2015-05-03 | drw_resize should be called on mapping as well | Markus Teich | |
2015-05-02 | remove debug statement | Markus Teich | |
2015-05-01 | typedef image struct | Markus Teich | |
2015-04-30 | minor style adaptions | Markus Teich | |
2015-04-28 | fonts cleanup | Markus Teich | |
2015-04-27 | remove unused dc/gc variables | Markus Teich | |
2015-04-25 | remove old stuff and fix warnings | Markus Teich | |
2015-04-22 | blank screen before drawing text | Markus Teich | |
2015-04-22 | fix calculation of correct font size to use | Markus Teich | |
2015-04-20 | use new font system from drw | Markus Teich | |
2015-04-19 | minor style fix and new var for fonts | Markus Teich | |
2015-04-11 | use die() where it should be used | Markus Teich | |
2015-04-10 | use drw color scheme fixup | Markus Teich | |
2015-04-09 | some work on using drw.c done | Markus Teich | |
2015-04-07 | add utf8 support, scaling and positioning missing. | Markus Teich | |
2015-04-06 | init and clear drw context | Markus Teich | |
2015-01-19 | support for comments to ignore lines | Jonas Jelten | |
use # as first character in a line to skip this line from the slides. | |||
2014-06-29 | add png support | Markus Teich | |
2014-06-23 | add stuff | Markus Teich | |