index
:
marvinborner/KochFractal
master
School presentation (GFS)
Marvin
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-07
Docs: add note on how to enable/disable preview links individually.
Benjamin Tan
2018-02-06
Docs: mention that syntax highlighting requires CSS theme file.
Benjamin Tan
2018-02-06
Docs: avoid recommending global Grunt installation.
Benjamin Tan
2018-02-06
Docs: Add note about Windows carriage returns.
Benjamin Tan
2018-02-01
Fix testing on Windows machines.
Benjamin Tan
2018-01-25
fix bug where left/right arrows appeared when there were no horizontal slides
Hakim El Hattab
2018-01-25
reorganize config options
Hakim El Hattab
2018-01-24
Merge pull request #2080 from bnjmnt4n/update-deps
Hakim El Hattab
2018-01-22
Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.
Benjamin Tan
2018-01-22
Update `grunt-contrib-uglify`.
Benjamin Tan
2018-01-22
Update dependencies.
Benjamin Tan
2018-01-22
Merge pull request #2078 from bnjmnt4n/data-background
Hakim El Hattab
2018-01-22
Allow `data-background` images to load even if there is whitespace at the end.
Benjamin Tan
2018-01-22
Merge pull request #2077 from bnjmnt4n/js-load
Hakim El Hattab
2018-01-22
Allow JS files with query strings to be loaded.
Benjamin Tan
2018-01-21
fix fragment handling when desired fragment is 0
Dougal J. Sutherland
2018-01-04
optionally put the fragment in the URL
Dougal J. Sutherland
2017-12-04
fix missing theme line-height when printing #1967
Hakim El Hattab
2017-12-04
prevent cmd+r in notes window since reloading breaks the view #1958
Hakim El Hattab
2017-12-04
Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes
Hakim El Hattab
2017-12-04
Merge branch 'patch-1' of https://github.com/keradus/reveal.js into dev
Hakim El Hattab
2017-12-02
.gitignore - ignore package-lock.json file
Dariusz Rumiński
2017-12-01
Merge pull request #2045 from jgm/issue2026
Hakim El Hattab
2017-11-29
Allow tex2jax options to be passed into math plugin.
John MacFarlane
2017-11-29
Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into dev
Hakim El Hattab
2017-11-29
minor formatting tweaks
Hakim El Hattab
2017-11-29
Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js in...
Hakim El Hattab
2017-11-25
Fixed issue with getProgress() when called from slidechanged event on edge case
Greg Denehy
2017-11-23
optimize use of getSlideBackground by avoiding index lookup
Hakim El Hattab
2017-11-23
add inline and external markdown images to example #2039
Hakim El Hattab
2017-11-22
lab.hakim.se/reveal-js -> revealjs.com
Hakim El Hattab
2017-11-22
3.6.0
Hakim El Hattab
2017-11-21
make it possible to load/unload slides via the api
Hakim El Hattab
2017-11-21
simplify logic for finding slide backgrounds
Hakim El Hattab
2017-11-17
URI encode name hash
Nicolas Normand
2017-11-09
Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into dev
Hakim El Hattab
2017-11-09
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Hakim El Hattab
2017-11-09
Merge pull request #1983 from ssfrr/patch-1
Hakim El Hattab
2017-11-09
Merge pull request #2017 from hoeggi/patch-1
Hakim El Hattab
2017-11-09
Merge pull request #1957 from crowchirp/patch-1
Hakim El Hattab
2017-11-09
Merge pull request #2029 from lechten/export-isSpeakerNotes
Hakim El Hattab
2017-11-09
reconfiguring no longer unloads iframes on current slide
Hakim El Hattab
2017-11-09
Merge pull request #2030 from lechten/registersearchkey
Hakim El Hattab
2017-11-09
allow to be called directly before or after (closes #2021)
Hakim El Hattab
2017-11-05
Register search key shortcut for help overlay
Jens Lechtenbörger
2017-11-05
Export isSpeakerNotes
Jens Lechtenbörger
2017-10-28
Update README.md
hoeggi
2017-10-04
always show media controls on mobile devices
Hakim El Hattab
2017-09-11
adds note about necessary markdown scripts to README
Spencer Russell
2017-09-07
support negative values in query config overrides
Hakim El Hattab
2017-09-06
Prevent text-transform inside code tags
Sean Fairchild
2017-08-12
Block F5 in speaker notes window, avoid disconnects
Thomas Weinert
2017-08-10
corrected minor typo in readme file
Chandan Rai
2017-08-08
fix indent: replace spaces with tabs
Maximilian Köhl
2017-08-08
PDF export: add option to export one page per fragment
Maximilian Köhl
2017-07-27
add option for disabling all forms of auto-sliding
Hakim El Hattab
2017-07-13
localstorage feature test in notes plugin, fixes speaker view error in safari
Hakim El Hattab
2017-06-19
zoom.js works on main wrapper element
Hakim El Hattab
2017-06-19
zoom.js uses ctrl+click for linux, alt+click for others #1909
Hakim El Hattab
2017-06-19
simplify point zoom, switch back to alt + click shortcut for os x support #1909
Hakim El Hattab
2017-06-19
clear existing matches when searching for empty string #1909
Hakim El Hattab
2017-06-19
Merge branch 'master' of https://github.com/linux-man/reveal.js into dev
Hakim El Hattab
2017-06-14
unload lazy loaded videos that are moved out of view
Hakim El Hattab
2017-06-14
themes use default quotation marks for `<q>` #1720
Hakim El Hattab
2017-06-13
prevent mobile safari header from covering presentation content
Hakim El Hattab
2017-06-12
fix centering of edge-aligned controls
Hakim El Hattab
2017-06-12
change event listener syntax #1917
Hakim El Hattab
2017-06-12
Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev
Hakim El Hattab
2017-06-12
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Hakim El Hattab
2017-06-12
Merge pull request #1898 from bentsai/patch-1
Hakim El Hattab
2017-06-07
alias 'notes:' alias for md speaker note separator #1913
Hakim El Hattab
2017-06-06
patch to allow multiplexing on URL load
Ole Mussmann
2017-06-02
change condition for detecting when there are horizontal slides
Hakim El Hattab
2017-05-24
'showNotes' does nothing when there are no notes
Hakim El Hattab
2017-05-23
larger speaker notes font on big screens
Hakim El Hattab
2017-05-22
tweak control spacing
Hakim El Hattab
2017-05-22
highlight.js 9.0.0 -> 9.11.0
Hakim El Hattab
2017-05-21
Remove comment
linux-man
2017-05-21
Modified Zoom
linux-man
2017-05-21
Better Search
linux-man
2017-05-19
change default color of controls to match legacy
Hakim El Hattab
2017-05-19
remove border from notes contain when printing on separate page
Hakim El Hattab
2017-05-19
adjust autplay position when notes are bottom-aligned
Hakim El Hattab
2017-05-19
low width speaker notes mode no longer uses vh
Hakim El Hattab
2017-05-19
adjust speaker notes layout on mobile devices
Hakim El Hattab
2017-05-18
'no notes on this slide' placeholder
Hakim El Hattab
2017-05-18
speaker notes tweak
Hakim El Hattab
2017-05-18
comment typo
Hakim El Hattab
2017-05-18
fix error with multiple decimal em in safari
Hakim El Hattab
2017-05-18
improve controls on touch devices
Hakim El Hattab
2017-05-18
revise progress to make them easier to override
Hakim El Hattab
2017-05-18
fix up arrow position
Hakim El Hattab
2017-05-17
control layout tweaks
Hakim El Hattab
2017-05-17
adjust control layouts when there are no vertical/horiozontal slides
Hakim El Hattab
2017-05-17
more flexible control size using em
Hakim El Hattab
2017-05-16
control opacity tweak
Hakim El Hattab
2017-05-16
controlsHints -> controlsTutorial
Hakim El Hattab
2017-05-16
in/out transitions for controls
Hakim El Hattab
2017-05-16
add controlsHint option, animates vertical arrow first time we encounter a ve...
Hakim El Hattab
2017-05-16
adjust controls layout when there are no vertical or horizontal slides in the...
Hakim El Hattab
[prev]
[next]