aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2014-04-06stop tracking minified files #783Hakim El Hattab
2014-04-06next release will be 3.0.0Hakim El Hattab
2014-04-04only use zoom to scale content in webkitHakim El Hattab
2014-04-04video background playbackHakim El Hattab
2014-04-03revamped and greatly simplified the layout of .slidesHakim El Hattab
2014-04-01Merge branch 'dev' of github.com:ht push origin akimel/reveal.js into devHakim 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 pull request #794 from Spy-Seth/devHakim El Hattab
increase Logitech R400 remote compatibility
2014-03-25merge master into devHakim El Hattab
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-25limit named links to [a-zA-Z0-9\-\_\:\.] #836Hakim El Hattab
2014-03-25fix 'fragments' config option (#849)Hakim El Hattab
2014-03-25correct ms fullscreen api method name #843Hakim El Hattab
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-12add api method for retrieving progressHakim El Hattab
2014-03-12deserialize state valuesHakim El Hattab
2014-03-02add get/setState methods for persisting and restoring presentation stateHakim El Hattab
2014-02-28change version to 2.7.0 (dev)Hakim El Hattab
2014-02-18Typo fix.Armand Abric
2014-02-18Merge branch 'master' of https://github.com/ccortezia/reveal.js into devHakim 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-07Increase Logitech R400 remote compatibity.Armand Abric
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-21naming/comment tweakHakim 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-20Add auto-slide API and data-autoslide for fragmentsrajgoel
2013-12-20merge table styles #761, tweak table paddingHakim El Hattab
2013-12-20compile assetsHakim El Hattab
2013-12-02same condition order when event listeners are added and removedHakim El Hattab
2013-12-02code format tweaksHakim El Hattab
2013-12-02merge support for ie 11 touchHakim El Hattab
2013-12-022.6.1 #734Hakim El Hattab
2013-11-28only run vertical slide setup during startup #726Hakim El Hattab
2013-11-27improvement to query string parsingHakim El Hattab
2013-11-27remove dev flag from versionHakim El Hattab
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-25update future classes when syncingHakim 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-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-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-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-01generate background hash under additional conditionsHakim El Hattab
2013-10-31change SlidesNumber position and start page counter at 0 instead 1uriel
2013-10-31move the slide-number out of the controls to a proper position and little ↵uriel
fix to the updating event.
2013-10-30Added slide numbers options and the css files updated as well.uriel
the *.min.js didn't chaged yet.
2013-10-30fix edge case in background transitions (closes #604)Hakim El Hattab
2013-10-30don't transition between identical backgroundsHakim El Hattab
2013-10-28don't autoplay videos in notes window #624Hakim El Hattab
2013-10-27merge vertical centering for individual slidesHakim El Hattab
2013-10-27apply @knownasilya's first slide detection fix to dev branch #671Hakim El Hattab
2013-10-27build latest js, format tweaksHakim El Hattab
2013-10-27Added support for postMessage's into any iframes for content that needs to ↵Brad Gessler
do something when a slide is displayed and hidden.
2013-10-24plug potential xss vectorHakim El Hattab
2013-10-23Support per-slide centeringMichael Ekstrand
If config.center is false, this change centers slides with the 'center' class.
2013-10-22additional config valeus in readme, remove duplicate value, fix commasHakim El Hattab
2013-10-22Merge branch 'update-readme' of https://github.com/aethanyc/reveal.js into devHakim El Hattab
2013-10-19smooth reset of auto-slide progress, fix overlapping repaint callsHakim El Hattab
2013-10-18don't increase body height to try and hide address bar, caused issues in ios ↵Hakim El Hattab
7 safari
2013-10-17don't show auto slide controls if there's only one slideHakim El Hattab
2013-10-17resume auto-sliding when autoSlide config value changesHakim El Hattab
2013-10-17Add various configuration options to READMETing-Yu Lin
Also add a description about the solarized theme.
2013-10-13replay when auto-slide controls are clicked on last slideHakim El Hattab
2013-10-13fix playback controls in ie10Hakim El Hattab
2013-10-13minor tweaks and commentsHakim El Hattab
2013-10-13support moz and webkit prefixed requestAnimationFrameHakim El Hattab
2013-10-13auto-slide playback updates, fix tap action, hide during overviewHakim El Hattab
2013-10-13functional playback control for auto slidingHakim El Hattab
2013-10-13group feature detection results in 'features' object, test for canvas and ↵Hakim El Hattab
requestAnimationFrame
2013-10-13foundation for playback componentHakim El Hattab
2013-10-13prioritize closing preview when ESC is pressedHakim El Hattab
2013-10-11override any value throguh query, deserialize values of getQueryHash #641Hakim El Hattab