index
:
marvinborner/KochFractal
master
School presentation (GFS)
Marvin
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
js
Age
Commit message (
Expand
)
Author
2019-04-01
fix typos
Hakim El Hattab
2019-04-01
Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-table
Hakim El Hattab
2019-04-01
add hasPlugin and getPlugin API methods and tests
Hakim El Hattab
2019-03-28
tweaks and tests for #2354
Hakim El Hattab
2019-03-28
Merge branch 'dev' of https://github.com/maxrothman/reveal.js into dev
Hakim El Hattab
2019-03-25
fix an error where reveal.js returned a 1> progress number when there were fr...
Hakim El Hattab
2019-03-22
Add data-preload attribute for iframes
Max Rothman
2019-03-21
make #2350 work using replaceState
Hakim El Hattab
2019-03-21
Merge branch 'dev' into hash-problem
Hakim El Hattab
2019-03-15
Fixed not bing able to follow same inner links twice with history:false
Raphael Parree
2019-03-14
fix error when reveal.js was initialized with no plugins
Hakim El Hattab
2019-03-14
support for plugins where the init method doesn't return a Promise
Hakim El Hattab
2019-03-12
prevent same plugin from being registered twice
Hakim El Hattab
2019-03-11
use internal pointer for current slide
Hakim El Hattab
2019-03-11
syncFragments now returns all affected fragments
Hakim El Hattab
2019-03-04
reveal.js plugin flow now uses promises, refactor markdown plugin to use prom...
Hakim El Hattab
2019-03-01
few plugin registration tweaks
Hakim El Hattab
2019-03-01
async loading of external markdown, add Reveal.registerPlugin()
Hakim El Hattab
2019-02-28
remove unused `isPrintingPDFFragments` function
Dougal J. Sutherland
2019-02-19
* Keyboard Shortcuts table: Dynamically fill object at configuration
Zach DeCook
2019-02-01
documentation for #2315
Hakim El Hattab
2019-02-01
Merge pull request #2315 from dougalsutherland/slide-formats
Hakim El Hattab
2019-02-01
define available values for showSlideNumber
Hakim El Hattab
2019-01-31
resize event tweaks for #2300
Hakim El Hattab
2019-01-31
Merge pull request #2300 from mw75/master
Hakim El Hattab
2019-01-31
allow custom slide numbering functions
Dougal J. Sutherland
2019-01-29
only force media controls to be visible when necessarry
Hakim El Hattab
2019-01-23
hide vertical arrows when navigationMode is 'linear' #2307
Hakim El Hattab
2019-01-23
documentation for navigationMode #2307
Hakim El Hattab
2019-01-23
'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ...
Hakim El Hattab
2019-01-22
refactor keyboard listener conditions
Hakim El Hattab
2019-01-22
Merge pull request #2307 from reyerstudio/feature/shortcuts@dev
Hakim El Hattab
2019-01-22
correct height of reveal.js on mobile devices, fixes vertical overflow
Hakim El Hattab
2019-01-21
Enable simpleNavigation
Stéphane Este-Gracias
2019-01-15
emmit resize event if scale changed
Mario Wolff
2019-01-10
2019
Hakim El Hattab
2019-01-10
remove pinch gesture for triggering overview mode on touch devices, enables r...
Hakim El Hattab
2019-01-07
whitespace
Hakim El Hattab
2019-01-07
Merge pull request #1188 from sanand0/master
Hakim El Hattab
2018-12-19
ensure history api is available, default to hash: true with no history in dem...
Hakim El Hattab
2018-12-19
Merge pull request #2286 from asottile/hash_without_history_2211
Hakim El Hattab
2018-12-19
correct variable name in inline comment
Hakim El Hattab
2018-12-19
add gridNavigation config to configure navigation between adjacent vertical s...
Hakim El Hattab
2018-12-18
optimization; avoid reading computed styles unless necessary
Hakim El Hattab
2018-12-02
Add new 'hash: true' option which uses replaceState for url
Anthony Sottile
2018-11-16
add getRevealElement API method
Hakim El Hattab
2018-11-13
add cmd/ctrl + arrow key shortcuts to first/last slides
Hakim El Hattab
2018-10-26
dispatch state events after current slide has updated #2264
Hakim El Hattab
2018-10-24
Fix nested if-statement in readURL that caused slide(h,v) to be
Mario Botsch
2018-10-11
replace while with forEach loop
Hakim El Hattab
2018-10-11
fix #1590
Hakim El Hattab
2018-10-08
automatically hide the mouse pointer after 5s of inactivity (#1837)
Hakim El Hattab
2018-10-04
remove head.min.js in favor of simple built-in script loader
Hakim El Hattab
2018-10-04
formatting and tweaks for #2104
Hakim El Hattab
2018-10-04
resolve notes merge conflict
Hakim El Hattab
2018-08-15
Only show resume on pause if controls enabled
anderslemke
2018-08-01
fix detection of named links (closes #1655)
Hakim El Hattab
2018-08-01
3.7.0
Hakim El Hattab
2018-07-02
add 'resume presentation' button to pause overlay
Hakim El Hattab
2018-06-12
refactor fragment pdf exporting to support multiple fragments with same index...
Hakim El Hattab
2018-06-11
merge #1955 with minor changes
Hakim El Hattab
2018-06-11
Merge branch 'master' of https://github.com/koehlma/reveal.js into dev
Hakim El Hattab
2018-05-31
new syncFragments api method
Hakim El Hattab
2018-05-24
flatten slide number when there are only vertical slides
Hakim El Hattab
2018-05-03
refactor code to match new background dom structure
Hakim El Hattab
2018-05-03
add Reveal.syncSlide
Hakim El Hattab
2018-05-03
data-background-content-opacity -> data-background-opacity
Hakim El Hattab
2018-04-27
add , adds wrapper element around background images/videos/iframes
Hakim El Hattab
2018-04-16
revise readURL to handle one-based indices
Hakim El Hattab
2018-04-16
prevent linked slide numbers from changing color
Hakim El Hattab
2018-04-13
Merge branch 'dev' into master
Sean Parent
2018-03-27
gracefully handle duplicate slide id's
Hakim El Hattab
2018-03-23
Made one based indexing optional
Sean Parent
2018-03-22
code formatting
Hakim El Hattab
2018-03-22
Merge branch 'URI-encode-name-hash' of https://github.com/nnormand/reveal.js ...
Hakim El Hattab
2018-03-22
formatting
Hakim El Hattab
2018-03-22
Merge pull request #2114 from ChumpChief/standardized-pointer
Hakim El Hattab
2018-03-22
Merge pull request #2128 from craigsdennis/feature/update-copyright-date
Hakim El Hattab
2018-03-22
disableLayout comment tweak
Hakim El Hattab
2018-03-22
add support for overriding the default layout (#2121)
Steve Hartzog
2018-03-21
Adding support for hash linked slideNumber
Sean Parent
2018-03-20
Revert "remove pdf height offset"
Hakim El Hattab
2018-03-16
Updates copyright to 2018
craigsdennis
2018-03-16
remove pdf height offset
Hakim El Hattab
2018-03-14
prevent missing 'present' class when navigating to same slide twice
Hakim El Hattab
2018-03-07
Prefer W3C pointer events, remove pointerEnabled references (it is not part o...
Matt Rakow
2018-03-05
fix autoplay of inline videos in ios
Hakim El Hattab
2018-02-22
Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev
Hakim El Hattab
2018-02-20
added missing documentation
Martin Jurča
2018-02-20
documentation
Martin Jurča
2018-02-20
fixed showing speaker's view with timings/pacing while serving the presentati...
Martin Jurča
2018-02-12
navigateNext no longer gets stuck on first stack when looping is enabled
Hakim El Hattab
2018-02-10
Background repeat & position to parallax background
John Muccigrosso
2018-02-09
Merge pull request #1836 from RobertBaron/background-whitespace-uri
Benjamin Tan
2018-02-08
Cleanup code style.
Benjamin Tan
2018-02-07
fix looping of presentations that only have vertical slides
Hakim El Hattab
2018-02-07
Merge branch 'fragment-in-url' of https://github.com/dougalsutherland/reveal....
Hakim El Hattab
2018-02-07
Docs: add note on how to enable/disable preview links individually.
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
[next]