color config for code blocks
[smdp.git] / include /
2021-06-17 Daniel Liucolor config for code blocks master
2021-06-16 Daniel Liuremoved transparency and color fading
2021-05-22 Daniel Liuconfig.h file
2018-10-16 jkrvivianFix typos
2018-10-03 Michael Göhlerversion bump
2018-10-03 Christopher R. MillerAdd option to not invert code background color.
2018-08-27 Michael Göhlerversion bump
2018-08-22 Ethan HerbertsonAdd vertical-centering of slide content
2018-07-23 Michael Göhlerversion bump
2018-01-14 Michael Göhlerset line->size to correct value when stripping trailing...
2017-12-27 Michael Göhlerversion bump
2017-09-03 Michael Göhlerversion bump
2017-09-03 Namhyung Kimsupport Github style code formatting (#121)
2016-11-03 Michael Göhlerversion bump
2016-08-12 Michael Göhlerfixed wrong slide number and reload issue #108
2016-06-25 Michael Göhlerversion bump
2016-04-02 Michael Göhleradded cli param to enable char entity expansion + docu
2016-03-28 Bin GuoAdded support of character entities.
2016-03-27 Bin GuoAdded configurable list string from env.
2016-03-25 Michael Göhlerversion bump
2016-02-07 Michael Göhlerversion bump
2015-12-20 Michael Göhlerversion bump
2015-11-20 Michael Göhlerdisabled fade on stop, closes #94
2015-10-27 Michael Göhlermodified help text + version bump, closes #92
2015-10-27 Martin AltAdded support for pandoc's fenced code blocks
2015-07-15 Michael Göhlerversion bump für UTF-8 bugfix, thanks again!
2015-05-28 Christopher Leagueoptions to turn off display of slide #/# in footer
2015-03-27 Michael Göhleri think it's time for version 1.0
2015-02-08 Michael GöhlerMerge pull request #79 from visit1985/wchar_support
2015-02-08 Michael Göhleradded support for interupting slides line by line,...
2015-02-08 Michael Göhlerworkaround for cygwin WEOF, #78
2015-02-08 Michael Göhlerrenamed text->text to text->value for better distinction
2015-02-08 Michael Göhlerreplace pseudo UTF-8 with real wide character support
2015-02-01 Michael GöhlerMerge pull request #74 from ahirapatel/master
2015-02-01 Hiral PatelNavigate to any slide number
2015-01-19 Michael Göhlernew feature - reload a file with a keypress, closes #69
2014-12-26 Michael Göhlerversion bump
2014-12-26 Michael Göhlermake alignment respect pandoc urls, #63
2014-12-02 Simon DopplerThe calculation of `max_lines` takes in account the...
2014-11-30 Michael Göhlercoding style fixes - closes #63
2014-11-30 Simon DopplerAdded link support
2014-11-08 Michael Göhlerversion bump
2014-11-08 Michael Göhlerbeautifying some variable names and function calls
2014-11-07 Lukas LuegFixed memory leaks
2014-10-30 Michael Göhlerversion bump
2014-10-16 Michael Göhlerversion bump
2014-10-16 Michael Göhlervarious improvements
2014-10-12 Michael Göhlerfixed line width calculation for correct h-centering
2014-10-12 Michael Göhleradded special char for horizontal centering (#3)
2014-10-04 FreeBirdLjjAdd comment for bool.
2014-10-04 FreeBirdLjjChange the type of `fade` into bool.
2014-10-04 FreeBirdLjjAdd support for bool type.
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-29 FreeBirdLjjAdd inline_display().
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öhlerMerge pull request #38 from FreeBirdLjj/issue#16
2014-09-26 Michael Göhlerversion bump for #28
2014-09-24 FreeBirdLjjAdd data structure for unordered list.
2014-09-24 FreeBirdLjjAdd macros MAX() and MIN().
2014-09-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...
2014-09-22 mattnMerge pull request #23 from mattn/win32
2014-09-21 Michael Göhleradded revision to version number
2014-09-21 Michael Göhlerfixed flickering on slides with code blocks, closes #8
2014-09-17 Michael Göhleradded invert switch to support black on white terminals
2014-09-15 Michael Göhleronly use colors if supported
2014-09-14 Michael Göhlersmall readme changes
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ö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öhleradded a char stack implementation for later use
2014-09-07 Michael Göhleradd color to CODE, H1 and H2
2014-09-01 Michael Göhlerdisplay content line by line + corrected key codes
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-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ö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-17 Michael Göhlersplit up some headers + rename markdown_io to parser
2014-08-17 Michael Göhleradded/removed some markdown bits
2014-08-17 Michael Göhleradded header detection + test
2014-08-17 Michael Göhlermake header lines nameless
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