summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-02-16update (c) yearHakim El Hattab
2014-02-03define basic black/white colors in the default, non-themed, stylesHakim El Hattab
2013-12-21readme tweaks for auto-slidingHakim El Hattab
2013-12-21naming/comment tweakHakim 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 ↵Hakim El Hattab
set #766
2013-12-21isSliding > isAutoSlidingHakim El Hattab
2013-12-21Merge branch 'autoslide-API-and-fragments' of ↵Hakim El Hattab
https://github.com/rajgoel/reveal.js into dev
2013-12-20Update README.mdrajgoel
2013-12-20Add auto-slide API and data-autoslide for fragmentsrajgoel
2013-12-20fix data-transition overrides #760Hakim El Hattab
2013-12-20merge table styles #761, tweak table paddingHakim El Hattab
2013-12-20update contribution guidelinesHakim El Hattab
2013-12-20separate contribution rules from readmeHakim El Hattab
2013-12-20compile assetsHakim El Hattab
2013-12-20Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into devHakim El Hattab
2013-12-20Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-12-19Update reveal.cssRyDroid
Correction of a small error
2013-12-17Table StyleWachiwi
2013-12-15The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez
removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
2013-12-10Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js ↵Hakim El Hattab
into dev
2013-12-10rebuild stylesHakim El Hattab
2013-12-10Improve formatting of dl elementsDiomidis Spinellis
2013-12-05grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
2013-12-05Merge pull request #742 from mralexjuarez/index-theme-fixHakim El Hattab
fix theme links in demo
2013-12-04The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez
removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
2013-12-03add strike fragment style #737Hakim El Hattab
2013-12-02same condition order when event listeners are added and removedHakim El Hattab
2013-12-02readme tweakHakim El Hattab
2013-12-02code format tweaksHakim El Hattab
2013-12-02merge support for ie 11 touchHakim El Hattab
2013-12-02add instructions to features that require a local web server (closes #732, ↵Hakim El Hattab
#673, #559)
2013-12-022.6.1 #734Hakim El Hattab
2013-12-02rename markdown attribute test files to same formatHakim El Hattab
2013-12-02add example of markdown slide and element attributesHakim El Hattab
2013-12-02readme correction for #734Hakim El Hattab
2013-12-02Merge branch 'attributes' of https://github.com/VonC/reveal.js into devHakim El Hattab
2013-11-30README.md mentions the new default separators.VonC
- new default separator for slide attributes - new default separator for element attributes Illustrate both, in html comments.
2013-11-30test-markdown-element-attributes: formats and test.VonC
- Reformat - Use new default separator format: '.element: x=y' - Add new tests for testing that default format
2013-11-30test-markdown-attributes.*, new default separatorVonC
- Reformat. - Change default separator test 'slide: x=y'
2013-11-30Simpler default syntax for markdown attributes.VonC
- on slides: .slide x=y - on elements: .element x=y Those are detected in html comment, in order to not be visible if a markdown is edited in an html editor.
2013-11-30Removes console.log calls.VonC
2013-11-30Fix previous element selection.VonC
2013-11-30Fix element attributes, except for multi-line.VonC
2013-11-30Remove section attribute implementation.VonC
2013-11-30First refactoringVonC
2013-11-28Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2013-11-28documentation for slide numbersHakim El Hattab
2013-11-28tests for initial section classesHakim El Hattab
2013-11-28Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2013-11-28only run vertical slide setup during startup #726Hakim El Hattab
2013-11-27add example for parallax backgroundsHakim El Hattab
2013-11-27improvement to query string parsingHakim El Hattab
2013-11-27include slide number color in theme templateHakim El Hattab
2013-11-27remove dev flag from versionHakim El Hattab
2013-11-27Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into devHakim El Hattab
2013-11-27Fix for issue #715Luis HGO
2013-11-26when there is data-autoplay:ing media, prolong autoSlide to match its ↵Hakim El Hattab
duration #723
2013-11-26remove debug codeHakim El Hattab
2013-11-26code format tweaksHakim El Hattab
2013-11-26Merge branch 'dev' of https://github.com/theone1984/reveal.js into devHakim El Hattab
2013-11-26use fragment name in exampleHakim El Hattab
2013-11-26Merge branch 'current-style' of https://github.com/gturri/reveal.js into devHakim El Hattab
2013-11-26add zoomKey option for #700Hakim El Hattab
2013-11-26Added some styles using the current-fragment classGuillaume Turri
according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet.
2013-11-25readme format correctionHakim El Hattab
2013-11-25Merge pull request #721 from hakimel/refactor/fragmentsHakim El Hattab
Refactor fragments
2013-11-25update future classes when syncingHakim El Hattab
2013-11-25additional fragment testsHakim El Hattab
2013-11-25rewrite all fragment indices on startupHakim 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-21respect original dom order of fragments with no explicit indexHakim El Hattab
2013-11-21rewrite fragment index attributes to leave no gaps between fragmentsHakim El Hattab
2013-11-21fragments are now zero-indexedHakim El Hattab
2013-11-19Issue #698: Fixed testsThomas Endres
2013-11-19Issue #698: Non-async script callbacks are now also called before starting ↵Thomas Endres
Reveal
2013-11-19Issue #698: Non-async scripts were not executed before Reveal startedThomas Endres
2013-11-18fragment comments, remove debug codeHakim El Hattab
2013-11-18use new fragment nav method from slide()Hakim El Hattab
2013-11-18initial fragment rewriteHakim El Hattab
2013-11-17Merge branch 'feature/more-languages' of https://github.com/haf/reveal.js ↵Hakim El Hattab
into dev
2013-11-17slide number changes; config value renamed, added to readme, moved to right ↵Hakim El Hattab
side of screen
2013-11-17merge slide numbers, adjust code formatHakim El Hattab
2013-11-09make background transition default to exact same speed as normal transitionsHakim El Hattab
2013-11-08change transition easing for zoomsHakim El Hattab
2013-11-08rebuild css with change from #691Hakim El Hattab
2013-11-08define normal font widths in all themes to make sure things look the same ↵Hakim El Hattab
after #691
2013-11-07Merge pull request #691 from fghaas/section-fontweightHakim El Hattab
CSS: Don't override font-weight for section
2013-11-08CSS: Don't override font-weight for sectionFlorian Haas
.slides>section and .slides>section>section set the font-weight to "normal". This overrides any font-weight setting a theme may set at the body or .reveal level, and requires a theme author to also specifically set the font-weight for .slides>section and .slides>section>section. That's tedious and also counterintuitive. Adopt a saner default by setting the font-weight to inherit.
2013-11-07remove old inaccurate commentHakim El Hattab
2013-11-07commentsHakim El Hattab
2013-11-07data-autoslide on vertical parent now applies to all child slides #685Hakim El Hattab
2013-11-07ensure that all fragments on past slides are visible #684Hakim El Hattab
2013-11-07add code slide to markdown example #682Hakim El Hattab
2013-11-06readme adjustmentHakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Add mardown-based slide attribute examples.VonC