added support for interupting slides line by line, #45, #75
[smdp.git] / src / parser.c
2015-02-08 Michael Göhleradded support for interupting slides line by line,...
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-01-19 Michael Göhlerfixed dereferencing issue in markdown_load() and remove...
2014-12-26 Michael Göhlerfixed duplicated reference in header-only files, #66...
2014-12-25 Michael Göhlerfixed header-only SEGV, closes #66
2014-11-08 Michael Göhlerbeautifying some variable names and function calls
2014-11-07 Lukas LuegFixed memory leaks
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 support for bool type.
2014-10-04 FreeBirdLjjNo need to check IS_CODE here.
2014-10-04 FreeBirdLjjReplace `(void*)0` with `NULL`.
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öhlerMerge pull request #40 from FreeBirdLjj/issue#16
2014-09-28 FreeBirdLjjAdd sublime Text 3 project settings.
2014-09-28 FreeBirdLjjMerge branch 'master' into issue#16
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 FreeBirdLjjBugfix: for bug mistake HR as unordered list.
2014-09-26 FreeBirdLjjBugfix: set the right bits for unordered list.
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-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...