summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-03-13Well, this is the actual first commit igMarvin Borner
2020-01-15add data-fragment=<index> attribute to slide <sections>Hakim El Hattab
2019-05-13iframe background preload behavior now matches inline iframes + adheres to th...Hakim El Hattab
2019-04-01add hasPlugin and getPlugin API methods and testsHakim El Hattab
2019-03-28tweaks and tests for #2354Hakim El Hattab
2019-03-14tests for pluginsHakim El Hattab
2019-02-28build dependency updatesHakim El Hattab
2019-01-31Merge pull request #2305 from reyerstudio/markedHakim El Hattab
2019-01-23'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ...Hakim El Hattab
2019-01-20Fix test after upgrading marked to 0.6.0Stéphane Este-Gracias
2018-12-19add gridNavigation config to configure navigation between adjacent vertical s...Hakim El Hattab
2018-10-31add audio autoplay testHakim El Hattab
2018-10-26dispatch state events after current slide has updated #2264Hakim El Hattab
2018-10-11syntax tweakHakim El Hattab
2018-10-11fix #1590Hakim El Hattab
2018-10-08Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab
2018-10-04fix build errorHakim El Hattab
2018-10-04remove classlist polyfill, cross browser support is good enough nowHakim El Hattab
2018-10-04remove head.min.js in favor of simple built-in script loaderHakim El Hattab
2018-04-27add , adds wrapper element around background images/videos/iframesHakim El Hattab
2018-02-08Allow users to customise MathJax options.Benjamin Tan
2018-02-01Fix testing on Windows machines.Benjamin Tan
2018-01-22Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan
2017-04-05replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
2016-06-22revise simple.md so that slide 1.1 and 1.2 correctly break into separate slidesHakim El Hattab
2016-06-22Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ...Hakim El Hattab
2016-01-08fix broken iframe in backgrounds exampleHakim El Hattab
2015-11-11* [bug] the markdown plugin can not render highlight codes for marked.setOpti...Riceball LEE
2015-09-10add getSlideNotes API method and testsHakim El Hattab
2015-05-06fix lazy load selector errorHakim El Hattab
2015-05-06tweak to iframe lazy load testHakim El Hattab
2015-05-04lazy-load iframes only for current slide, unload when hiddenHakim El Hattab
2015-05-03add test presentation for per-slide transitions, compile css #1106Hakim El Hattab
2015-04-12fix markdown testHakim El Hattab
2015-04-12remove 'roll-in' fragment style due to Chrome crash #1150Hakim El Hattab
2014-10-17update slide bg example presentation to include iframes and videos #1029Hakim El Hattab
2014-09-10has-dark-backgroundHakim El Hattab
2014-09-09is-light-background -> has-light-background, doesn't apply to background itselfHakim El Hattab
2014-09-09update slide backgrounds exampleHakim El Hattab
2014-09-09use computed style when calculating bg birghtnessHakim El Hattab
2014-09-09better test for fragment indicesHakim El Hattab
2014-05-09kill-yank mistakefabiano
2014-05-09Broaden the coverage of isFirstSlide testfabiano
2014-05-09Small typofabiano
2014-04-28test same conditions for both getSlide and getSlideBackgroundHakim El Hattab
2014-04-28addition background image and getSlideBackground testsHakim El Hattab
2014-04-27getSlideBackground now works in pdf mode, add pdf testsHakim El Hattab
2014-04-27lazy load all slide backgroundsHakim El Hattab
2014-04-27fix getindices testHakim El Hattab
2014-04-27new api method: getBackgroundSlideHakim El Hattab
2014-04-22lazy-load support for audio #793Hakim El Hattab
2014-04-22tests for lazy loadingHakim El Hattab
2014-04-06stop tracking minified files #783Hakim El Hattab
2014-04-01test for #858Hakim El Hattab
2014-03-12test for getProgressHakim El Hattab
2014-02-17renamed markdown attributes for clarity and consistency: data-vertical -> dat...Hakim El Hattab
2013-12-21add tests for auto-slide events #766Hakim El Hattab
2013-12-21simplify how data-autoslide is picked up from fragments #766Hakim El Hattab
2013-12-21test isAutoSliding, isAutoSliding returns false when no autoSlide value is se...Hakim El Hattab
2013-12-02rename markdown attribute test files to same formatHakim El Hattab
2013-11-30test-markdown-element-attributes: formats and test.VonC
2013-11-30test-markdown-attributes.*, new default separatorVonC
2013-11-30Fix element attributes, except for multi-line.VonC
2013-11-30First refactoringVonC
2013-11-28tests for initial section classesHakim El Hattab
2013-11-25additional fragment testsHakim El Hattab
2013-11-25rewrite fragment sorting to account for multiple fragments with the same indexHakim El Hattab
2013-11-23remove current-fragment when leaving slide, add tests for current fragmentHakim El Hattab
2013-11-23rename markdown tests to use same naming format as other testsHakim El Hattab
2013-11-21fragments are now zero-indexedHakim El Hattab
2013-11-07ensure that all fragments on past slides are visible #684Hakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Add unit test for default slide attributes separator pattern.VonC
2013-11-04Remove console.log debugs, and fix tabsVonC
2013-11-04Restore proper pattern for attributes in elements.VonC
2013-11-04Add QUnit.js unit tests for attributes in Markdown slides.VonC
2013-11-04add concave and zoom background transitionsHakim El Hattab
2013-10-30don't transition between identical backgroundsHakim El Hattab
2013-10-28format tweaks markdown.js, remove extra image assetHakim El Hattab
2013-10-27Add unit-tests for attributes in mardown elements.VonC
2013-10-10remove unused head.js in barebones example #616Hakim El Hattab
2013-08-27prep markdown test suiteHakim El Hattab
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-23pause mode testsHakim El Hattab
2013-08-23test coverage for fragmentsHakim El Hattab
2013-08-23move examples into test/Hakim El Hattab
2013-08-22add test for loop settingHakim El Hattab
2013-08-22more tests #123Hakim El Hattab
2013-08-22more tests, enable test page scroll overflow #123Hakim El Hattab
2013-08-22more tests, use stricEqual and deepEqual assertions where appropriate #123Hakim El Hattab
2013-08-22include info about which slide the assertion applies toHakim El Hattab
2013-08-22add unit tests #123Hakim El Hattab
2013-06-29test > examplesHakim El Hattab
2013-06-29additional background testHakim El Hattab
2013-06-22background image tweaksHakim El Hattab
2013-06-10additional background testHakim El Hattab
2013-06-10match background and transition slide transition easing equationsHakim El Hattab
2013-06-09add test deck for embedded mediaHakim El Hattab
2013-06-04update background test, documented slide backgrounds in readme (#453)Hakim El Hattab