| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | simplify png cleanup | Markus Teich | 2015-11-11 | 1 | -8/+16 |
| | | |||||
| * | make usable screensize config const | Markus Teich | 2015-11-11 | 1 | -2/+2 |
| | | |||||
| * | don't assume we get a ConfigureNotify event | Tony Lainson | 2015-11-10 | 1 | -2/+1 |
| | | | | | | | | | 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. | ||||
| * | initialize .img | Szabolcs Nagy | 2015-11-10 | 1 | -0/+2 |
| | | | | | without the attached patch ./sent example segfaults here | ||||
| * | don't use EXIT_… cpp defines | Markus Teich | 2015-11-07 | 2 | -2/+2 |
| | | |||||
| * | fix comment wording in drw.c | Markus Teich | 2015-11-07 | 1 | -2/+2 |
| | | |||||
| * | make colors configurable | Markus Teich | 2015-11-04 | 2 | -1/+4 |
| | | |||||
| * | update license year | Markus Teich | 2015-11-04 | 2 | -3/+3 |
| | | |||||
| * | fix default fonts in config.def.h | Markus Teich | 2015-11-01 | 1 | -1/+2 |
| | | |||||
| * | remove unused font configuration, update license year | Markus Teich | 2015-10-31 | 2 | -10/+5 |
| | | |||||
| * | fix font width calculations | Markus Teich | 2015-10-31 | 2 | -4/+5 |
| | | |||||
| * | remove unused type qualifiers | Markus Teich | 2015-10-31 | 1 | -2/+2 |
| | | |||||
| * | update example presentation | Markus Teich | 2015-10-31 | 1 | -1/+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 utf8 support from todo list | Markus Teich | 2015-04-26 | 1 | -1/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | drw: fixup font handling | Markus Teich | 2015-04-21 | 2 | -62/+75 |
| | | |||||
| * | use new font system from drw | Markus Teich | 2015-04-20 | 2 | -34/+40 |
| | | |||||
| * | minor style fix and new var for fonts | Markus Teich | 2015-04-19 | 1 | -1/+2 |
| | | |||||
| * | drw: fixup drw_rect function | Markus Teich | 2015-04-12 | 2 | -10/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | drw: fixup color schemes | Markus Teich | 2015-04-10 | 2 | -34/+31 |
| | | |||||
| * | some work on using drw.c done | Markus Teich | 2015-04-09 | 2 | -43/+80 |
| | | |||||
| * | drw: fixup font_getexts | Markus Teich | 2015-04-08 | 2 | -26/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | prepare switch to libsl | Markus Teich | 2015-04-05 | 6 | -3/+512 |
| | | |||||
| * | update TODO | Markus Teich | 2015-03-03 | 1 | -2/+3 |
| | | |||||
| * | update example | Markus Teich | 2015-01-19 | 2 | -2/+7 |
| | | |||||
| * | support for comments to ignore lines | Jonas Jelten | 2015-01-19 | 2 | -2/+6 |
| | | | | | | use # as first character in a line to skip this line from the slides. | ||||
| * | make: fix warnings because of BSD_SOURCE | Jonas Jelten | 2015-01-19 | 1 | -1/+1 |
| | | |||||
| * | make: don't build cscope by default | Jonas Jelten | 2015-01-19 | 1 | -1/+1 |
| | | |||||
| * | update README | Markus Teich | 2014-06-29 | 1 | -6/+6 |
| | | |||||
| * | large jumps don't work well with presenters | Markus Teich | 2014-06-29 | 1 | -4/+4 |
| | | |||||
| * | add png support | Markus Teich | 2014-06-29 | 5 | -21/+256 |
| | | |||||
| * | add further instructions for missing font path | Markus Teich | 2014-06-23 | 1 | -1/+8 |
| | | |||||
| * | add explanation to example presentation | Markus Teich | 2014-06-23 | 2 | -0/+2 |
| | | |||||
| * | add note to scalable fonts in config.def.h | Markus Teich | 2014-06-23 | 1 | -0/+1 |
| | | |||||
| * | add configuration explanation to README | Markus Teich | 2014-06-23 | 1 | -0/+6 |
| | | |||||
| * | fix Makefile for users w/o cscope | Markus Teich | 2014-06-23 | 1 | -1/+1 |
| | | |||||
| * | add link to takahashi method | Markus Teich | 2014-06-23 | 1 | -3/+4 |
| | | |||||