aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* prevent repeated autoslidepaused/resumed eventsHakim El Hattab2014-04-20
|
* split postmessage config into two optionsHakim El Hattab2014-04-19
|
* add config option for postMessage featuresHakim El Hattab2014-04-18
|
* bubble all reveal.js events to parent window through postMessageHakim El Hattab2014-04-18
|
* postmessage plugin is now part of reveal.js coreHakim El Hattab2014-04-18
|
* add support for custom keyboard availability conditionHakim El Hattab2014-04-13
|
* make all slides 'present' while printingHakim El Hattab2014-04-11
|
* better transition names, fix background images in vertical slidesHakim El Hattab2014-04-06
|
* stop tracking minified files #783Hakim El Hattab2014-04-06
|
* next release will be 3.0.0Hakim El Hattab2014-04-06
|
* only use zoom to scale content in webkitHakim El Hattab2014-04-04
|
* video background playbackHakim El Hattab2014-04-04
|
* revamped and greatly simplified the layout of .slidesHakim El Hattab2014-04-03
|
* Merge branch 'dev' of github.com:ht push origin akimel/reveal.js into devHakim El Hattab2014-04-01
|\
| * Merge pull request #794 from Spy-Seth/devHakim El Hattab2014-03-25
| |\ | | | | | | increase Logitech R400 remote compatibility
| | * Typo fix.Armand Abric2014-02-18
| | |
| | * Increase Logitech R400 remote compatibity.Armand Abric2014-02-07
| | |
* | | add getTotalSlides #858Hakim El Hattab2014-04-01
| | |
* | | start work on video backgrounds #751Hakim El Hattab2014-03-26
| | |
* | | optimization, only declare background creation method onceHakim El Hattab2014-03-26
|/ /
* | merge master into devHakim El Hattab2014-03-25
|\ \
| * | update (c) yearHakim El Hattab2014-03-13
| | |
* | | Merge branch 'dev' of https://github.com/xdhmoore/reveal.js into devHakim El Hattab2014-03-25
|\ \ \
| * | | More robost calculation of .stretch heightDaniel Moore2014-03-13
| | | |
* | | | disable transition into and out of overview mode #829Hakim El Hattab2014-03-25
| | | |
* | | | limit named links to [a-zA-Z0-9\-\_\:\.] #836Hakim El Hattab2014-03-25
| | | |
* | | | fix 'fragments' config option (#849)Hakim El Hattab2014-03-25
| | | |
* | | | correct ms fullscreen api method name #843Hakim El Hattab2014-03-25
|/ / /
* | | include fragments in progress bar calculationHakim El Hattab2014-03-13
| | |
* | | add api method for retrieving progressHakim El Hattab2014-03-12
| | |
* | | deserialize state valuesHakim El Hattab2014-03-12
| | |
* | | add get/setState methods for persisting and restoring presentation stateHakim El Hattab2014-03-02
| | |
* | | change version to 2.7.0 (dev)Hakim El Hattab2014-02-28
| | |
* | | Merge branch 'master' of https://github.com/ccortezia/reveal.js into devHakim El Hattab2014-02-18
|\ \ \
| * | | Fixes bad NaN applied to style on updateParallax.Cristiano Cortezia2014-01-16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | 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
| |/ |/|
* | naming/comment tweakHakim 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 ↵Hakim El Hattab2013-12-21
| | | | | | | | set #766
* | isSliding > isAutoSlidingHakim El Hattab2013-12-21
| |
* | Merge branch 'autoslide-API-and-fragments' of ↵Hakim El Hattab2013-12-21
|\ \ | | | | | | | | | https://github.com/rajgoel/reveal.js into dev
| * | Add auto-slide API and data-autoslide for fragmentsrajgoel2013-12-20
| | |
* | | merge table styles #761, tweak table paddingHakim El Hattab2013-12-20
|\ \ \
* | | | compile assetsHakim El Hattab2013-12-20
| |/ / |/| |
* | | same condition order when event listeners are added and removedHakim 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