pinosaur
/
smdp.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
refined man-page
[smdp.git]
/
include
/
2015-03-27
Michael Göhler
i think it's time for version 1.0
tree
|
commitdiff
2015-02-08
Michael Göhler
Merge pull request #79 from visit1985/wchar_support
tree
|
commitdiff
2015-02-08
Michael Göhler
added support for interupting slides line by line,...
tree
|
commitdiff
2015-02-08
Michael Göhler
workaround for cygwin WEOF, #78
tree
|
commitdiff
2015-02-08
Michael Göhler
renamed text->text to text->value for better distinction
tree
|
commitdiff
2015-02-08
Michael Göhler
replace pseudo UTF-8 with real wide character support
tree
|
commitdiff
2015-02-01
Michael Göhler
Merge pull request #74 from ahirapatel/master
tree
|
commitdiff
2015-02-01
Hiral Patel
Navigate to any slide number
tree
|
commitdiff
2015-01-19
Michael Göhler
new feature - reload a file with a keypress, closes #69
tree
|
commitdiff
2014-12-26
Michael Göhler
version bump
tree
|
commitdiff
2014-12-26
Michael Göhler
make alignment respect pandoc urls, #63
tree
|
commitdiff
2014-12-02
Simon Doppler
The calculation of `max_lines` takes in account the...
tree
|
commitdiff
2014-11-30
Michael Göhler
coding style fixes - closes #63
tree
|
commitdiff
2014-11-30
Simon Doppler
Added link support
tree
|
commitdiff
2014-11-08
Michael Göhler
version bump
tree
|
commitdiff
2014-11-08
Michael Göhler
beautifying some variable names and function calls
tree
|
commitdiff
2014-11-07
Lukas Lueg
Fixed memory leaks
tree
|
commitdiff
2014-10-30
Michael Göhler
version bump
tree
|
commitdiff
2014-10-16
Michael Göhler
version bump
tree
|
commitdiff
2014-10-16
Michael Göhler
various improvements
tree
|
commitdiff
2014-10-12
Michael Göhler
fixed line width calculation for correct h-centering
tree
|
commitdiff
2014-10-12
Michael Göhler
added special char for horizontal centering (#3)
tree
|
commitdiff
2014-10-04
FreeBirdLjj
Add comment for bool.
tree
|
commitdiff
2014-10-04
FreeBirdLjj
Change the type of `fade` into bool.
tree
|
commitdiff
2014-10-04
FreeBirdLjj
Add support for bool type.
tree
|
commitdiff
2014-09-30
Michael Göhler
add comment to common.h
tree
|
commitdiff
2014-09-30
Michael Göhler
version bump
tree
|
commitdiff
2014-09-30
Michael Göhler
Merge pull request #40 from FreeBirdLjj/issue#16
tree
|
commitdiff
2014-09-29
FreeBirdLjj
Add inline_display().
tree
|
commitdiff
2014-09-28
FreeBirdLjj
Merge branch 'master' into issue#16
tree
|
commitdiff
2014-09-28
Michael Göhler
switch to uname -s -- another try on #35
tree
|
commitdiff
2014-09-27
Michael Göhler
rework max_lines/cols detection to support line wrappin...
tree
|
commitdiff
2014-09-27
Michael Göhler
Merge pull request #38 from FreeBirdLjj/issue#16
tree
|
commitdiff
2014-09-26
Michael Göhler
version bump for #28
tree
|
commitdiff
2014-09-24
FreeBirdLjj
Add data structure for unordered list.
tree
|
commitdiff
2014-09-24
FreeBirdLjj
Add macros MAX() and MIN().
tree
|
commitdiff
2014-09-22
Michael Göhler
Merge pull request #21 from ungureanuvladvictor/generic...
tree
|
commitdiff
2014-09-22
mattn
Merge pull request #23 from mattn/win32
tree
|
commitdiff
2014-09-21
Michael Göhler
added revision to version number
tree
|
commitdiff
2014-09-21
Michael Göhler
fixed flickering on slides with code blocks, closes #8
tree
|
commitdiff
2014-09-17
Michael Göhler
added invert switch to support black on white terminals
tree
|
commitdiff
2014-09-15
Michael Göhler
only use colors if supported
tree
|
commitdiff
2014-09-14
Michael Göhler
small readme changes
tree
|
commitdiff
2014-09-14
Michael Göhler
version bump - feature complete, yeah!
tree
|
commitdiff
2014-09-14
Michael Göhler
slide number in footer + extended key codes for 1-9...
tree
|
commitdiff
2014-09-14
Michael Göhler
rewrote Makefile + copyright and license infos
tree
|
commitdiff
2014-09-12
Michael Göhler
removed duplicate function + added some comments to...
tree
|
commitdiff
2014-09-11
Michael Göhler
sorted some includes + added version number
tree
|
commitdiff
2014-09-11
Michael Göhler
added cstack to viewer + implemented inline highlighting
tree
|
commitdiff
2014-09-11
Michael Göhler
added missing prototype to cstack header
tree
|
commitdiff
2014-09-07
Michael Göhler
added a char stack implementation for later use
tree
|
commitdiff
2014-09-07
Michael Göhler
add color to CODE, H1 and H2
tree
|
commitdiff
2014-09-01
Michael Göhler
display content line by line + corrected key codes
tree
|
commitdiff
2014-08-29
Michael Göhler
added viewer to main program - display dummy text for...
tree
|
commitdiff
2014-08-29
Michael Göhler
a first draft of the ncurses viewer
tree
|
commitdiff
2014-08-25
Michael Göhler
calculate length of lines including backslashes correctly
tree
|
commitdiff
2014-08-25
Michael Göhler
extended structs with some counts + beautifying
tree
|
commitdiff
2014-08-25
Michael Göhler
rename objects to deck / slide
tree
|
commitdiff
2014-08-20
Michael Göhler
move debug function to parser.c
tree
|
commitdiff
2014-08-20
Michael Göhler
add line length and make it utf-8 compatible
tree
|
commitdiff
2014-08-17
Michael Göhler
split up some headers + rename markdown_io to parser
tree
|
commitdiff
2014-08-17
Michael Göhler
added/removed some markdown bits
tree
|
commitdiff
2014-08-17
Michael Göhler
added header detection + test
tree
|
commitdiff
2014-08-17
Michael Göhler
make header lines nameless
tree
|
commitdiff
2014-08-16
Michael Göhler
refactoring: only function prototypes belong in header...
tree
|
commitdiff
2014-08-16
Michael Göhler
draft parsing markdown file into objects
tree
|
commitdiff
2014-08-16
Michael Göhler
refine markdown objects + added functions to header
tree
|
commitdiff
2014-08-16
Michael Göhler
reset function for cstrings
tree
|
commitdiff
2014-08-15
Michael Göhler
draft markdown header + bit test
tree
|
commitdiff
2014-08-10
Michael Göhler
cstring header + test
tree
|
commitdiff