Merge pull request #23 from mattn/win32
[smdp.git] / viewer.c
2014-09-22 mattnMerge pull request #23 from mattn/win32
2014-09-21 Michael Göhlerfixed flickering on slides with code blocks, closes #8
2014-09-21 Michael GöhlerMerge pull request #31 from FreeBirdLjj/issue#30
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öhlerMerge pull request #20 from FreeBirdLjj/AddGitIgnore
2014-09-18 Michael Göhleralso remove backslash from stack if next char is not...
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 #4 from Pyrohh/master
2014-09-17 Michael Reedview.c: Fix typo
2014-09-15 Michael Göhleronly use colors if supported
2014-09-15 Michael Göhlerdo not print unmatched backslashes at eol
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ö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ö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-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