aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | renamed markdown attributes for clarity and consistency: data-vertical -> dat...Hakim El Hattab2014-02-17
* | | | server side notes plugin now supports input via data-notes attributeHakim El Hattab2014-02-17
* | | | drop -o-transition and -ms-transitionHakim El Hattab2014-02-17
* | | | remove all use of :not(.image)Hakim El Hattab2014-02-17
* | | | avoid creating duplicate auto-slide controls #770Hakim El Hattab2014-02-16
* | | | update (c) yearHakim El Hattab2014-02-16
* | | | define basic black/white colors in the default, non-themed, stylesHakim El Hattab2014-02-03
| |/ / |/| |
* | | readme tweaks for auto-slidingHakim El Hattab2013-12-21
* | | naming/comment tweakHakim El Hattab2013-12-21
* | | add tests for auto-slide events #766Hakim El Hattab2013-12-21
* | | simplify how data-autoslide is picked up from fragments #766Hakim El Hattab2013-12-21
* | | test isAutoSliding, isAutoSliding returns false when no autoSlide value is se...Hakim El Hattab2013-12-21
* | | isSliding > isAutoSlidingHakim El Hattab2013-12-21
* | | Merge branch 'autoslide-API-and-fragments' of https://github.com/rajgoel/reve...Hakim El Hattab2013-12-21
|\ \ \
| * | | Update README.mdrajgoel2013-12-20
| * | | Add auto-slide API and data-autoslide for fragmentsrajgoel2013-12-20
* | | | fix data-transition overrides #760Hakim El Hattab2013-12-20
* | | | merge table styles #761, tweak table paddingHakim El Hattab2013-12-20
|\ \ \ \
| * | | | Table StyleWachiwi2013-12-17
* | | | | update contribution guidelinesHakim El Hattab2013-12-20
* | | | | separate contribution rules from readmeHakim El Hattab2013-12-20
* | | | | compile assetsHakim El Hattab2013-12-20
* | | | | Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into devHakim El Hattab2013-12-20
|\ \ \ \ \
| * | | | | Update reveal.css•••Correction of a small errorRyDroid2013-12-19
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2013-12-20
|\| | | | | |_|/ / |/| | |
| * | | The index.html page had the simple theme listed twice. The duplicate was remo...•••For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. Alex Juarez2013-12-15
* | | | Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js into...Hakim El Hattab2013-12-10
|\ \ \ \
| * | | | grunt serve starts the browser and livereloads changes in the presentation•••- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin Daniel Wegener2013-12-05
| |/ / /
* | | | rebuild stylesHakim El Hattab2013-12-10
* | | | Improve formatting of dl elementsDiomidis Spinellis2013-12-10
* | | | Merge pull request #742 from mralexjuarez/index-theme-fix•••fix theme links in demoHakim El Hattab2013-12-05
|\ \ \ \
| * | | | The index.html page had the simple theme listed twice. The duplicate was remo...•••For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. Alex Juarez2013-12-04
| |/ / /
* | | | add strike fragment style #737Hakim El Hattab2013-12-03
* | | | same condition order when event listeners are added and removedHakim El Hattab2013-12-02
* | | | readme tweakHakim El Hattab2013-12-02
* | | | code format tweaksHakim El Hattab2013-12-02
* | | | merge support for ie 11 touchHakim El Hattab2013-12-02
|\ \ \ \ | |/ / / |/| | |
| * | | windows.navigator.pointerEnabled•••for backward compatibility reasons, IE11 sets both msPointerEnabled and pointerEnabled. Changed the order for the test and added 'else if' to not duplicate handlers on pointer events olivierbloch2013-10-01
| * | | IE11 Support•••Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers hooks olivierbloch2013-10-01
| |\ \ \
| | * | | IE 11 support•••Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks olivierbloch2013-10-01
* | | | | add instructions to features that require a local web server (closes #732, #6...Hakim El Hattab2013-12-02
* | | | | 2.6.1 #734Hakim El Hattab2013-12-02
* | | | | rename markdown attribute test files to same formatHakim El Hattab2013-12-02
* | | | | add example of markdown slide and element attributesHakim El Hattab2013-12-02
* | | | | readme correction for #734Hakim El Hattab2013-12-02
* | | | | Merge branch 'attributes' of https://github.com/VonC/reveal.js into devHakim El Hattab2013-12-02
|\ \ \ \ \
| * | | | | README.md mentions the new default separators.•••- new default separator for slide attributes - new default separator for element attributes Illustrate both, in html comments. VonC2013-11-30
| * | | | | test-markdown-element-attributes: formats and test.•••- Reformat - Use new default separator format: '.element: x=y' - Add new tests for testing that default format VonC2013-11-30
| * | | | | test-markdown-attributes.*, new default separator•••- Reformat. - Change default separator test 'slide: x=y' VonC2013-11-30
| * | | | | Simpler default syntax for markdown attributes.•••- 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. VonC2013-11-30