Age | Commit message (Expand) | 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 pres... | hakimel |
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 |
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 https://github.com/eightysteele... | hakimel |
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 s... | hakimel |
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 |
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 index.... | 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 | 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 |
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 |
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 |
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 b... | Hakim El Hattab |
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 |
2012-11-15 | Fix bug with switching to night theme | harriha |
2012-11-14 | Merge pull request #245 from dandv/patch-1 | Hakim El Hattab |
2012-11-14 | Merge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technic... | Hakim El Hattab |
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 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-13 | Document vertical centering breaking backcompat | Dan Dascalescu |
2012-11-12 | Use grunt-contrib-mincss ~0.3.1 | Josh Nichols |
2012-11-12 | Fix callback calling when using from a parent directory | Antoine Musso |
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 |
2012-11-10 | its->it's in README.md | Dan Dascalescu |
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 p... | Hakim El Hattab |
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 |
2012-11-10 | workaround markdown quote issue (#223) | Hakim El Hattab |
2012-11-10 | tweak ie8 fallback | Hakim El Hattab |