smdp.git
2014-09-14 Michael Göhlersmall readme changes
2014-09-14 Michael Göhlerno offset for normal text
2014-09-14 Michael Göhlerfixed segv when no header is present + fixed terminal...
2014-09-14 Michael Göhlerversion bump - feature complete, yeah!
2014-09-14 Michael Göhlerslide number in footer + extended key codes for 1-9...
2014-09-14 Michael Göhlerfixed nested quotation
2014-09-14 Michael Göhlercleanup inline formating stack + fixed quote style
2014-09-14 Michael Göhlerfixed utf-8 encoding issue
2014-09-14 Michael Göhlerupdated sample.md
2014-09-14 Michael Göhlerremoved old tests
2014-09-14 Michael Göhlerrewrote Makefile + copyright and license infos
2014-09-12 Michael Göhlerremoved duplicate function + added some comments to...
2014-09-11 Michael Göhlersorted some includes + added version number
2014-09-11 Michael Göhleradded cstack to viewer + implemented inline highlighting
2014-09-11 Michael Göhleradded missing prototype to cstack header
2014-09-07 Michael Göhlerrename project to mdp
2014-09-07 Michael Göhleradded a char stack implementation for later use
2014-09-07 Michael Göhleradded CREDITS
2014-09-07 Michael Göhleradd color to CODE, H1 and H2
2014-09-01 Michael Göhlerhandle fading on undefined key press correctly
2014-09-01 Michael Göhlerdisplay content line by line + corrected key codes
2014-08-29 Michael Göhlerdisplay header / footer from deck header + some compile...
2014-08-29 Michael Göhleradded viewer to main program - display dummy text for...
2014-08-29 Michael Göhlera first draft of the ncurses viewer
2014-08-27 Michael Göhlerfixed wrong linker usage + fix some compiler warnings
2014-08-25 Michael Göhlercalculate length of lines including backslashes correctly
2014-08-25 Michael Göhlerextended structs with some counts + beautifying
2014-08-25 Michael Göhlerextended terminal color tests
2014-08-25 Michael Göhlerrename objects to deck / slide
2014-08-20 Michael Göhlermove debug function to parser.c
2014-08-20 Michael Göhleradd line length and make it utf-8 compatible
2014-08-19 Michael Göhlersome ncurses tests
2014-08-17 Michael Göhlersplit up some headers + rename markdown_io to parser
2014-08-17 Michael Göhleradd missing markdown tags to file parser
2014-08-17 Michael Göhleradded debug levels + debug to STDERR
2014-08-17 Michael Göhleradded/removed some markdown bits
2014-08-17 Michael Göhleradded getopts argument parsing + usage + debug mode
2014-08-17 Michael Göhleradded header detection + test
2014-08-17 Michael Göhlermake header lines nameless
2014-08-17 Michael Göhlergdb startup commands
2014-08-17 Michael Göhlerinitialize all variables correctly + make it finally...
2014-08-17 Michael Göhleradded markdown sample file
2014-08-17 Michael Göhleradded debug output to main application
2014-08-17 Michael Göhlerdraft main application with file io + fixed Makefiles
2014-08-16 Michael Göhlerrefactoring: only function prototypes belong in header...
2014-08-16 Michael Göhlerdraft parsing markdown file into objects
2014-08-16 Michael Göhlerrefine markdown objects + added functions to header
2014-08-16 Michael Göhlerreset function for cstrings
2014-08-15 Michael Göhlerdraft markdown header + bit test
2014-08-10 Michael Göhlercstring header + test