removed alpha warning
[smdp.git] / src /
2015-10-27 Michael Göhlerfixed coding style
2015-10-27 Michael Göhlermodified help text + version bump, closes #92
2015-10-27 Michael Göhlerfixed coding style + minor changes
2015-10-27 Martin AltAdded support for pandoc's fenced code blocks
2015-07-15 Michael GöhlerMerge pull request #91 from Pyrohh/fix-locale
2015-07-14 Michael ReedFix setting of locale
2015-05-30 Michael Göhlerignore mdpress format attributes, closes #88
2015-05-30 Michael Göhlerfixed right alignment
2015-05-28 Christopher Leagueoptions to turn off display of slide #/# in footer
2015-04-11 Michael GöhlerMerge pull request #86 from lukaslueg/master
2015-04-11 Lukas LuegFixed crash caused by invalid pandoc urls
2015-03-27 Michael Göhleri think it's time for version 1.0
2015-03-25 Michael Göhlerremove unnecessary blanks at the output
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-03 Michael GöhlerMerge pull request #77 from technoskald/grammar
2015-02-03 Michael GöhlerMerge pull request #76 from anders-dc/master
2015-02-03 Anders DamsgaardAdd vi-ish navigation to first and last slide
2015-02-01 Michael GöhlerMerge pull request #74 from ahirapatel/master
2015-02-01 Hiral PatelNavigate to any slide number
2015-01-31 Michael Göhlerfixed wrong help message, closes #72
2015-01-19 Michael Göhlernew feature - reload a file with a keypress, closes #69
2015-01-19 Michael Göhlerfixed dereferencing issue in markdown_load() and remove...
2015-01-19 Michael Göhlerdelwin() and dereferencing issue in viewer, #70
2014-12-26 Michael Göhleradded license notice
2014-12-26 Michael Göhlermake alignment respect pandoc urls, #63
2014-12-26 Michael Göhlerfixed duplicated reference in header-only files, #66...
2014-12-26 Michael GöhlerMerge pull request #68 from jodiecunningham/master
2014-12-26 Jodie Cunninghamfix header-only file crash, fixes #67
2014-12-25 Michael Göhlerfixed header-only SEGV, closes #66
2014-12-15 Michael Göhlerput a space in between url name and number
2014-12-05 Michael Göhlermake pandoc images behave like links
2014-12-05 Michael Göhlerfixed conditional jump error in valgrind
2014-12-02 Simon DopplerThe calculation of `max_lines` takes in account the...
2014-12-02 Simon DopplerCorrection of memory management errors
2014-11-30 Michael Göhlercoding style fixes - closes #63
2014-11-30 Simon DopplerAdded link support
2014-11-24 Michael GöhlerMerge pull request #62 from dopsi/master
2014-11-24 Simon DopplerCorrection of include path for CrunchBang (Debian deriv...
2014-11-20 Michael GöhlerMerge pull request #61 from dimkr/master
2014-11-20 Dima KrasnerRespect CFLAGS, LDFLAGS and CPPFLAGS.
2014-11-08 Michael Göhlerbeautifying some variable names and function calls
2014-11-07 Lukas LuegFixed memory leaks
2014-11-06 Michael Göhlerremoved duplicated expression
2014-11-06 Michael Göhlerfixed other valgrind read error, ugly but works :)
2014-11-06 Michael GöhlerMerge pull request #58 from hspak/master
2014-11-06 Hong Shick Pakfix minor valgrind read error
2014-11-03 Michael GöhlerMerge pull request #56 from visit1985/cygwin_fixes
2014-11-02 Michael Göhlerfixed header/bottom bar color for cygwin
2014-11-02 Michael Göhlerfixed compiler warning viewer.c:576, closes #55
2014-10-30 Michael Göhlersplit CFLAGS in CFLAGS and CPPFLAGS, closes #50
2014-10-29 Michael GöhlerMerge pull request #52 from visit1985/interpretation_of...
2014-10-18 Michael Göhlerfixed underscores - closest possible (#47)
2014-10-16 Michael Göhlervarious improvements
2014-10-15 Michael Göhlercorrected include path for Debian derivatives (closes...
2014-10-13 Michael Göhleruse plus instead of backticks in unordered lists -...
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-07 Michael GöhlerMerge pull request #44 from mjhanninen/fix-typo
2014-10-07 Matti HänninenFix typo in error message
2014-10-06 Michael Göhlerreintroducing the leading space in unordered lists...
2014-10-06 Michael Göhlerfixed overlapping of wrapped lines for #15
2014-10-04 FreeBirdLjjChange the type of `fade` into bool.
2014-10-04 FreeBirdLjjUnify the coding style for `return`.
2014-10-04 FreeBirdLjjAdd support for bool type.
2014-10-04 FreeBirdLjjNo need to check IS_CODE here.
2014-10-04 FreeBirdLjjUse `MAX()` to make codes more readable.
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-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 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 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 Clarkfix 1 character typo: s/jet/yet/
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-23 Michael Göhleronly check uname if OS is Windows_NT
2014-09-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...