sent.git
2016-03-06 Markus TeichImport arg.h OOB fix from Lucas Gabriel Vuotto.
2016-03-06 Markus TeichFix cmdline argument check
2016-02-06 Markus Teichno need to reimplement cat here
2016-02-06 Markus Teichimprove error handling
2016-02-05 Markus Teichstyle: move function return types to own line
2016-02-05 FRIGNUse 2ff exclusively in config.def.h
2016-02-05 FRIGNFix alpha blending
2016-02-05 Markus Teichreadme: update reference to farbfeld
2015-12-24 David PhillipsChange an eprintf to a die to stop child from running...
2015-12-24 Grant Mathewsfilter via shell pipeline
2015-12-08 Markus Teichunbreak the build
2015-12-08 Markus Teichfix 2 uninitialized variables and bin == NULL check
2015-12-08 Markus Teichcheck for bin == NULL
2015-12-08 Markus Teichminor syntax, style and README fixes
2015-12-08 Markus Teichsupport transparent images
2015-12-08 sinSupport farbfeld as an intermediate format
2015-12-03 Markus Teichadd 'sent: ' prefix to errors
2015-12-03 AlexisAdd 'n' and 'p' keys to navigate slides
2015-12-03 AlexisRefactor die() to use eprintf()
2015-12-03 AlexisUse consistent wording for error messages
2015-11-19 Ivan ThamUse right click as previous and enable scrolling to...
2015-11-18 Quentin RameauBail out before allocating slides if file is empty
2015-11-18 Markus Teichfix dying on empty slidefile
2015-11-18 Quentin Rameaudrw.c: Avoid potential memory leak in drw_cur_create()
2015-11-18 Ivan ThamAdd Escape key to quit sent
2015-11-17 Markus Teichdie if no font could be loaded
2015-11-17 Jan Christoph... Register space to advance to the next slide
2015-11-17 Markus Teichshorten bulletpoints in example presentation
2015-11-17 Markus Teichfix dejavu font name
2015-11-17 Markus Teichsupport even larger screens
2015-11-17 Markus Teichprevent flickering when changing slides
2015-11-16 Markus Teichupdate README
2015-11-16 Markus Teichfix another index overflow issue
2015-11-16 Markus Teichfix several number overflow issues
2015-11-16 Markus Teichupdate version
2015-11-11 Markus Teichadd multiline support
2015-11-11 Markus Teichfix more memory leaks
2015-11-11 Markus Teichfree all fonts correctly
2015-11-11 Markus Teichfree temporary fontstr arrays
2015-11-11 Markus Teichsimplify png cleanup
2015-11-11 Markus Teichmake usable screensize config const
2015-11-10 Tony Lainsondon't assume we get a ConfigureNotify event
2015-11-10 Szabolcs Nagyinitialize .img
2015-11-07 Markus Teichdon't use EXIT_… cpp defines
2015-11-07 Markus Teichfix comment wording in drw.c
2015-11-04 Markus Teichmake colors configurable
2015-11-04 Markus Teichupdate license year
2015-11-01 Markus Teichfix default fonts in config.def.h
2015-10-31 Markus Teichremove unused font configuration, update license year
2015-10-31 Markus Teichfix font width calculations
2015-10-31 Markus Teichremove unused type qualifiers
2015-10-31 Markus Teichupdate example presentation
2015-08-29 Markus Teichfonts are automatically cleaned up
2015-05-03 Markus Teichdrw_resize should be called on mapping as well
2015-05-02 Markus Teichremove debug statement
2015-05-01 Markus Teichtypedef image struct
2015-04-30 Markus Teichminor style adaptions
2015-04-27 Markus Teichfonts cleanup
2015-04-27 Markus Teichremove unused dc/gc variables
2015-04-26 Markus Teichremove utf8 support from todo list
2015-04-25 Markus Teichremove old stuff and fix warnings
2015-04-22 Markus Teichblank screen before drawing text
2015-04-22 Markus Teichfix calculation of correct font size to use
2015-04-21 Markus Teichdrw: fixup font handling
2015-04-20 Markus Teichuse new font system from drw
2015-04-19 Markus Teichminor style fix and new var for fonts
2015-04-12 Markus Teichdrw: fixup drw_rect function
2015-04-11 Markus Teichuse die() where it should be used
2015-04-10 Markus Teichuse drw color scheme fixup
2015-04-10 Markus Teichdrw: fixup color schemes
2015-04-09 Markus Teichsome work on using drw.c done
2015-04-08 Markus Teichdrw: fixup font_getexts
2015-04-07 Markus Teichadd utf8 support, scaling and positioning missing.
2015-04-06 Markus Teichinit and clear drw context
2015-04-05 Markus Teichprepare switch to libsl
2015-03-03 Markus Teichupdate TODO
2015-01-19 Markus Teichupdate example
2015-01-19 Jonas Jeltensupport for comments to ignore lines
2015-01-19 Jonas Jeltenmake: fix warnings because of BSD_SOURCE
2015-01-19 Jonas Jeltenmake: don't build cscope by default
2014-06-29 Markus Teichupdate README
2014-06-29 Markus Teichlarge jumps don't work well with presenters
2014-06-29 Markus Teichadd png support
2014-06-23 Markus Teichadd further instructions for missing font path
2014-06-23 Markus Teichadd explanation to example presentation
2014-06-23 Markus Teichadd note to scalable fonts in config.def.h
2014-06-23 Markus Teichadd configuration explanation to README
2014-06-23 Markus Teichfix Makefile for users w/o cscope
2014-06-23 Markus Teichadd link to takahashi method
2014-06-23 Markus Teichadd example presentation
2014-06-22 Markus Teichadd vim like bindings
2014-06-22 Markus Teichupdate README
2014-06-22 Markus Teichadd stuff
2014-06-22 schachmatInitial commit