Age | Commit message (Expand) | Author |
2014-04-28 | fix issue with background images on first vertical sldie | Hakim El Hattab |
2014-04-28 | update visibility of slides as part of sync | Hakim El Hattab |
2014-04-28 | prefer scaling over zooming on mobile devices | Hakim El Hattab |
2014-04-28 | fix lazy loading bug related to data-background-image attribute | Hakim El Hattab |
2014-04-28 | fix slide transitions in iOS | Hakim El Hattab |
2014-04-28 | load all images directly when in 'no-transform'-mode | Hakim El Hattab |
2014-04-27 | merge umd wrapping | Hakim El Hattab |
2014-04-27 | getSlideBackground now works in pdf mode, add pdf tests | Hakim El Hattab |
2014-04-27 | better defered loading of background media | Hakim El Hattab |
2014-04-27 | lazy load all slide backgrounds | Hakim El Hattab |
2014-04-27 | disregard v index when there is no vertical slides/backgrounds in getSlide/ge... | Hakim El Hattab |
2014-04-27 | break showing/hiding of slides into separate methods | Hakim El Hattab |
2014-04-27 | new api method: getBackgroundSlide | Hakim El Hattab |
2014-04-26 | abide by configured width/height when printing to pdf | Hakim El Hattab |
2014-04-26 | fix transitions in firefox | Hakim El Hattab |
2014-04-26 | fix non-pdf printing (closes #881) | Hakim El Hattab |
2014-04-26 | Merge branch 'feature/print' into dev | Hakim El Hattab |
2014-04-26 | enable reveal.js keyboard shortcuts anywhere in notes window | Hakim El Hattab |
2014-04-26 | readme update, kill event listeners when printing pdf | Hakim El Hattab |
2014-04-26 | simplify pdf layout | Hakim El Hattab |
2014-04-26 | some more flexibility for pdf export sizes | Hakim El Hattab |
2014-04-26 | abide by configured slide width when exporting to pdf | Hakim El Hattab |
2014-04-26 | allow tall slides to spread over pages in pdf export | Hakim El Hattab |
2014-04-23 | remove needless condition | Hakim El Hattab |
2014-04-23 | revert from flexbox for pdf centering, use js for PDF setup | Hakim El Hattab |
2014-04-23 | lazy load support for iframes #793 | Hakim El Hattab |
2014-04-22 | null and type check what comes through postmessage | Hakim El Hattab |
2014-04-22 | lazy-load support for audio #793 | Hakim El Hattab |
2014-04-22 | lazy loading support for video #793 | Hakim El Hattab |
2014-04-22 | images with data-src attribute are now lazy-loaded #793 | Hakim El Hattab |
2014-04-22 | carry slide classes over to generated background elements | Hakim El Hattab |
2014-04-22 | dont toggle paused/overview modes needlessly when setting state | Hakim El Hattab |
2014-04-20 | prevent repeated autoslidepaused/resumed events | Hakim El Hattab |
2014-04-19 | split postmessage config into two options | Hakim El Hattab |
2014-04-18 | add config option for postMessage features | Hakim El Hattab |
2014-04-18 | bubble all reveal.js events to parent window through postMessage | Hakim El Hattab |
2014-04-18 | postmessage plugin is now part of reveal.js core | Hakim El Hattab |
2014-04-13 | add support for custom keyboard availability condition | Hakim El Hattab |
2014-04-11 | make all slides 'present' while printing | Hakim El Hattab |
2014-04-08 | add UMD support. fix #787 | Michael Williams |
2014-04-06 | better transition names, fix background images in vertical slides | Hakim El Hattab |
2014-04-04 | only use zoom to scale content in webkit | Hakim El Hattab |
2014-04-04 | video background playback | Hakim El Hattab |
2014-04-03 | revamped and greatly simplified the layout of .slides | Hakim El Hattab |
2014-04-01 | Merge branch 'dev' of github.com:ht push origin akimel/reveal.js into dev | Hakim El Hattab |
2014-04-01 | add getTotalSlides #858 | Hakim El Hattab |
2014-03-26 | start work on video backgrounds #751 | Hakim El Hattab |
2014-03-26 | optimization, only declare background creation method once | Hakim El Hattab |
2014-03-25 | Merge pull request #794 from Spy-Seth/dev | Hakim El Hattab |
2014-03-25 | Merge branch 'dev' of https://github.com/xdhmoore/reveal.js into dev | Hakim El Hattab |
2014-03-25 | disable transition into and out of overview mode #829 | Hakim El Hattab |
2014-03-25 | limit named links to [a-zA-Z0-9\-\_\:\.] #836 | Hakim El Hattab |
2014-03-25 | fix 'fragments' config option (#849) | Hakim El Hattab |
2014-03-25 | correct ms fullscreen api method name #843 | Hakim El Hattab |
2014-03-13 | More robost calculation of .stretch height | Daniel Moore |
2014-03-13 | include fragments in progress bar calculation | Hakim El Hattab |
2014-03-13 | update (c) year | Hakim El Hattab |
2014-03-12 | add api method for retrieving progress | Hakim El Hattab |
2014-03-12 | deserialize state values | Hakim El Hattab |
2014-03-02 | add get/setState methods for persisting and restoring presentation state | Hakim El Hattab |
2014-02-18 | Typo fix. | Armand Abric |
2014-02-18 | Merge branch 'master' of https://github.com/ccortezia/reveal.js into dev | Hakim El Hattab |
2014-02-17 | remove all use of :not(.image) | Hakim El Hattab |
2014-02-16 | avoid creating duplicate auto-slide controls #770 | Hakim El Hattab |
2014-02-16 | update (c) year | Hakim El Hattab |
2014-02-07 | Increase Logitech R400 remote compatibity. | Armand Abric |
2014-01-16 | Fixes bad NaN applied to style on updateParallax. | Cristiano Cortezia |
2013-12-21 | naming/comment tweak | Hakim El Hattab |
2013-12-21 | simplify how data-autoslide is picked up from fragments #766 | Hakim El Hattab |
2013-12-21 | test isAutoSliding, isAutoSliding returns false when no autoSlide value is se... | Hakim El Hattab |
2013-12-21 | isSliding > isAutoSliding | Hakim El Hattab |
2013-12-20 | Add auto-slide API and data-autoslide for fragments | rajgoel |
2013-12-02 | same condition order when event listeners are added and removed | Hakim El Hattab |
2013-12-02 | code format tweaks | Hakim El Hattab |
2013-12-02 | merge support for ie 11 touch | Hakim El Hattab |
2013-11-28 | only run vertical slide setup during startup #726 | Hakim El Hattab |
2013-11-27 | improvement to query string parsing | Hakim El Hattab |
2013-11-26 | when there is data-autoplay:ing media, prolong autoSlide to match its duratio... | Hakim El Hattab |
2013-11-26 | remove debug code | Hakim El Hattab |
2013-11-26 | code format tweaks | Hakim El Hattab |
2013-11-26 | Merge branch 'dev' of https://github.com/theone1984/reveal.js into dev | Hakim El Hattab |
2013-11-25 | update future classes when syncing | Hakim El Hattab |
2013-11-25 | rewrite all fragment indices on startup | Hakim El Hattab |
2013-11-25 | rewrite fragment sorting to account for multiple fragments with the same index | Hakim El Hattab |
2013-11-23 | remove current-fragment when leaving slide, add tests for current fragment | Hakim El Hattab |
2013-11-21 | respect original dom order of fragments with no explicit index | Hakim El Hattab |
2013-11-21 | rewrite fragment index attributes to leave no gaps between fragments | Hakim El Hattab |
2013-11-21 | fragments are now zero-indexed | Hakim El Hattab |
2013-11-19 | Issue #698: Fixed tests | Thomas Endres |
2013-11-19 | Issue #698: Non-async script callbacks are now also called before starting Re... | Thomas Endres |
2013-11-19 | Issue #698: Non-async scripts were not executed before Reveal started | Thomas Endres |
2013-11-18 | fragment comments, remove debug code | Hakim El Hattab |
2013-11-18 | use new fragment nav method from slide() | Hakim El Hattab |
2013-11-18 | initial fragment rewrite | Hakim El Hattab |
2013-11-17 | slide number changes; config value renamed, added to readme, moved to right s... | Hakim El Hattab |
2013-11-17 | merge slide numbers, adjust code format | Hakim El Hattab |
2013-11-07 | comments | Hakim El Hattab |
2013-11-07 | data-autoslide on vertical parent now applies to all child slides #685 | Hakim El Hattab |
2013-11-07 | ensure that all fragments on past slides are visible #684 | Hakim El Hattab |
2013-11-01 | generate background hash under additional conditions | Hakim El Hattab |