summaryrefslogtreecommitdiffstats
path: root/sent.c
Commit message (Collapse)AuthorAgeFilesLines
* simplify png cleanupMarkus Teich2015-11-111-8/+16
|
* don't assume we get a ConfigureNotify eventTony Lainson2015-11-101-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 .imgSzabolcs Nagy2015-11-101-0/+2
| | | | without the attached patch ./sent example segfaults here
* don't use EXIT_… cpp definesMarkus Teich2015-11-071-1/+1
|
* make colors configurableMarkus Teich2015-11-041-1/+1
|
* update license yearMarkus Teich2015-11-041-2/+2
|
* remove unused font configuration, update license yearMarkus Teich2015-10-311-8/+5
|
* fix font width calculationsMarkus Teich2015-10-311-3/+4
|
* remove unused type qualifiersMarkus Teich2015-10-311-2/+2
|
* fonts are automatically cleaned upMarkus Teich2015-08-291-4/+0
|
* drw_resize should be called on mapping as wellMarkus Teich2015-05-031-1/+1
|
* remove debug statementMarkus Teich2015-05-021-1/+0
|
* typedef image structMarkus Teich2015-05-011-16/+16
|
* minor style adaptionsMarkus Teich2015-04-301-6/+7
|
* fonts cleanupMarkus Teich2015-04-281-0/+4
|
* remove unused dc/gc variablesMarkus Teich2015-04-271-24/+3
|
* remove old stuff and fix warningsMarkus Teich2015-04-251-124/+3
|
* blank screen before drawing textMarkus Teich2015-04-221-0/+1
|
* fix calculation of correct font size to useMarkus Teich2015-04-221-2/+7
|
* use new font system from drwMarkus Teich2015-04-201-32/+34
|
* minor style fix and new var for fontsMarkus Teich2015-04-191-1/+2
|
* use die() where it should be usedMarkus Teich2015-04-111-8/+8
|
* use drw color scheme fixupMarkus Teich2015-04-101-7/+4
|
* some work on using drw.c doneMarkus Teich2015-04-091-42/+79
|
* add utf8 support, scaling and positioning missing.Markus Teich2015-04-071-4/+20
|
* init and clear drw contextMarkus Teich2015-04-061-0/+9
|
* support for comments to ignore linesJonas Jelten2015-01-191-2/+5
| | | | | use # as first character in a line to skip this line from the slides.
* add png supportMarkus Teich2014-06-291-18/+249
|
* add stuffMarkus Teich2014-06-231-0/+468