summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
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-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 do...Brad Gessler
2013-10-24plug potential xss vectorHakim El Hattab
2013-10-23Support per-slide centeringMichael Ekstrand
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
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
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 req...Hakim El Hattab
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
2013-10-11support for svg background images #632Hakim El Hattab
2013-10-11add autoSlideStoppable config value, allows autoSlide to be aborted on user i...Hakim El Hattab
2013-10-10code styleHakim El Hattab
2013-09-21Focus body when page visibility changes to ensure keyboard shortcuts are usableEspen Hovlandsdal
2013-09-19remove extravagant commentHakim El Hattab
2013-09-15use 'url()'-free path when specifying parallax image, refactor so that parall...Hakim El Hattab
2013-09-15update the parallax background when the window resizes #595Hakim El Hattab
2013-09-15move parallax code to separate method #595Hakim El Hattab
2013-09-15update code style to match rest of reveal.js, disable parallax by default #595Hakim El Hattab
2013-09-15merge parallax into dev, remove default image #595Hakim El Hattab
2013-09-11make hiding of address bar configurableHakim El Hattab
2013-09-11Fix: no parallax scrolling in FFMichał Smoliński
2013-09-10Added parallax scrolling backgroundMichał Smoliński
2013-09-04enable hiding of address bar for ios chrome #582Hakim El Hattab
2013-09-03update progress bar to hide/show using same type of rules as controlsHakim El Hattab
2013-09-03Merge branch 'master' of https://github.com/ziggystar/reveal.js into devHakim El Hattab
2013-09-03fix: links not working when controls are disabledThomas Geier
2013-08-26minor refactoring of overview codeHakim El Hattab
2013-08-24include dev flag in versionHakim El Hattab
2013-08-23make sure isVerticalSlide doesn't throw npeHakim El Hattab
2013-08-22fix bug where isLastSlide sometimes incorrectly returned falseHakim El Hattab
2013-08-222.6.0Hakim El Hattab
2013-08-19make sure stretch works with videoHakim El Hattab
2013-08-18renamed .remaining-height to .stretch #244 #490 #561Hakim El Hattab
2013-08-18revised remaining height layout logicHakim El Hattab
2013-08-18allow hiding of vertical slide stacksHakim El Hattab
2013-08-17prevent invalid slidechanged on page loadHakim El Hattab
2013-08-17fix retrieval of computed styles in ffHakim El Hattab
2013-08-17further work on remaining-height helper #244 #490 #561Hakim El Hattab
2013-08-16start work on logic for fitting an element to remaining slide height #244 #49...Hakim El Hattab
2013-08-15refactor js, more natural order of startup methodsHakim El Hattab
2013-08-15add initial slide dom setup passHakim El Hattab
2013-08-13add util method for applying css transformsHakim El Hattab
2013-08-13add isReady method to check reveal.js loaded stateHakim El Hattab
2013-08-11merge dom setup refactor #544Hakim El Hattab
2013-08-11disable transitions while presentation loadsHakim El Hattab
2013-08-11correction to view distance calculation for vertical slidesHakim El Hattab
2013-08-11fix bug that caused slideshow to break if an unexisting named link was usedHakim El Hattab
2013-08-11display more slides in overviewHakim El Hattab
2013-08-11FormattingGuillaume Turri
2013-08-11inlined method used only onceGuillaume Turri
2013-08-11Use more explicit nameGuillaume Turri
2013-08-10rename embed > embedded to signal that it's a state and not an actionHakim El Hattab
2013-08-10add embed optionHakim El Hattab
2013-08-10renamed handled flag to capturedHakim El Hattab
2013-08-10reduce touch event threshold to make it more sensitiveHakim El Hattab
2013-08-10code formattingHakim El Hattab
2013-08-10reduce overview depth on small screensHakim El Hattab
2013-08-10make view distance configurable #527Hakim El Hattab
2013-08-10delay client capability test until initialization phaseHakim El Hattab
2013-08-10much improved distance measuring logic, improves performance on mobile and fi...Hakim El Hattab
2013-08-08merge in leap plugin #554Hakim El Hattab
2013-07-29Minor refactoringGuillaume Turri
2013-07-26ensure notes window fragment states are mirrored in main window #538Hakim El Hattab
2013-07-26restore rolling links.. but default to off #532Hakim El Hattab
2013-07-20remove 'rolling links' #532Hakim El Hattab
2013-07-20correction to bug introduced via #529Hakim El Hattab
2013-07-19only call slide() after hash changes if indices have changed #529Hakim El Hattab
2013-07-19remove delay from url update #530Hakim El Hattab
2013-07-18add optional 'o' key to toggle overview #491Hakim El Hattab
2013-07-16document 'none' background transitionHakim El Hattab
2013-07-14ensure all future fragments are invisible #473Hakim El Hattab
2013-07-14fix initial auto-slide overridev #525Hakim El Hattab
2013-07-10typo and whitespace correctionHakim El Hattab
2013-06-29Merge branch 'fix-notes-after-pr-435' of https://github.com/ericweikl/reveal.jsHakim El Hattab
2013-06-22background image tweaksHakim El Hattab
2013-06-20broader image url detect (closes #500)Hakim El Hattab
2013-06-18adjust background image url detection #453Hakim El Hattab
2013-06-18Create a single fragment event per fragment-indexEric Weikl
2013-06-18rename 'linear' background transition to 'slide'Hakim El Hattab
2013-06-18support for background transition overridesHakim El Hattab
2013-06-16mouse wheel tweaks (closes #454)Hakim El Hattab