Age | Commit message (Expand) | Author |
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-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 |
2012-10-14 | enable pinch to zoom interaction if overview is disabled (#175) | Hakim El Hattab |
2012-10-14 | Apply latest change to the minified version | Michael Kühnel |
2012-10-14 | Add fullscreen mode | Michael Kühnel |
2012-10-13 | roll back attr name change, just lowercase (#170) | Hakim El Hattab |
2012-10-13 | ability to define autoSlide duration per slide | Hakim El Hattab |
2012-10-13 | Merge branch 'master' of https://github.com/functino/reveal.js | Hakim El Hattab |
2012-10-13 | add zoom transition | Hakim El Hattab |
2012-10-13 | default config value for theme is null | Hakim El Hattab |
2012-10-11 | Make it possible to customize autoSlide for each slide | ageier |
2012-10-08 | new paused mode feature (closes #144), controls and progress DOM elements are... | Hakim El Hattab |
2012-10-04 | prevent touchmove default action on android (#143) | Hakim El Hattab |
2012-10-04 | add override flag to overview toggle, code cleanup | Hakim El Hattab |
2012-09-30 | facility for css shader transitions, add css shader based tile-transition | Hakim El Hattab |
2012-09-28 | main.css > reveal.css | Hakim El Hattab |
2012-09-21 | code comments, remove needless nodelist > array conversion | Hakim El Hattab |
2012-09-21 | 2.0 is stable, update to 2.1 | Hakim El Hattab |
2012-09-21 | add option for disabling overview mode (closes #145) | Hakim El Hattab |
2012-09-16 | fix mixed spaces & tabs, remove unused feature test, add missing ; | Hakim El Hattab |
2012-09-09 | add rvl.io to readme and template slide | Hakim El Hattab |
2012-08-30 | changed theme file swap to be relative to theme file instead of slide-deck | Sinetheta |