smdp.git
2014-09-21 Michael Göhlerfixed flickering on slides with code blocks, closes #8
2014-09-21 Michael Göhlerfixed segv in cstring.c, closes #18
2014-09-21 Michael GöhlerMerge pull request #31 from FreeBirdLjj/issue#30
2014-09-20 FreeBirdLjjShorten sample lines.
2014-09-20 FreeBirdLjjAdd inline code sample.
2014-09-20 FreeBirdLjjAdd inline code support.
2014-09-19 Michael Göhleradded hint to terminal geometry error as suggested...
2014-09-19 Michael Göhlernew doc page about slide breaks
2014-09-19 Michael Göhlerfixed segv if first line of file is HR, closes #27
2014-09-19 Michael Göhlercompiling against ncursesw to display UTF-8 chars corre...
2014-09-19 Michael GöhlerMerge pull request #20 from FreeBirdLjj/AddGitIgnore
2014-09-19 Michael GöhlerMerge pull request #29 from Habbie/patch-1
2014-09-19 Peter van Dijks/mpd/mdp/
2014-09-18 Michael Göhlerextend sample.md so it looks more like a documentation
2014-09-18 Michael Göhleralso remove backslash from stack if next char is not...
2014-09-18 Michael Göhlerprevent use-after-free
2014-09-18 Michael Göhlerfixed -Wmaybe-uninitialized for *line
2014-09-18 Michael Göhlerpartially revert cae082fd - install -D is not OS-X...
2014-09-18 FreeBirdLjjInit `.gitignore'.
2014-09-17 Michael Göhlerno fading if next/prev slide is not availabe
2014-09-17 Michael Göhleradded invert switch to support black on white terminals
2014-09-17 Michael Göhlerremove duplicated code
2014-09-17 Michael Göhlermoved file handling to mdp.c completely
2014-09-17 Michael GöhlerMerge pull request #7 from Pyrohh/master
2014-09-17 Michael ReedMakefile improvements:
2014-09-17 Michael GöhlerMerge pull request #6 from FreeBirdLjj/EnhancedMakefile
2014-09-17 FreeBirdLjjReplace `strip` with `ld` `-s' option.
2014-09-17 FreeBirdLjjAdd compile optimization options (as default).
2014-09-17 FreeBirdLjjUsing the implicit rules of `make`.
2014-09-17 FreeBirdLjj`all' is also a phony target.
2014-09-17 FreeBirdLjjBugfix: the first target should have been `all', not...
2014-09-17 Michael GöhlerMerge pull request #4 from Pyrohh/master
2014-09-17 Michael Reedview.c: Fix typo
2014-09-16 Michael Göhleradded dependencies to README - fixes #1
2014-09-15 Michael Göhleranimated gif example
2014-09-15 Michael Göhleronly use colors if supported
2014-09-15 Michael Göhlerdo not print unmatched backslashes at eol
2014-09-15 Michael Göhlerfixed -Wchar-subscripts on isspace() macros
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