summaryrefslogtreecommitdiffhomepage
path: root/js
AgeCommit message (Expand)Author
2013-09-11make hiding of address bar configurableHakim El Hattab
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
2013-06-16minify js for #493Hakim El Hattab
2013-06-16merge navigate prev fix #493Hakim El Hattab
2013-06-16Fix jshint testRick Lupton
2013-06-16keyboard config object support #405Hakim El Hattab
2013-06-14Fix navigatePrev() past beginning of stack: fixes issue #463.#463.#463.Rick Lupton
2013-06-10merge conflicts w preview & backgroundsHakim El Hattab
2013-06-10match background and transition slide transition easing equationsHakim El Hattab
2013-06-10rtl support for new sliding backgroundsHakim El Hattab
2013-06-10pluralize background classname to match '.slides'Hakim El Hattab
2013-06-09set 'hidden' attribute on all slides except the present (#457)Hakim El Hattab
2013-06-09update code style to match after mergeHakim El Hattab
2013-06-09merge fix for embedded media repeated autoplayHakim El Hattab
2013-06-09revamp pdf printing to support per-slide backgrounds (closes #453)Hakim El Hattab
2013-06-08Only call embedded content bits if the slide actually changed.Chris Lawrence
2013-06-04update background test, documented slide backgrounds in readme (#453)Hakim El Hattab
2013-06-04allow control over background color when using images (#453)Hakim El Hattab
2013-06-04linear sliding transition option for full page backgrounds (#453)Hakim El Hattab
2013-06-04support for optional background property overrides (#453)Hakim El Hattab
2013-06-04don't transition to first slide background (#453)Hakim El Hattab
2013-06-04started the new per-slide background implementation (#453)Hakim El Hattab
2013-05-20support vertical align of slides with absolute childrenHakim El Hattab
2013-05-20initial implentation of preview frame, add semi-fade fragment style, data-ful...Hakim El Hattab
2013-05-12upgrade to 2.5.0Hakim El Hattab
2013-05-05fix previousFragment, was hiding in reverse order #435Hakim El Hattab
2013-05-05merge notes float fix and support for multiple fragments with same indexHakim El Hattab
2013-05-05add data-start-indexv #427Hakim El Hattab
2013-05-02Support for multiple elements with same data-fragment-indexNigel Stanger
2013-05-01Moved my code to auto escape html to the right placeRaymond Camden
2013-05-01Adds support for auto escaping HTML in code blocks.Raymond Camden
2013-04-29add isVerticalSlide utility methodHakim El Hattab
2013-04-29greatly improved rtl, slides and progress are now reversed #339Hakim El Hattab
2013-04-27only auto-play media when data-autoplay is set (#388)Hakim El Hattab
2013-04-27auto play/pause youtube video when entering/leaving slide (#388)Hakim El Hattab
2013-04-27auto play/pause html5 media when entering/leaving slide (#388)Hakim El Hattab
2013-04-27add config option for disabling all fragmentsHakim El Hattab
2013-04-27available fragment routes reflected in control arrows (closes #411)Hakim El Hattab
2013-04-27greatly simplify next/prev fragment routinesHakim El Hattab
2013-04-27also update controls and progress on syncHakim El Hattab
2013-04-27update progress bar on window resizeHakim El Hattab
2013-04-27add sync methodHakim El Hattab