Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-02 | reduce width of single-page fallback slides | Hakim El Hattab | |
2013-01-31 | change default maxScale to 1.0 (#310) | Hakim El Hattab | |
2013-01-31 | add config vars for #310 to readme | 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 ↵ | hakimel | |
presentations (#310) | |||
2013-01-29 | fix layering issue of anchors in ff with page transition (closes #274) | hakimel | |
2013-01-28 | feature detect zoom with fallback on transform, allow percent units for deck ↵ | hakimel | |
width/height (#310) | |||
2013-01-27 | updated to v2.3, initial implementation of uniformly scaled presentations (#310) | Hakim El Hattab | |
2013-01-26 | merge in timer in notes window, timer now stays hidden until initial time is set | Hakim El Hattab | |
2013-01-26 | Add clock and elapsed time to notes view | Charlie DeTar | |
2013-01-23 | update code sample for syntax highlight in readme | Hakim El Hattab | |
2013-01-23 | merge in clojure syntax highlighting, tweak readme | hakimel | |
2013-01-23 | Merge branch 'feature/highlightjs-clojure' of ↵ | hakimel | |
https://github.com/eightysteele/reveal.js | |||
2013-01-23 | limit video size to size of slide (closes #308) | hakimel | |
2013-01-23 | Merge branch 'master' of github.com:hakimel/reveal.js | hakimel | |
2013-01-23 | show error when notes run on non-http, fix load order to make sure upcoming ↵ | hakimel | |
slide is correct when notes open (#278) | |||
2013-01-21 | Add Clojure to highlight.js, add code highlight example to README. | Aaron Steele | |
2013-01-21 | specify branch name for travis build status image | Hakim El Hattab | |
2013-01-21 | fix placement of travis build status in readme | Hakim El Hattab | |
2013-01-21 | remove traling whitespace | hakimel | |
2013-01-21 | Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js | hakimel | |
2013-01-21 | Add grunt as a dev dependency | Nick Schonning | |
2013-01-21 | Add npm script tage the Travis automatically executes | Nick Schonning | |
Set targets to lint, and quint for when the testing is implemented | |||
2013-01-21 | don't convert anchors with child nodes to rolling links (closes #266) | hakimel | |
2013-01-21 | remove debug code | hakimel | |
2013-01-21 | notes window now displays correct slides when origin is different than ↵ | hakimel | |
index.html (closes #278) | |||
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 ↵ | hakimel | |
functions in core JS, remove unused each() method | |||
2013-01-18 | Merge pull request #303 from DrBenton/master | Hakim El Hattab | |
Small additions around "togglePause()" | |||
2013-01-18 | fix typos | hakimel | |
2013-01-18 | Merge branch 'fade-transition' of https://github.com/joelrbrandt/reveal.js | hakimel | |
2013-01-18 | Merge pull request #302 from rschellhorn/master | Hakim El Hattab | |
Fixed fragment fade-in/out example | |||
2013-01-18 | add public "togglePause()" access | Olivier Philippon | |
2013-01-18 | add Logitech presenter tools "black screen" button compatibility | Olivier Philippon | |
2013-01-18 | Fixed fragment fade-in/out example | Rob Schellhorn | |
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-10 | attribution for print-pdf phantom script (closes #276) | Hakim El Hattab | |
2013-01-10 | merge in phantomjs script for printing pdf (#276) | Hakim El Hattab | |
2013-01-08 | theming docs (closes #246, closes #249) | Hakim El Hattab | |
2013-01-08 | theming docs | Hakim El Hattab | |
2013-01-07 | info about available themes and how to change theme | Hakim El Hattab | |
2013-01-07 | Merge pull request #282 from callmephilip/feature/plugin/remotes/none-on-mobile | Hakim El Hattab | |
disable remotes plugin on mobile | |||
2013-01-06 | entities auto fix added | karimsa | |
2013-01-04 | disable remotes plugin on mobile | callmephilip | |
2013-01-02 | fix issue with auto-advance (closes #273) | Hakim El Hattab | |
2012-12-31 | Add Travis build badge | Nick Schonning | |
2012-12-31 | Add travis.yml for CI build | Nick Schonning | |
2012-12-15 | Added phantomjs scriptfile for easier printing | Manuel Bieh | |
2012-12-14 | Merge pull request #270 from lawilliams/master | Hakim El Hattab | |
Fixing small typo in index.html | |||
2012-12-08 | Fixing spelling mistake. | Luke Williams | |
2012-11-27 | remove left/right margin from images, tweak pdf print styles | Hakim El Hattab | |
2012-11-27 | add rtl option to readme | Hakim El Hattab | |
2012-11-27 | right align text in ul/ol when rtl is active (#166) | Hakim El Hattab | |
2012-11-25 | fix issue with click event target on overview slides | Hakim El Hattab | |
2012-11-24 | fix inconsistency with vertical centering when using page transition | Hakim El Hattab | |
2012-11-23 | word break rules and hyphens where possible for titles | 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 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-11-22 | slide method now accepts fragment index argument #228 | Hakim El Hattab | |
2012-11-20 | readme tweaks | Hakim El Hattab | |
2012-11-18 | use system font when rtl is enabled, exclude pre and code blocks from rtl (#166) | 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 ↵ | Hakim El Hattab | |
by default | |||
2012-11-16 | null check for notes in markdown parser (#253) | Hakim El Hattab | |
2012-11-16 | avoid stripping out notes when parsing markdown (closes #253) | Hakim El Hattab | |
2012-11-16 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-11-16 | fix incorrect navigation in notes window (closes #241) | Hakim El Hattab | |
2012-11-16 | Merge pull request #254 from harriha/bug-with-theme-switching | Hakim El Hattab | |
Fix bug with switching to 'night' theme | |||
2012-11-15 | Fix bug with switching to night theme | harriha | |
When switching to 'night' theme, the first slide was shown instead of correctly linking to the Themes slide. | |||
2012-11-14 | Merge pull request #245 from dandv/patch-1 | Hakim El Hattab | |
Document vertical centering breaking backcompat | |||
2012-11-14 | Merge branch 'fix-grunt-contrib-mincss-version' of ↵ | Hakim El Hattab | |
https://github.com/technicalpickles/reveal.js | |||
2012-11-13 | fix minor issue in pdf print sheet | 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 ↵ | Hakim El Hattab | |
https://github.com/hashar/reveal.js | |||
2012-11-13 | disable hiding of address bar on android, caused vertical centering issues | Hakim El Hattab | |
2012-11-13 | Document vertical centering breaking backcompat | Dan Dascalescu | |
Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is: http://lab.hakim.se/reveal-js/?transition=cube Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now. Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence): bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px'; Alternatively, is there an easy way to restore the previous functionality? | |||
2012-11-12 | Use grunt-contrib-mincss ~0.3.1 | Josh Nichols | |
Was at ~0.3.2, but doesn't seem to have been released properly. | |||
2012-11-12 | Fix callback calling when using from a parent directory | Antoine Musso | |
Authors might want to use a shared reveal.js installation for all their presentations such as: $ ls -1 -F 20120105-how-to-use-git.html 20121101-wikimedia-scaling.html reveal.js/ $ In this case, the plugin callbacks will not be called at all. When using head.js, the callback is marked as depending upon the loading of a Javscript filename. The regex used to find out the filename is applied to the full path which in the above case would be something like: reveal.js/plugin/highlight/highlight.js The regex will thus give out 'reveal.js' as a file depency instead of the expected 'highlight.js' The fix is quiet easy: simply make sure that we are looking for a file that actually ends with '.js' instead of simply containing '.js' by adding a $. | |||
2012-11-11 | note about #226 in readme | Hakim El Hattab | |
2012-11-11 | add touch based remote controlled plugin | Hakim El Hattab | |
2012-11-11 | add note about nested fragments | Hakim El Hattab | |
2012-11-11 | fix typos | Hakim El Hattab | |
2012-11-11 | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | |
2012-11-11 | add grunt.js build file (closes #235) | Hakim El Hattab | |
2012-11-10 | Merge pull request #234 from dandv/patch-1 | Hakim El Hattab | |
its->it's in README.md | |||
2012-11-10 | its->it's in README.md | Dan Dascalescu | |
Thanks for the multi-control support! | |||
2012-11-10 | fixes issue where italic fonts disappeared when printing to pdf (closes #230) | Hakim El Hattab | |
2012-11-10 | add night theme | Hakim El Hattab | |
2012-11-10 | fix issue with dependency loader callbacks | Hakim El Hattab | |
2012-11-10 | ensure fragments are visible in print styles, fix page-break error in paper ↵ | Hakim El Hattab | |
print sheet | |||
2012-11-10 | cosmetical tweaks to postmessage plugin | Hakim El Hattab | |
2012-11-10 | Merge branch 'master' of https://github.com/sithmel/reveal.js | Hakim El Hattab | |
merge postmessage api | |||
2012-11-10 | workaround markdown quote issue (#223) | Hakim El Hattab | |
2012-11-10 | tweak ie8 fallback | Hakim El Hattab | |