smdp.git
2014-10-04 FreeBirdLjjReplace `(void*)0` with `NULL`.
2014-10-04 FreeBirdLjjUpdate for build systems.
2014-09-30 Michael Göhleruse NULL instead of (void*)0
2014-09-30 Michael Göhlererror handing for malloc/fgetc - #25
2014-09-30 Michael Göhleradd comment to common.h
2014-09-30 Michael Göhlerversion bump
2014-09-30 Michael GöhlerMerge pull request #40 from FreeBirdLjj/issue#16
2014-09-30 Michael GöhlerMerge pull request #42 from fredjean/master
2014-09-30 Frederic JeanAdding support for Targus presentation remote by using...
2014-09-29 FreeBirdLjjRemove unused block.
2014-09-29 FreeBirdLjjUse for loop to iterate.
2014-09-29 FreeBirdLjjSupport for inline markdown in unordered list.
2014-09-29 FreeBirdLjjUpdate for inline markdown support of unordered list.
2014-09-29 FreeBirdLjjAdd inline_display().
2014-09-28 FreeBirdLjjReplace ((void*)0) with NULL.
2014-09-28 FreeBirdLjjAdd sublime Text 3 project settings.
2014-09-28 FreeBirdLjjMerge branch 'master' into issue#16
2014-09-28 Michael Göhlerswitch to uname -s -- another try on #35
2014-09-27 Michael Göhlerrework max_lines/cols detection to support line wrappin...
2014-09-27 Michael Göhlercleanup and small change of list spacing in #38 + short...
2014-09-27 Michael GöhlerMerge pull request #38 from FreeBirdLjj/issue#16
2014-09-27 FreeBirdLjjUpdate sample for unordered list.
2014-09-27 FreeBirdLjjBugfix: for bug mistake HR as unordered list.
2014-09-26 FreeBirdLjjBugfix: set the right bits for unordered list.
2014-09-26 Michael GöhlerMerge pull request #39 from dozylynx/master
2014-09-26 Christopher... fix 1 character typo: s/jet/yet/
2014-09-26 Michael Göhlerversion bump for #28
2014-09-24 FreeBirdLjjUpdate for new feature.
2014-09-24 FreeBirdLjjParse and display list.
2014-09-24 FreeBirdLjjUse is_utf8() instead, for more readable.
2014-09-24 FreeBirdLjjUse the same coding style as other `i++`.
2014-09-24 FreeBirdLjjAdd data structure for unordered list.
2014-09-24 FreeBirdLjjAdd list sample.
2014-09-24 FreeBirdLjjAdd macros MAX() and MIN().
2014-09-23 Michael Göhlercygwin setup notes
2014-09-23 Michael Göhleronly check uname if OS is Windows_NT
2014-09-22 Michael Göhleradded contributors + convert to pdf instructions
2014-09-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...
2014-09-22 Michael Göhlerfixed Makefile for cygwin build after #23
2014-09-22 mattnMerge pull request #23 from mattn/win32
2014-09-21 Michael GöhlerMerge pull request #33 from Pyrohh/master
2014-09-21 Michael ReedMakefile: switch out 'rm -f' with '$(RM)' to match...
2014-09-21 Michael GöhlerMerge pull request #32 from TheFox/readme
2014-09-21 Christian MayerAlso on Debian.
2014-09-21 Michael Göhleradded revision to version number
2014-09-21 Michael Göhlererror handling for freopen()
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
next