aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Collapse)Author
2013-02-05adjust copyright yearsHakim El Hattab
2013-02-03helper method for retrieving slide based on index (closes #293)Hakim El Hattab
2013-02-03fix vertical centering of slide in ios chrome (closes #289)Hakim El Hattab
2013-02-03fix error with removal of control button and progress bar event listeners ↵Hakim El Hattab
(closes #323)
2013-02-03code cosmeticsHakim El Hattab
2013-02-02Merge pull request #322 from commadelimited/deactivate-nav-during-pauseHakim El Hattab
Only allow 'unpause' keyboard events while paused
2013-02-02remove extra padding in stacks, add api method to retrieve curren scale (#310)Hakim El Hattab
2013-02-02reduce width of single-page fallback slidesHakim El Hattab
2013-01-31Only allowing 'unpause' keyboard events while pausedandy matthews
2013-01-31change default maxScale to 1.0 (#310)Hakim El Hattab
2013-01-30add min/max scale settings (#310)Hakim El Hattab
2013-01-29rename padding config option to margin, better mobile support for scaled ↵hakimel
presentations (#310)
2013-01-28feature detect zoom with fallback on transform, allow percent units for deck ↵hakimel
width/height (#310)
2013-01-27updated to v2.3, initial implementation of uniformly scaled presentations (#310)Hakim El Hattab
2013-01-21don't convert anchors with child nodes to rolling links (closes #266)hakimel
2013-01-21add overviewshown and overviewhidden events (closes #298)hakimel
2013-01-21config option for disabling touch navigation (closes #299)hakimel
2013-01-21expose layout api method (closes #305), consistent spacing across all ↵hakimel
functions in core JS, remove unused each() method
2013-01-18Merge pull request #303 from DrBenton/masterHakim El Hattab
Small additions around "togglePause()"
2013-01-18fix typoshakimel
2013-01-18add public "togglePause()" accessOlivier Philippon
2013-01-18add Logitech presenter tools "black screen" button compatibilityOlivier Philippon
2013-01-16implement a fade transitionJoel Brandt
2013-01-14fix issue with navigateTo and fragments (closes #290)Hakim El Hattab
2013-01-12merge in reset of vertical slides when returning to first slide #291Hakim El Hattab
2013-01-11better fix (issue: #285)karimsa
2013-01-06entities auto fix addedkarimsa
2013-01-02fix issue with auto-advance (closes #273)Hakim El Hattab
2012-11-27add rtl option to readmeHakim El Hattab
2012-11-25fix issue with click event target on overview slidesHakim El Hattab
2012-11-23improve rendering accuracy of overviewHakim El Hattab
2012-11-22use touch start events for controls on touch devicesHakim El Hattab
2012-11-22slide method now accepts fragment index argument #228Hakim El Hattab
2012-11-18adjust rtl implementation (#166)Hakim El Hattab
2012-11-17experimental rtl support (#166)Hakim El Hattab
2012-11-17enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵Hakim El Hattab
by default
2012-11-13null check parentNode in case slide has been detachedHakim El Hattab
2012-11-13Merge branch 'fix-callback-with-shared-dir' of ↵Hakim El Hattab
https://github.com/hashar/reveal.js
2012-11-13disable hiding of address bar on android, caused vertical centering issuesHakim El Hattab
2012-11-12Fix callback calling when using from a parent directoryAntoine Musso
Authors might want to use a shared reveal.js installation for all their presentations such as: $ ls -1 -F 20120105-how-to-use-git.html 20121101-wikimedia-scaling.html reveal.js/ $ In this case, the plugin callbacks will not be called at all. When using head.js, the callback is marked as depending upon the loading of a Javscript filename. The regex used to find out the filename is applied to the full path which in the above case would be something like: reveal.js/plugin/highlight/highlight.js The regex will thus give out 'reveal.js' as a file depency instead of the expected 'highlight.js' The fix is quiet easy: simply make sure that we are looking for a file that actually ends with '.js' instead of simply containing '.js' by adding a $.
2012-11-11add grunt.js build file (closes #235)Hakim El Hattab
2012-11-10fix issue with dependency loader callbacksHakim El Hattab
2012-11-10fix vertical transition for vertically centered slides, vertical centering ↵Hakim El Hattab
is now on by default (#70)
2012-11-10correction to vertical centering and overview mode, clean up of vertical ↵Hakim El Hattab
slide storage
2012-11-10remember last visited vertical slide (closes #225)Hakim El Hattab
2012-11-10enable up/down arrows to step through fragments (closes #233)Hakim El Hattab
2012-11-10count vertical slides towards the progress bar (closes #150)Hakim El Hattab
2012-11-10allow multiple control elements, document usage of global controls (#184, #204)Hakim El Hattab
2012-11-10write named links, rather than h/v index, to hash when available (closes #224)Hakim El Hattab
2012-11-10corrections to vertical centering (#70), added to docs, upgrade to 2.2Hakim El Hattab
2012-11-10rough support for vertical centering #70Hakim El Hattab
2012-11-05working on #227Federico Fissore
2012-10-29fixed issue with dependency loader failing when there were 0 async scripts ↵Hakim El Hattab
(#214)
2012-10-28only call slide() if route is available in navigate methods (closes #213)Hakim El Hattab
2012-10-25merge in support for stepped fragments in notes windowHakim El Hattab
2012-10-24force 'ready' to fire one cycle later (#208)Hakim El Hattab
2012-10-24fix keyboard navigation in ie9 (closes #202)Hakim El Hattab
2012-10-24Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-23Cherry picking from branch fix-fragments-in-speakernotesMichael Kühnel
Change source from reveal.min.js to reveal.js for testing purposes. Add nextFragment and previousFragment to the API: Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. Update README.md: Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-22use borders to generate control arrows (closes #137)Hakim El Hattab
2012-10-22Updated Controls to use CSS triangles rather than unicode triangles (fix ↵Russell Beattie
Android support)
2012-10-20clean up trailing whitespace (closes #197)Hakim El Hattab
2012-10-20progress bar can now be clicked to navigate (closes #181)Hakim El Hattab
2012-10-20modularize themes and convert them to sass (closes #191)Hakim El Hattab
2012-10-17fix issue in browsers that don't support classListHakim El Hattab
2012-10-17add 'ready' event (#182)Hakim El Hattab
2012-10-14new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab
2012-10-14merge full screen key binding (f)Hakim El Hattab
2012-10-14enable pinch to zoom interaction if overview is disabled (#175)Hakim El Hattab
2012-10-14Apply latest change to the minified versionMichael Kühnel
Using the latest Uglify JS with --no-seqs
2012-10-14Add fullscreen modeMichael Kühnel
Handling the fullscreen functionality via the fullscreen JavaScript API. Press »f« on the keyboard to enter fullscreen mode.
2012-10-13roll back attr name change, just lowercase (#170)Hakim El Hattab
2012-10-13ability to define autoSlide duration per slideHakim El Hattab
2012-10-13Merge branch 'master' of https://github.com/functino/reveal.jsHakim El Hattab
2012-10-13add zoom transitionHakim El Hattab
2012-10-13default config value for theme is nullHakim El Hattab
2012-10-11Make it possible to customize autoSlide for each slideageier
2012-10-08new paused mode feature (closes #144), controls and progress DOM elements ↵Hakim El Hattab
are no longer required in HTML
2012-10-04prevent touchmove default action on android (#143)Hakim El Hattab
2012-10-04add override flag to overview toggle, code cleanupHakim El Hattab
2012-09-30facility for css shader transitions, add css shader based tile-transitionHakim El Hattab
2012-09-28main.css > reveal.cssHakim El Hattab
2012-09-21code comments, remove needless nodelist > array conversionHakim El Hattab
2012-09-212.0 is stable, update to 2.1Hakim El Hattab
2012-09-21add option for disabling overview mode (closes #145)Hakim El Hattab
2012-09-16fix mixed spaces & tabs, remove unused feature test, add missing ;Hakim El Hattab
2012-09-09add rvl.io to readme and template slideHakim El Hattab
2012-08-30changed theme file swap to be relative to theme file instead of slide-deckSinetheta
2012-08-30prevent same theme from loading repeatedlyHakim El Hattab
2012-08-30add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab
2012-08-20support for named links (closes #55)Hakim El Hattab
2012-08-17fix bug that caused vertical stacks to shift unexpectedly in overview ↵Hakim El Hattab
(closes #122)
2012-08-11rewrote initialization code for clarity and brevity (#105)Hakim El Hattab
2012-08-091.5 > 2.0 (#105)Hakim El Hattab
2012-08-08themes are now available as separate css files under css/theme/, old theme ↵Hakim El Hattab
option in config is no longer supported (closes #104)
2012-08-07use minified version of jsHakim El Hattab
2012-08-06fix order of options extend and listener binding (closes #102)Hakim El Hattab
2012-08-04fix overview slide positioning bug (closes #89)Hakim El Hattab
2012-08-04support for PDF export in chrome (closes #92)Hakim El Hattab
2012-08-04less horizontal padding for slidesHakim El Hattab