| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | check for bin == NULL | Markus Teich | 2015-12-08 | 1 | -1/+2 |
| * | minor syntax, style and README fixes | Markus Teich | 2015-12-08 | 1 | -11/+12 |
| * | support transparent images | Markus Teich | 2015-12-08 | 1 | -3/+16 |
| * | Support farbfeld as an intermediate format | sin | 2015-12-08 | 1 | -91/+113 |
| * | add 'sent: ' prefix to errors | Markus Teich | 2015-12-03 | 1 | -0/+2 |
| * | Refactor die() to use eprintf() | Alexis | 2015-12-03 | 1 | -7/+1 |
| * | Use consistent wording for error messages | Alexis | 2015-12-03 | 1 | -19/+19 |
| * | Bail out before allocating slides if file is empty | Quentin Rameau | 2015-11-18 | 1 | -4/+4 |
| * | fix dying on empty slidefile | Markus Teich | 2015-11-18 | 1 | -1/+1 |
| * | die if no font could be loaded | Markus Teich | 2015-11-18 | 1 | -1/+2 |
| * | prevent flickering when changing slides | Markus Teich | 2015-11-17 | 1 | -2/+2 |
| * | fix another index overflow issue | Markus Teich | 2015-11-17 | 1 | -1/+2 |
| * | fix several number overflow issues | Markus Teich | 2015-11-17 | 1 | -3/+3 |
| * | add multiline support | Markus Teich | 2015-11-11 | 1 | -42/+91 |
| * | fix more memory leaks | Markus Teich | 2015-11-11 | 1 | -2/+6 |
| * | free all fonts correctly | Markus Teich | 2015-11-11 | 1 | -0/+2 |
| * | free temporary fontstr arrays | Markus Teich | 2015-11-11 | 1 | -0/+4 |
| * | simplify png cleanup | Markus Teich | 2015-11-11 | 1 | -8/+16 |
| * | don't assume we get a ConfigureNotify event | Tony Lainson | 2015-11-10 | 1 | -2/+1 |
| * | initialize .img | Szabolcs Nagy | 2015-11-10 | 1 | -0/+2 |
| * | don't use EXIT_… cpp defines | Markus Teich | 2015-11-07 | 1 | -1/+1 |
| * | make colors configurable | Markus Teich | 2015-11-04 | 1 | -1/+1 |
| * | update license year | Markus Teich | 2015-11-04 | 1 | -2/+2 |
| * | remove unused font configuration, update license year | Markus Teich | 2015-10-31 | 1 | -8/+5 |
| * | fix font width calculations | Markus Teich | 2015-10-31 | 1 | -3/+4 |
| * | remove unused type qualifiers | Markus Teich | 2015-10-31 | 1 | -2/+2 |
| * | fonts are automatically cleaned up | Markus Teich | 2015-08-29 | 1 | -4/+0 |
| * | drw_resize should be called on mapping as well | Markus Teich | 2015-05-03 | 1 | -1/+1 |
| * | remove debug statement | Markus Teich | 2015-05-02 | 1 | -1/+0 |
| * | typedef image struct | Markus Teich | 2015-05-01 | 1 | -16/+16 |
| * | minor style adaptions | Markus Teich | 2015-04-30 | 1 | -6/+7 |
| * | fonts cleanup | Markus Teich | 2015-04-28 | 1 | -0/+4 |
| * | remove unused dc/gc variables | Markus Teich | 2015-04-27 | 1 | -24/+3 |
| * | remove old stuff and fix warnings | Markus Teich | 2015-04-25 | 1 | -124/+3 |
| * | blank screen before drawing text | Markus Teich | 2015-04-22 | 1 | -0/+1 |
| * | fix calculation of correct font size to use | Markus Teich | 2015-04-22 | 1 | -2/+7 |
| * | use new font system from drw | Markus Teich | 2015-04-20 | 1 | -32/+34 |
| * | minor style fix and new var for fonts | Markus Teich | 2015-04-19 | 1 | -1/+2 |
| * | use die() where it should be used | Markus Teich | 2015-04-11 | 1 | -8/+8 |
| * | use drw color scheme fixup | Markus Teich | 2015-04-10 | 1 | -7/+4 |
| * | some work on using drw.c done | Markus Teich | 2015-04-09 | 1 | -42/+79 |
| * | add utf8 support, scaling and positioning missing. | Markus Teich | 2015-04-07 | 1 | -4/+20 |
| * | init and clear drw context | Markus Teich | 2015-04-06 | 1 | -0/+9 |
| * | support for comments to ignore lines | Jonas Jelten | 2015-01-19 | 1 | -2/+5 |
| * | add png support | Markus Teich | 2014-06-29 | 1 | -18/+249 |
| * | add stuff | Markus Teich | 2014-06-23 | 1 | -0/+468 |