Lev Lamberov [Sun, 31 Jan 2016 17:45:17 +0000 (22:45 +0500)]
Remove obsolete Debian/Ubuntu build recipe
Lev Lamberov [Sun, 31 Jan 2016 17:43:42 +0000 (22:43 +0500)]
Add Debian and Ubuntu recipes, rearrange recipes alphabethically
Michael Göhler [Sun, 20 Dec 2015 10:51:48 +0000 (11:51 +0100)]
version bump
Michael Göhler [Sun, 20 Dec 2015 10:44:09 +0000 (11:44 +0100)]
Merge pull request #95 from dogsleg/master
making PREFIX overridable, but still /usr/local by default
Lev Lamberov [Tue, 15 Dec 2015 18:35:53 +0000 (23:35 +0500)]
making PREFIX overridable, but still /usr/local by default
Michael Göhler [Mon, 30 Nov 2015 23:05:24 +0000 (00:05 +0100)]
removed temp files
Michael Göhler [Mon, 30 Nov 2015 23:04:23 +0000 (00:04 +0100)]
updated man page
Michael Göhler [Fri, 20 Nov 2015 23:51:44 +0000 (00:51 +0100)]
disabled fade on stop, closes #94
always stop on first bullet when switching slides backwards
Michael Göhler [Tue, 27 Oct 2015 23:40:55 +0000 (00:40 +0100)]
removed alpha warning
Michael Göhler [Tue, 27 Oct 2015 23:37:39 +0000 (00:37 +0100)]
fixed coding style
Michael Göhler [Tue, 27 Oct 2015 23:32:02 +0000 (00:32 +0100)]
modified help text + version bump, closes #92
Michael Göhler [Tue, 27 Oct 2015 23:25:59 +0000 (00:25 +0100)]
fixed coding style + minor changes
Martin Alt [Tue, 27 Oct 2015 21:11:12 +0000 (22:11 +0100)]
Added support for pandoc's fenced code blocks
Code blocks can be started using three or more ~ characters and stopped
by the same or higher number of ~s. Additionally, pandoc attributes can
be specified. They are ignored in mdp, but may be used to get much nicer
output when converting the md file to html or pdf using pandoc.
For Example:
~~~~ {.bash .linenumbers}
ls $HOME # this is a comment
~~~~
See http://pandoc.org/demo/example9/pandocs-markdown.html
Michael Göhler [Wed, 15 Jul 2015 22:02:07 +0000 (00:02 +0200)]
Homebrew link
Michael Göhler [Wed, 15 Jul 2015 21:40:03 +0000 (23:40 +0200)]
version bump für UTF-8 bugfix, thanks again!
Michael Göhler [Wed, 15 Jul 2015 21:37:17 +0000 (23:37 +0200)]
Merge pull request #91 from Pyrohh/fix-locale
Fix setting of locale
Michael Reed [Tue, 14 Jul 2015 02:41:54 +0000 (22:41 -0400)]
Fix setting of locale
OpenBSD, for example, doesn't have a locale named "UTF8", as illustrated
here:
/usr/share/locale $ ls
ARMSCII-8 CP866 ISO8859-13 ISO8859-2 ISO8859-5 ISO8859-9 KOI8-U
CP1251 ISO8859-1 ISO8859-15 ISO8859-4 ISO8859-7 KOI8-R UTF-8
This causes UTF-8 characters to not be displayed, despite the LC_CTYPE
environment variable being set to "en_US.UTF-8" (which corresponds to an
actual locale on the system).
To avoid this issue, instead of telling getlocale(3) to use a fixed
locale, tell it to use the system's locale. From `man 3 setlocale`:
Only three locales are defined by default, the empty string "" which
denotes the native environment, and the "C" and "POSIX" locales, which
denote the C language environment.
Michael Göhler [Sat, 30 May 2015 22:18:13 +0000 (00:18 +0200)]
ignore mdpress format attributes, closes #88
Michael Göhler [Sat, 30 May 2015 21:31:52 +0000 (23:31 +0200)]
fixed right alignment
center footer if slide numbers are disabled
Christopher League [Thu, 28 May 2015 18:47:08 +0000 (14:47 -0400)]
options to turn off display of slide #/# in footer
-s, --noslidenum do not show slide number at the bottom
-x, --noslidemax show slide number, but not total number of slides
Michael Göhler [Sat, 11 Apr 2015 22:05:44 +0000 (00:05 +0200)]
updated sublime build system
Michael Göhler [Sat, 11 Apr 2015 20:53:37 +0000 (22:53 +0200)]
Merge pull request #86 from lukaslueg/master
Fixed crash caused by invalid pandoc urls
Michael Göhler [Sat, 11 Apr 2015 20:51:51 +0000 (22:51 +0200)]
fixed build error, #87
Lukas Lueg [Sat, 11 Apr 2015 14:42:08 +0000 (16:42 +0200)]
Fixed crash caused by invalid pandoc urls
Michael Göhler [Sat, 11 Apr 2015 11:40:17 +0000 (13:40 +0200)]
use TARGET where possible
Michael Göhler [Sat, 11 Apr 2015 11:37:20 +0000 (13:37 +0200)]
refined man-page
Daniel Campoverde [alx741] [Fri, 10 Apr 2015 21:11:53 +0000 (16:11 -0500)]
Add first man-page documentation
Michael Göhler [Fri, 27 Mar 2015 22:48:40 +0000 (23:48 +0100)]
i think it's time for version 1.0
Michael Göhler [Wed, 25 Mar 2015 23:59:26 +0000 (00:59 +0100)]
remove unnecessary blanks at the output
Michael Göhler [Sun, 8 Feb 2015 22:03:48 +0000 (23:03 +0100)]
documented line by line support, closes #45, closes #75
Michael Göhler [Sun, 8 Feb 2015 16:53:39 +0000 (17:53 +0100)]
Merge pull request #79 from visit1985/wchar_support
wchar support + line by line support
Michael Göhler [Sun, 8 Feb 2015 16:46:42 +0000 (17:46 +0100)]
added support for interupting slides line by line, #45, #75
Michael Göhler [Thu, 5 Feb 2015 00:26:54 +0000 (01:26 +0100)]
workaround for cygwin WEOF, #78
Michael Göhler [Sun, 1 Feb 2015 20:16:05 +0000 (21:16 +0100)]
renamed text->text to text->value for better distinction
Michael Göhler [Sun, 1 Feb 2015 01:12:17 +0000 (02:12 +0100)]
UTF-8 sample presentation for testing purposes
Michael Göhler [Sat, 31 Jan 2015 23:28:38 +0000 (00:28 +0100)]
replace pseudo UTF-8 with real wide character support
Michael Göhler [Tue, 3 Feb 2015 21:19:33 +0000 (22:19 +0100)]
Merge pull request #77 from technoskald/grammar
Fix minor grammar issues
Kyle Maxwell [Tue, 3 Feb 2015 20:53:35 +0000 (15:53 -0500)]
Fix minor grammar issues
Michael Göhler [Tue, 3 Feb 2015 17:10:09 +0000 (18:10 +0100)]
Merge pull request #76 from anders-dc/master
Add vi-ish navigation to first and last slide
Anders Damsgaard [Tue, 3 Feb 2015 09:35:12 +0000 (10:35 +0100)]
Add g and G keybinds to usage description
Anders Damsgaard [Tue, 3 Feb 2015 09:27:51 +0000 (10:27 +0100)]
Add vi-ish navigation to first and last slide
Navigate to first and last slide with 'g' and 'G', respectively. This resembles
the behavior of vi, that uses 'gg' and 'G' for the first and last lines in a
file. These keybinds are useful for keyboards without dedicated home/end keys.
Michael Göhler [Sun, 1 Feb 2015 16:39:01 +0000 (17:39 +0100)]
Merge pull request #74 from ahirapatel/master
Navigate to any slide number, resolves #73
Hiral Patel [Sun, 1 Feb 2015 03:56:53 +0000 (22:56 -0500)]
Navigate to any slide number
Michael Göhler [Sat, 31 Jan 2015 00:53:24 +0000 (01:53 +0100)]
fixed wrong help message, closes #72
Michael Göhler [Tue, 20 Jan 2015 00:29:50 +0000 (01:29 +0100)]
improved sample animation
Michael Göhler [Mon, 19 Jan 2015 23:31:14 +0000 (00:31 +0100)]
new feature - reload a file with a keypress, closes #69
Michael Göhler [Mon, 19 Jan 2015 20:54:26 +0000 (21:54 +0100)]
fixed dereferencing issue in markdown_load() and removed dead code in free_deck(), #70
Michael Göhler [Mon, 19 Jan 2015 20:37:58 +0000 (21:37 +0100)]
delwin() and dereferencing issue in viewer, #70
Michael Göhler [Fri, 26 Dec 2014 21:34:56 +0000 (22:34 +0100)]
added license notice
Michael Göhler [Fri, 26 Dec 2014 21:25:17 +0000 (22:25 +0100)]
version bump
Michael Göhler [Fri, 26 Dec 2014 21:10:13 +0000 (22:10 +0100)]
make alignment respect pandoc urls, #63
Michael Göhler [Fri, 26 Dec 2014 20:44:18 +0000 (21:44 +0100)]
fixed duplicated reference in header-only files, #66, #67
Michael Göhler [Fri, 26 Dec 2014 20:22:09 +0000 (21:22 +0100)]
Merge pull request #68 from jodiecunningham/master
fix header-only file crash, fixes #67
Jodie Cunningham [Fri, 26 Dec 2014 16:07:21 +0000 (10:07 -0600)]
fix header-only file crash, fixes #67
Michael Göhler [Thu, 25 Dec 2014 05:24:05 +0000 (06:24 +0100)]
fixed header-only SEGV, closes #66
Michael Göhler [Mon, 15 Dec 2014 08:59:50 +0000 (09:59 +0100)]
put a space in between url name and number
Michael Göhler [Fri, 5 Dec 2014 22:15:11 +0000 (23:15 +0100)]
changed some links to pandoc style
Michael Göhler [Fri, 5 Dec 2014 22:13:23 +0000 (23:13 +0100)]
make pandoc images behave like links
Michael Göhler [Fri, 5 Dec 2014 22:10:51 +0000 (23:10 +0100)]
fixed conditional jump error in valgrind
Simon Doppler [Mon, 1 Dec 2014 20:20:39 +0000 (21:20 +0100)]
The calculation of `max_lines` takes in account the additionnal lines from URLs
Simon Doppler [Mon, 1 Dec 2014 19:24:20 +0000 (20:24 +0100)]
Correction of memory management errors
Michael Göhler [Sun, 30 Nov 2014 21:12:43 +0000 (22:12 +0100)]
coding style fixes - closes #63
Simon Doppler [Wed, 26 Nov 2014 13:59:02 +0000 (14:59 +0100)]
Added escaped code for URL's
Simon Doppler [Mon, 24 Nov 2014 19:59:03 +0000 (20:59 +0100)]
Added link support
Michael Göhler [Mon, 24 Nov 2014 17:48:01 +0000 (18:48 +0100)]
Merge pull request #62 from dopsi/master
Correction of include path for CrunchBang (Debian derivative)
Simon Doppler [Mon, 24 Nov 2014 14:20:08 +0000 (15:20 +0100)]
Correction of include path for CrunchBang (Debian derivative)
Michael Göhler [Thu, 20 Nov 2014 20:30:37 +0000 (21:30 +0100)]
Merge pull request #61 from dimkr/master
Respect CFLAGS, LDFLAGS and CPPFLAGS.
Dima Krasner [Thu, 20 Nov 2014 19:04:42 +0000 (21:04 +0200)]
Respect CFLAGS, LDFLAGS and CPPFLAGS.
Michael Göhler [Sat, 8 Nov 2014 13:41:13 +0000 (14:41 +0100)]
version bump
Michael Göhler [Sat, 8 Nov 2014 13:36:47 +0000 (14:36 +0100)]
beautifying some variable names and function calls
Lukas Lueg [Fri, 7 Nov 2014 22:38:16 +0000 (23:38 +0100)]
Fixed memory leaks
Michael Göhler [Thu, 6 Nov 2014 22:56:50 +0000 (23:56 +0100)]
removed duplicated expression
Michael Göhler [Thu, 6 Nov 2014 22:47:34 +0000 (23:47 +0100)]
fixed other valgrind read error, ugly but works :)
Michael Göhler [Thu, 6 Nov 2014 22:44:03 +0000 (23:44 +0100)]
Merge pull request #58 from hspak/master
Fix minor valgrind read error
Hong Shick Pak [Thu, 6 Nov 2014 05:33:20 +0000 (00:33 -0500)]
fix minor valgrind read error
Michael Göhler [Wed, 5 Nov 2014 23:26:40 +0000 (00:26 +0100)]
Merge pull request #57 from neelchauhan/master
Add FreeBSD port to README.md
Neel Chauhan [Wed, 5 Nov 2014 22:45:53 +0000 (17:45 -0500)]
Add FreeBSD port to README.md
Michael Göhler [Mon, 3 Nov 2014 19:14:44 +0000 (20:14 +0100)]
ignore mdp.exe in cygwin git
Michael Göhler [Mon, 3 Nov 2014 19:10:44 +0000 (20:10 +0100)]
Merge pull request #56 from visit1985/cygwin_fixes
Cygwin fixes
Michael Göhler [Sun, 2 Nov 2014 16:05:09 +0000 (17:05 +0100)]
fixed header/bottom bar color for cygwin
Michael Göhler [Sun, 2 Nov 2014 16:02:20 +0000 (17:02 +0100)]
fixed compiler warning viewer.c:576, closes #55
Michael Göhler [Thu, 30 Oct 2014 20:58:29 +0000 (21:58 +0100)]
version bump
Michael Göhler [Thu, 30 Oct 2014 20:57:09 +0000 (21:57 +0100)]
split CFLAGS in CFLAGS and CPPFLAGS, closes #50
Michael Göhler [Thu, 30 Oct 2014 20:56:21 +0000 (21:56 +0100)]
fixed flipped DESTDIR and PREFIX, closes #49
Michael Göhler [Wed, 29 Oct 2014 22:49:49 +0000 (23:49 +0100)]
Merge pull request #52 from visit1985/interpretation_of_underscore
fixed underscores - closes #47
Michael Göhler [Mon, 20 Oct 2014 15:36:18 +0000 (17:36 +0200)]
Merge pull request #48 from ryanpcmcquen/patch-1
add slackware install method
Ryan P.C. McQuen [Mon, 20 Oct 2014 13:38:54 +0000 (06:38 -0700)]
add slackware install method
Michael Göhler [Sat, 18 Oct 2014 13:22:04 +0000 (15:22 +0200)]
fixed underscores - closest possible (#47)
Michael Göhler [Thu, 16 Oct 2014 23:26:20 +0000 (01:26 +0200)]
version bump
Michael Göhler [Thu, 16 Oct 2014 23:06:06 +0000 (01:06 +0200)]
various improvements
support for multi-line list items in unordered lists
unordered lists no longer support nested code blocks
code blocks start after a blank line only (makes ordered lists possible)
added comments and removed unused code
Michael Göhler [Wed, 15 Oct 2014 23:30:22 +0000 (01:30 +0200)]
corrected include path for Debian derivatives (closes #46)
Michael Göhler [Mon, 13 Oct 2014 21:19:14 +0000 (23:19 +0200)]
beautifying README
Michael Göhler [Mon, 13 Oct 2014 21:17:43 +0000 (23:17 +0200)]
use plus instead of backticks in unordered lists - looks nicer
Michael Göhler [Mon, 13 Oct 2014 21:16:08 +0000 (23:16 +0200)]
do not show workspace file in folder view
Michael Göhler [Sun, 12 Oct 2014 15:41:23 +0000 (17:41 +0200)]
added h-centering to sample.md (#3)
Michael Göhler [Sun, 12 Oct 2014 15:35:47 +0000 (17:35 +0200)]
fixed line width calculation for correct h-centering
Michael Göhler [Mon, 6 Oct 2014 23:03:06 +0000 (01:03 +0200)]
added special char for horizontal centering (#3)
Michael Göhler [Tue, 7 Oct 2014 21:07:06 +0000 (23:07 +0200)]
Merge pull request #44 from mjhanninen/fix-typo
Fix typo in error message
Matti Hänninen [Tue, 7 Oct 2014 19:11:12 +0000 (22:11 +0300)]
Fix typo in error message
Michael Göhler [Mon, 6 Oct 2014 19:53:52 +0000 (21:53 +0200)]
reintroducing the leading space in unordered lists - I like it