75 Commits (master)

Author SHA1 Message Date
Tait Hoyem 99457c2725 Update C sources based on patch
2 years ago
Chris Down 2649e8d533 Avoid out-of-bounds access when a slide input line begins with \0
4 years ago
Laslo Hunhold a5f760fa0e Correctly handle files that contain no slides
7 years ago
Markus Teich 16e4843d05 allow to reload file
7 years ago
Markus Teich 6df3d039a0 load all images before starting the preso
7 years ago
Markus Teich 0ff43aaf34 replace malloc() with ecalloc()
8 years ago
Hiltjo Posthuma 8185d5eacb check memory allocation for calloc, die on failure
8 years ago
Markus Teich dca314e7a9 always redraw images
8 years ago
Hiltjo Posthuma efea6575ca improve some more error messages
8 years ago
FRIGN c3a0671f68 Use Plan 9 style for ARGEND
8 years ago
FRIGN b2daba3390 Fix error-messages
8 years ago
FRIGN 072a318adb Fix memory leak and print a warning on invalid regex
8 years ago
FRIGN e8914d5d4b _exit() instead of exit() after failed exec
8 years ago
FRIGN cd10166b5e Simplify LICENSE wording
8 years ago
FRIGN e75676d9a4 Simplify usage()
8 years ago
Markus Teich e1a0b51d84 Also call ffload on the current slide in advance()
8 years ago
Markus Teich 827f3de2e7 clean ffread and rename to ffload
8 years ago
Hiltjo Posthuma fd303ee9c1 load slide image on-demand
8 years ago
Hiltjo Posthuma 44a50ad948 load slide image on-demand
8 years ago
Markus Teich 27a904c1dd import new drw and util from libsl.
8 years ago
Markus Teich b954ed4b9f Fix cmdline argument check
8 years ago
Markus Teich 616aafdcb9 no need to reimplement cat here
8 years ago
Markus Teich 3019229279 improve error handling
8 years ago
Markus Teich 77809fae79 style: move function return types to own line
8 years ago
FRIGN 68ac6486b1 Fix alpha blending
8 years ago
David Phillips 022ae48360 Change an eprintf to a die to stop child from running its own slideshow
8 years ago
Grant Mathews 54daf38b08 filter via shell pipeline
8 years ago
Markus Teich 11f2c648eb unbreak the build
9 years ago
Markus Teich 008ff1b88b fix 2 uninitialized variables and bin == NULL check
9 years ago
Markus Teich edb4630564 check for bin == NULL
9 years ago
Markus Teich 24762d0172 minor syntax, style and README fixes
9 years ago
Markus Teich 0798e82d23 support transparent images
9 years ago
sin b516f468fa Support farbfeld as an intermediate format
9 years ago
Markus Teich 7e558105e6 add 'sent: ' prefix to errors
9 years ago
Alexis 91aeb01dce Refactor die() to use eprintf()
9 years ago
Alexis 824dae147e Use consistent wording for error messages
9 years ago
Quentin Rameau a1dcdad14f Bail out before allocating slides if file is empty
9 years ago
Markus Teich eac14478e9 fix dying on empty slidefile
9 years ago
Markus Teich cc57a28eba die if no font could be loaded
9 years ago
Markus Teich 4a828c2d6c prevent flickering when changing slides
9 years ago
Markus Teich b1cb3bbc20 fix another index overflow issue
9 years ago
Markus Teich 84734c73e8 fix several number overflow issues
9 years ago
Markus Teich 22a0a7f255 add multiline support
9 years ago
Markus Teich d7eac23083 fix more memory leaks
9 years ago
Markus Teich b23121b4aa free all fonts correctly
9 years ago
Markus Teich d302f2efe1 free temporary fontstr arrays
9 years ago
Markus Teich f6455efd52 simplify png cleanup
9 years ago
Tony Lainson 8b52c85dd1 don't assume we get a ConfigureNotify event
9 years ago
Szabolcs Nagy 4ca44387e6 initialize .img
9 years ago
Markus Teich 3ce84e7170 don't use EXIT_… cpp defines
9 years ago