summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-01test for #858Hakim El Hattab
2014-04-01add getTotalSlides #858Hakim El Hattab
2014-03-26start work on video backgrounds #751Hakim El Hattab
2014-03-26optimization, only declare background creation method onceHakim El Hattab
2014-03-25merge master into devHakim El Hattab
2014-03-25Merge pull request #832 from craigcitro/patch-1Hakim El Hattab
tweak layout in readme installation markup
2014-03-25Merge branch 'dev' of https://github.com/xdhmoore/reveal.js into devHakim El Hattab
2014-03-25disable transition into and out of overview mode #829Hakim El Hattab
2014-03-25tweak table margins, dont reset 'i' element #803Hakim El Hattab
2014-03-25merge upgrade of highlight.js, add base styles to pre code, dont limit ↵Hakim El Hattab
language detection in index.html #809
2014-03-25Merge branch 'master' of https://github.com/jdfitzgerald/reveal.js into devHakim El Hattab
2014-03-25limit named links to [a-zA-Z0-9\-\_\:\.] #836Hakim El Hattab
2014-03-25fix 'fragments' config option (#849)Hakim El Hattab
2014-03-25prevent invisible fragments from capturing mouse events #845Hakim El Hattab
2014-03-25correct ms fullscreen api method name #843Hakim El Hattab
2014-03-18use socket.io 0.9.16Hakim El Hattab
2014-03-18update version to 2.6.2 to fix broken tarball on npm #506Hakim El Hattab
2014-03-14Tweak layout in README.md installation markup.Craig Citro
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it.
2014-03-13More robost calculation of .stretch heightDaniel Moore
2014-03-13include fragments in progress bar calculationHakim El Hattab
2014-03-13update (c) yearHakim El Hattab
2014-03-12test for getProgressHakim El Hattab
2014-03-12add api method for retrieving progressHakim El Hattab
2014-03-12Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2014-03-12deserialize state valuesHakim El Hattab
2014-03-12typo fixHakim El Hattab
2014-03-08Merge pull request #816 from Gijs-Koot/devHakim El Hattab
small fix for issue #814
2014-03-05fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵Gijs Koot
autoCenter is of, the tipPosition was in the wrong scope
2014-03-02add get/setState methods for persisting and restoring presentation stateHakim El Hattab
2014-02-28updated presentation to specify used languages used for highlight.jsJ.D. Fitz.Gerald
2014-02-28updated highlight.js to v8.0J.D. Fitz.Gerald
2014-02-28Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2014-02-28fix pdf print bug in chrome 33 #808Hakim El Hattab
2014-02-28change version to 2.7.0 (dev)Hakim El Hattab
2014-02-25don't reduce line height for all headings in base theme (#753)Hakim El Hattab
2014-02-18Merge branch 'master' of https://github.com/ccortezia/reveal.js into devHakim El Hattab
2014-02-17renamed markdown attributes for clarity and consistency: data-vertical -> ↵Hakim El Hattab
data-separator-vertical, data-notes -> data-separator-notes
2014-02-17server side notes plugin now supports input via data-notes attributeHakim El Hattab
2014-02-17drop -o-transition and -ms-transitionHakim El Hattab
2014-02-17remove all use of :not(.image)Hakim El Hattab
2014-02-16avoid creating duplicate auto-slide controls #770Hakim El Hattab
2014-02-16update (c) yearHakim El Hattab
2014-02-03define basic black/white colors in the default, non-themed, stylesHakim El Hattab
2014-01-16Fixes bad NaN applied to style on updateParallax.Cristiano Cortezia
The previous criteria "verticalSlideCount > 0" would result in verticalOffset being NaN when verticalSlideCount == 1. This would cause dom.background.style.backgroundPosition to be set to something like "123px NaNpx", ultimately preventing the parallax effect to play (silently failing so far).
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