aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
2014-09-10cleanup classes when backgrounds are syncedHakim El Hattab
2014-09-10rgba color parsing support, ignore brightness of transparent colorsHakim El Hattab
2014-09-10has-dark-backgroundHakim El Hattab
2014-09-09bubble has-light-background to .reveal containerHakim El Hattab
2014-09-09is-light-background -> has-light-background, doesn't apply to background itselfHakim El Hattab
2014-09-09use computed style when calculating bg birghtnessHakim El Hattab
2014-09-09add is-background-light class to slides/backgrounds that are > 128 brightnessHakim El Hattab
2014-09-09util methods for calculating color brightnessHakim El Hattab
2014-09-06fix current fragment index check when multiple fragments have same indexHakim El Hattab
2014-09-04fix previewLinks targetHakim El Hattab
2014-08-12the paused mode can now be disabled via the 'pause' config optionHakim El Hattab
2014-07-06listen for touch + click on all devices except androidHakim El Hattab
2014-06-28fix double-navigation on touch for some android systemsHakim El Hattab
2014-06-25Listen to custom mapped togglePause keysDavid Banham
2014-06-25fix npeHakim El Hattab
2014-06-25prevent additional inaccurate showSlide callsHakim El Hattab
2014-06-25prevent incorrect showSlide calls at startupHakim El Hattab
2014-06-18more specific targeting for pdf printing hackHakim El Hattab
2014-06-18Fix testsCalyhre
2014-06-18Add ability to prevent swipe for specific elementsCalyhre
2014-06-18only allow text in aria status divHakim El Hattab
2014-06-16config option for disabling the help overlayHakim El Hattab
2014-06-12fix append to existing embed queryHakim El Hattab
2014-06-12vimeo support for autoplay/pauseHakim El Hattab
2014-06-12rewrite youtube iframe embeds to force ?enablejsapi=1 (fixes #856)Hakim El Hattab
2014-06-09toggle instead of always showing the help overlay when ? is pressedHakim El Hattab
2014-06-09adjust list of displayed key shortcuts #943Hakim El Hattab
2014-06-09merge and tweak key shortcuts overlay #943Hakim El Hattab
2014-06-09Merge branch 'keyboard_shortcuts_overlay' of https://github.com/navateja/reve...Hakim El Hattab
2014-06-09don't trim aria statusHakim El Hattab
2014-06-09merge and tweak screen reader support #854Hakim El Hattab
2014-06-09Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlaynavateja
2014-06-09creates a new branch for the featurenavateja
2014-06-08Shows keyboard shorcuts overlay on pressing question marknava teja
2014-06-05typo #938Hakim El Hattab
2014-06-05write current hash when history is toggled on #934Hakim El Hattab
2014-05-30fix search & replace errorHakim El Hattab
2014-05-29adjust check for focused text inputsHakim El Hattab
2014-05-24limit scope of all slide selectors, avoids multiple .reveal classes on one pa...Hakim El Hattab
2014-05-21only use zoom to scale in chromeHakim El Hattab
2014-05-20fix data-autoplay on first slideHakim El Hattab
2014-05-20validate named links according to html id spec #914Hakim El Hattab
2014-05-17relax keyboard blocking condition #899Hakim El Hattab
2014-05-14Merge branch 'fix-isFirstSlide' of https://github.com/fabianorosas/reveal.js ...Hakim El Hattab
2014-05-10fix bug in retrieval or background images while in pdf modeHakim El Hattab
2014-05-09== --> ===fabiano
2014-05-09fixed a problem in the function isFirstSlidefabiano
2014-05-07fix edge case in singleton node creationHakim El Hattab
2014-05-07createSingletonNode now ensures found nodes are in the correct containerHakim El Hattab
2014-05-04ensure default can be preventedHakim El Hattab
2014-05-04limit size of media elements when printing to pdfHakim El Hattab
2014-04-29wait for document to load before triggering pdf layoutHakim El Hattab
2014-04-29ensure pdf pages are never zero-heightHakim El Hattab
2014-04-29pdf background size rounding errorHakim El Hattab
2014-04-28null check backgroundHakim El Hattab
2014-04-28fix issue with background images on first vertical sldieHakim El Hattab
2014-04-28update visibility of slides as part of syncHakim El Hattab
2014-04-28prefer scaling over zooming on mobile devicesHakim El Hattab
2014-04-28fix lazy loading bug related to data-background-image attributeHakim El Hattab
2014-04-28fix slide transitions in iOSHakim El Hattab
2014-04-28load all images directly when in 'no-transform'-modeHakim El Hattab
2014-04-27merge umd wrappingHakim El Hattab
2014-04-27getSlideBackground now works in pdf mode, add pdf testsHakim El Hattab
2014-04-27better defered loading of background mediaHakim El Hattab
2014-04-27lazy load all slide backgroundsHakim El Hattab
2014-04-27disregard v index when there is no vertical slides/backgrounds in getSlide/ge...Hakim El Hattab
2014-04-27break showing/hiding of slides into separate methodsHakim El Hattab
2014-04-27new api method: getBackgroundSlideHakim El Hattab
2014-04-26abide by configured width/height when printing to pdfHakim El Hattab
2014-04-26fix transitions in firefoxHakim El Hattab
2014-04-26fix non-pdf printing (closes #881)Hakim El Hattab
2014-04-26Merge branch 'feature/print' into devHakim El Hattab
2014-04-26enable reveal.js keyboard shortcuts anywhere in notes windowHakim El Hattab
2014-04-26readme update, kill event listeners when printing pdfHakim El Hattab
2014-04-26simplify pdf layoutHakim El Hattab
2014-04-26some more flexibility for pdf export sizesHakim El Hattab
2014-04-26abide by configured slide width when exporting to pdfHakim El Hattab
2014-04-26allow tall slides to spread over pages in pdf exportHakim El Hattab
2014-04-23remove needless conditionHakim El Hattab
2014-04-23revert from flexbox for pdf centering, use js for PDF setupHakim El Hattab
2014-04-23lazy load support for iframes #793Hakim El Hattab
2014-04-22null and type check what comes through postmessageHakim El Hattab
2014-04-22lazy-load support for audio #793Hakim El Hattab
2014-04-22lazy loading support for video #793Hakim El Hattab
2014-04-22images with data-src attribute are now lazy-loaded #793Hakim El Hattab
2014-04-22carry slide classes over to generated background elementsHakim El Hattab
2014-04-22dont toggle paused/overview modes needlessly when setting stateHakim El Hattab
2014-04-20prevent repeated autoslidepaused/resumed eventsHakim El Hattab
2014-04-19split postmessage config into two optionsHakim El Hattab
2014-04-18add config option for postMessage featuresHakim El Hattab
2014-04-18bubble all reveal.js events to parent window through postMessageHakim El Hattab
2014-04-18postmessage plugin is now part of reveal.js coreHakim El Hattab
2014-04-13add support for custom keyboard availability conditionHakim El Hattab
2014-04-11make all slides 'present' while printingHakim El Hattab
2014-04-08build reveal.min.jsMichael Williams
2014-04-08add UMD support. fix #787Michael Williams
2014-04-07Change innerHTML to textContent to avoid video replays inside status Div, for...Nawaz
2014-04-06better transition names, fix background images in vertical slidesHakim El Hattab
2014-04-06stop tracking minified files #783Hakim El Hattab
2014-04-06next release will be 3.0.0Hakim El Hattab