Age | Commit message (Expand) | Author |
2013-03-08 | add Reveal.getConfig(), replace use of window.globals (#98) | Hakim El Hattab |
2013-03-08 | merge in multiplex (#98) | Hakim El Hattab |
2013-03-08 | Bring multiplex up to date | David Banham |
2013-03-05 | scope error (#300) | Hakim El Hattab |
2013-03-05 | blindfolded attempt at ie10 touch (#300) | Hakim El Hattab |
2013-03-04 | fix error in how touch support was detected | Hakim El Hattab |
2013-03-04 | better null check for stack (closes #354) | Hakim El Hattab |
2013-03-04 | fix rotues check when loop is active | Hakim El Hattab |
2013-03-04 | fix minor inconsistency in left/right nav when first/last slides are vertical | Hakim El Hattab |
2013-03-04 | enable pos-startup config of autoSlide | Hakim El Hattab |
2013-03-01 | fix a few typos (closes #352) | Hakim El Hattab |
2013-02-28 | format tweak | Hakim El Hattab |
2013-02-28 | fixing an initialization bug when turning off controls and progress in initia... | Ben Houston |
2013-02-27 | force layout after configuration changes | Hakim El Hattab |
2013-02-27 | replace classList.toggle( ..., force ) as it's broken in ff | Hakim El Hattab |
2013-02-27 | dispatch event when paused/resumed (closes #336) | Hakim El Hattab |
2013-02-27 | fragment sorting tweaks, sort attribute is now called data-fragment-index (#342) | Hakim El Hattab |
2013-02-27 | Merge branch 'sort_fragments' of https://github.com/jaberg/reveal.js into dev | Hakim El Hattab |
2013-02-27 | merge grunt update to 0.4 (#350) | Hakim El Hattab |
2013-02-26 | disabled overview clicks on slides with disabled class | Hakim El Hattab |
2013-02-24 | prevent overview click events after calling Reveal.removeEventListeners | Hakim El Hattab |
2013-02-24 | add configure api method for update config after initialization | Hakim El Hattab |
2013-02-21 | FIX: indent level of sort_fragments | James Bergstra |
2013-02-21 | ENH: fragment-pos attribute for ordering fragments | James Bergstra |
2013-02-14 | ontouchstart null check in addEventListeners | JJ Allaire |
2013-02-13 | added isFirstSlide/isLastSlide api methods | Hakim El Hattab |
2013-02-13 | Merge branch 'master' of https://github.com/gouravtiwari/reveal.js | Hakim El Hattab |
2013-02-13 | check window.ontouchstart != null (required for qtwebkit) | JJ Allaire |
2013-02-11 | Added isFirstSlide and isLastSlide functions | Gourav Tiwari |
2013-02-11 | scale presentations on ipad instead of zoom | Hakim El Hattab |
2013-02-09 | add api methods for check if overview is active or presentation is paused | Hakim El Hattab |
2013-02-09 | stop auto-slide on pause and overview (closes #320) | Hakim El Hattab |
2013-02-05 | adjust copyright years | Hakim El Hattab |
2013-02-03 | helper method for retrieving slide based on index (closes #293) | Hakim El Hattab |
2013-02-03 | fix vertical centering of slide in ios chrome (closes #289) | Hakim El Hattab |
2013-02-03 | fix error with removal of control button and progress bar event listeners (cl... | Hakim El Hattab |
2013-02-03 | code cosmetics | Hakim El Hattab |
2013-02-02 | Merge pull request #322 from commadelimited/deactivate-nav-during-pause | Hakim El Hattab |
2013-02-02 | remove extra padding in stacks, add api method to retrieve curren scale (#310) | Hakim El Hattab |
2013-02-02 | reduce width of single-page fallback slides | Hakim El Hattab |
2013-01-31 | Only allowing 'unpause' keyboard events while paused | andy matthews |
2013-01-31 | change default maxScale to 1.0 (#310) | Hakim El Hattab |
2013-01-30 | add min/max scale settings (#310) | Hakim El Hattab |
2013-01-29 | rename padding config option to margin, better mobile support for scaled pres... | hakimel |
2013-01-28 | feature detect zoom with fallback on transform, allow percent units for deck ... | hakimel |
2013-01-27 | updated to v2.3, initial implementation of uniformly scaled presentations (#310) | Hakim El Hattab |
2013-01-21 | don't convert anchors with child nodes to rolling links (closes #266) | hakimel |
2013-01-21 | add overviewshown and overviewhidden events (closes #298) | hakimel |
2013-01-21 | config option for disabling touch navigation (closes #299) | hakimel |
2013-01-21 | expose layout api method (closes #305), consistent spacing across all functio... | hakimel |
2013-01-18 | Merge pull request #303 from DrBenton/master | Hakim El Hattab |
2013-01-18 | fix typos | hakimel |
2013-01-18 | add public "togglePause()" access | Olivier Philippon |
2013-01-18 | add Logitech presenter tools "black screen" button compatibility | Olivier Philippon |
2013-01-16 | implement a fade transition | Joel Brandt |
2013-01-14 | fix issue with navigateTo and fragments (closes #290) | Hakim El Hattab |
2013-01-12 | merge in reset of vertical slides when returning to first slide #291 | Hakim El Hattab |
2013-01-11 | better fix (issue: #285) | karimsa |
2013-01-06 | entities auto fix added | karimsa |
2013-01-02 | fix issue with auto-advance (closes #273) | Hakim El Hattab |
2012-11-27 | add rtl option to readme | Hakim El Hattab |
2012-11-25 | fix issue with click event target on overview slides | Hakim El Hattab |
2012-11-23 | improve rendering accuracy of overview | Hakim El Hattab |
2012-11-22 | use touch start events for controls on touch devices | Hakim El Hattab |
2012-11-22 | slide method now accepts fragment index argument #228 | Hakim El Hattab |
2012-11-18 | adjust rtl implementation (#166) | Hakim El Hattab |
2012-11-17 | experimental rtl support (#166) | Hakim El Hattab |
2012-11-17 | enforce max width/height on iframes (#244), disabled mouse wheel navigation b... | Hakim El Hattab |
2012-11-13 | null check parentNode in case slide has been detached | Hakim El Hattab |
2012-11-13 | Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reve... | Hakim El Hattab |
2012-11-13 | disable hiding of address bar on android, caused vertical centering issues | Hakim El Hattab |
2012-11-12 | Fix callback calling when using from a parent directory | Antoine Musso |
2012-11-11 | add grunt.js build file (closes #235) | Hakim El Hattab |
2012-11-10 | fix issue with dependency loader callbacks | Hakim El Hattab |
2012-11-10 | fix vertical transition for vertically centered slides, vertical centering is... | Hakim El Hattab |
2012-11-10 | correction to vertical centering and overview mode, clean up of vertical slid... | Hakim El Hattab |
2012-11-10 | remember last visited vertical slide (closes #225) | Hakim El Hattab |
2012-11-10 | enable up/down arrows to step through fragments (closes #233) | Hakim El Hattab |
2012-11-10 | count vertical slides towards the progress bar (closes #150) | Hakim El Hattab |
2012-11-10 | allow multiple control elements, document usage of global controls (#184, #204) | Hakim El Hattab |
2012-11-10 | write named links, rather than h/v index, to hash when available (closes #224) | Hakim El Hattab |
2012-11-10 | corrections to vertical centering (#70), added to docs, upgrade to 2.2 | Hakim El Hattab |
2012-11-10 | rough support for vertical centering #70 | Hakim El Hattab |
2012-11-05 | working on #227 | Federico Fissore |
2012-10-29 | fixed issue with dependency loader failing when there were 0 async scripts (#... | Hakim El Hattab |
2012-10-28 | only call slide() if route is available in navigate methods (closes #213) | Hakim El Hattab |
2012-10-25 | merge in support for stepped fragments in notes window | Hakim El Hattab |
2012-10-24 | force 'ready' to fire one cycle later (#208) | Hakim El Hattab |
2012-10-24 | fix keyboard navigation in ie9 (closes #202) | Hakim El Hattab |
2012-10-24 | Apply latest change to the minified version | Michael Kühnel |
2012-10-23 | Cherry picking from branch fix-fragments-in-speakernotes | Michael Kühnel |
2012-10-22 | use borders to generate control arrows (closes #137) | Hakim El Hattab |
2012-10-22 | Updated Controls to use CSS triangles rather than unicode triangles (fix Andr... | Russell Beattie |
2012-10-20 | clean up trailing whitespace (closes #197) | Hakim El Hattab |
2012-10-20 | progress bar can now be clicked to navigate (closes #181) | Hakim El Hattab |
2012-10-20 | modularize themes and convert them to sass (closes #191) | Hakim El Hattab |
2012-10-17 | fix issue in browsers that don't support classList | Hakim El Hattab |
2012-10-17 | add 'ready' event (#182) | Hakim El Hattab |
2012-10-14 | new shorter api method names (closes #178), restructured and cleaned up core js | Hakim El Hattab |
2012-10-14 | merge full screen key binding (f) | Hakim El Hattab |