summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simplify png cleanupMarkus Teich2015-11-111-8/+16
|
* make usable screensize config constMarkus Teich2015-11-111-2/+2
|
* 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-072-2/+2
|
* fix comment wording in drw.cMarkus Teich2015-11-071-2/+2
|
* make colors configurableMarkus Teich2015-11-042-1/+4
|
* update license yearMarkus Teich2015-11-042-3/+3
|
* fix default fonts in config.def.hMarkus Teich2015-11-011-1/+2
|
* remove unused font configuration, update license yearMarkus Teich2015-10-312-10/+5
|
* fix font width calculationsMarkus Teich2015-10-312-4/+5
|
* remove unused type qualifiersMarkus Teich2015-10-311-2/+2
|
* update example presentationMarkus Teich2015-10-311-1/+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 utf8 support from todo listMarkus Teich2015-04-261-1/+0
|
* 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
|
* drw: fixup font handlingMarkus Teich2015-04-212-62/+75
|
* use new font system from drwMarkus Teich2015-04-202-34/+40
|
* minor style fix and new var for fontsMarkus Teich2015-04-191-1/+2
|
* drw: fixup drw_rect functionMarkus Teich2015-04-122-10/+8
|
* use die() where it should be usedMarkus Teich2015-04-111-8/+8
|
* use drw color scheme fixupMarkus Teich2015-04-101-7/+4
|
* drw: fixup color schemesMarkus Teich2015-04-102-34/+31
|
* some work on using drw.c doneMarkus Teich2015-04-092-43/+80
|
* drw: fixup font_getextsMarkus Teich2015-04-082-26/+12
|
* add utf8 support, scaling and positioning missing.Markus Teich2015-04-071-4/+20
|
* init and clear drw contextMarkus Teich2015-04-061-0/+9
|
* prepare switch to libslMarkus Teich2015-04-056-3/+512
|
* update TODOMarkus Teich2015-03-031-2/+3
|
* update exampleMarkus Teich2015-01-192-2/+7
|
* support for comments to ignore linesJonas Jelten2015-01-192-2/+6
| | | | | use # as first character in a line to skip this line from the slides.
* make: fix warnings because of BSD_SOURCEJonas Jelten2015-01-191-1/+1
|
* make: don't build cscope by defaultJonas Jelten2015-01-191-1/+1
|
* update READMEMarkus Teich2014-06-291-6/+6
|
* large jumps don't work well with presentersMarkus Teich2014-06-291-4/+4
|
* add png supportMarkus Teich2014-06-295-21/+256
|
* add further instructions for missing font pathMarkus Teich2014-06-231-1/+8
|
* add explanation to example presentationMarkus Teich2014-06-232-0/+2
|
* add note to scalable fonts in config.def.hMarkus Teich2014-06-231-0/+1
|
* add configuration explanation to READMEMarkus Teich2014-06-231-0/+6
|
* fix Makefile for users w/o cscopeMarkus Teich2014-06-231-1/+1
|
* add link to takahashi methodMarkus Teich2014-06-231-3/+4
|