aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.cssRyDroid2013-12-19
| | | | | | Correction of a small error
* | 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 ↵Alex Juarez2013-12-15
| | | | | | | | | | | | removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
* | Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js ↵Hakim El Hattab2013-12-10
|\ \ | | | | | | | | | into dev
| * | grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener2013-12-05
| |/ | | | | | | | | - upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
* | rebuild stylesHakim El Hattab2013-12-10
| |
* | Improve formatting of dl elementsDiomidis Spinellis2013-12-10
| |
* | Merge pull request #742 from mralexjuarez/index-theme-fixHakim El Hattab2013-12-05
|\ \ | | | | | | fix theme links in demo
| * | The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez2013-12-04
| |/ | | | | | | | | | | removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
* | 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.pointerEnabledolivierbloch2013-10-01
| | | | | | | | | | | | 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
| * IE11 Supportolivierbloch2013-10-01
| |\ | | | | | | | | | | | | Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers hooks
| | * IE 11 supportolivierbloch2013-10-01
| | | | | | | | | | | | | | | Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks
* | | add instructions to features that require a local web server (closes #732, ↵Hakim El Hattab2013-12-02
| | | | | | | | | | | | #673, #559)
* | | 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.VonC2013-11-30
| | | | | | | | | | | | | | | | | | | | | | | | - new default separator for slide attributes - new default separator for element attributes Illustrate both, in html comments.
| * | | test-markdown-element-attributes: formats and test.VonC2013-11-30
| | | | | | | | | | | | | | | | | | | | | | | | - Reformat - Use new default separator format: '.element: x=y' - Add new tests for testing that default format
| * | | test-markdown-attributes.*, new default separatorVonC2013-11-30
| | | | | | | | | | | | | | | | | | | | - Reformat. - Change default separator test 'slide: x=y'
| * | | Simpler default syntax for markdown attributes.VonC2013-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | Removes console.log calls.VonC2013-11-30
| | | |
| * | | Fix previous element selection.VonC2013-11-30
| | | |
| * | | Fix element attributes, except for multi-line.VonC2013-11-30
| | | |
| * | | Remove section attribute implementation.VonC2013-11-30
| | | |
| * | | First refactoringVonC2013-11-30
| | | |
* | | | Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab2013-11-28
|\| | |
| * | | documentation for slide numbersHakim El Hattab2013-11-28
| | | |
| * | | tests for initial section classesHakim El Hattab2013-11-28
| | | |
* | | | Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab2013-11-28
|\| | |
| * | | only run vertical slide setup during startup #726Hakim El Hattab2013-11-28
| | | |
* | | | add example for parallax backgroundsHakim El Hattab2013-11-27
|/ / /
* | | improvement to query string parsingHakim El Hattab2013-11-27
| | |
* | | include slide number color in theme templateHakim El Hattab2013-11-27
| | |
* | | remove dev flag from versionHakim El Hattab2013-11-27
| | |
* | | Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into devHakim El Hattab2013-11-27
|\ \ \
| * | | Fix for issue #715Luis HGO2013-11-27
| | | |
* | | | when there is data-autoplay:ing media, prolong autoSlide to match its ↵Hakim El Hattab2013-11-26
| | | | | | | | | | | | | | | | duration #723
* | | | remove debug codeHakim El Hattab2013-11-26
| | | |
* | | | code format tweaksHakim El Hattab2013-11-26
| | | |