Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | merge in relative theme/transition links | Hakim El Hattab | 2012-10-10 | |
| | ||||
* | Merge branch 'patch-3' of https://github.com/dandv/reveal.js | Hakim El Hattab | 2012-10-10 | |
|\ | ||||
| * | Links to transitions & themes stay in presentation | Dan Dascalescu | 2012-10-10 | |
| | | ||||
* | | Merge pull request #168 from dandv/patch-2 | Hakim El Hattab | 2012-10-10 | |
|\ \ | |/ |/| | Typo fix | |||
| * | Typo fix | Dan Dascalescu | 2012-10-10 | |
|/ | ||||
* | slight tweak to zoom integration | hakimel | 2012-10-09 | |
| | ||||
* | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-10-09 | |
|\ | ||||
| * | update re markdown | Hakim El Hattab | 2012-10-08 | |
| | | ||||
* | | zoom.js integration via alt+click | Hakim El Hattab | 2012-10-09 | |
|/ | ||||
* | wrap markdown in script text/template to fix parsing errors (closes #146 ↵ | Hakim El Hattab | 2012-10-08 | |
| | | | | #155 #162) | |||
* | new paused mode feature (closes #144), controls and progress DOM elements ↵ | Hakim El Hattab | 2012-10-08 | |
| | | | | are no longer required in HTML | |||
* | root reset styles at .reveal (#163) | Hakim El Hattab | 2012-10-07 | |
| | ||||
* | remove duplicate padding/margin reset on html & body | Hakim El Hattab | 2012-10-07 | |
| | ||||
* | prevent touchmove default action on android (#143) | Hakim El Hattab | 2012-10-04 | |
| | ||||
* | Merge branch 'serif-theme' of https://github.com/maxogden/reveal.js | Hakim El Hattab | 2012-10-04 | |
|\ | ||||
| * | add link to serif theme in default presentation | Max Ogden | 2012-10-04 | |
| | | ||||
| * | simple serif font theme | Max Ogden | 2012-10-04 | |
| | | ||||
* | | add override flag to overview toggle, code cleanup | Hakim El Hattab | 2012-10-04 | |
| | | ||||
* | | add 'none'-transition (closes #159, #160) | Hakim El Hattab | 2012-10-04 | |
|/ | ||||
* | new slide | Hakim El Hattab | 2012-09-30 | |
| | ||||
* | facility for css shader transitions, add css shader based tile-transition | Hakim El Hattab | 2012-09-30 | |
| | ||||
* | main.css > reveal.css | Hakim El Hattab | 2012-09-28 | |
| | ||||
* | minified version of showdown | Hakim El Hattab | 2012-09-28 | |
| | ||||
* | max-height and overflow for code blocks (closes #16) | Hakim El Hattab | 2012-09-28 | |
| | ||||
* | slightly larger preview of next slide in speaker notes (closes #147) | Hakim El Hattab | 2012-09-28 | |
| | ||||
* | rollback change in showndown, stop highlight.js's html entity escape #523 | Hakim El Hattab | 2012-09-28 | |
| | ||||
* | disable html entity escapes in showdown (cloes #153 & #152) | Hakim El Hattab | 2012-09-27 | |
| | ||||
* | Changes to make PDF output match the browser view more closely | Gary Murakami | 2012-09-27 | |
| | | | | | | font-size: 18pt; instead of fount-size: 22pt; remove the "a" tag from def that forces font size, otherwise anchors in various contexts, e.g., headings, etc., will cause ugly rendering due to mismatched font size. specify font size for "pre" tags so that code listings more closely match browser rendering | |||
* | 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 | |
| | ||||
* | remove sharing code for sample presentation | Hakim El Hattab | 2012-09-21 | |
| | ||||
* | merge markdown in notes | Hakim El Hattab | 2012-09-21 | |
| | ||||
* | Merge branch 'markdown-in-notes' of ↵ | Hakim El Hattab | 2012-09-21 | |
|\ | | | | | | | https://github.com/technicalpickles/reveal.js | |||
| * | Add documentation for markdown speaker notes | Josh Nichols | 2012-09-08 | |
| | | ||||
| * | Support markdown in speaker notes | Josh Nichols | 2012-09-08 | |
| | | | | | | | | | | It's pretty nice to have markdown in slides. It's even nicer to have markdown in speaker notes too :) | |||
* | | add option for disabling overview mode (closes #145) | Hakim El Hattab | 2012-09-21 | |
| | | ||||
* | | instructions for print pdf include | Hakim El Hattab | 2012-09-21 | |
| | | ||||
* | | copy tweaks | Hakim El Hattab | 2012-09-16 | |
| | | ||||
* | | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-09-16 | |
|\ \ | ||||
| * \ | Merge pull request #141 from rmurphey/node_0.8_update | Hakim El Hattab | 2012-09-11 | |
| |\ \ | | | | | | | | | update package.json for node 0.8+ | |||
| | * | | package.json for node 0.8+ | Rebecca Murphey | 2012-09-11 | |
| |/ / | ||||
* / / | fix mixed spaces & tabs, remove unused feature test, add missing ; | Hakim El Hattab | 2012-09-16 | |
|/ / | ||||
* | | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-09-09 | |
|\ \ | ||||
| * | | readme update | Hakim El Hattab | 2012-09-09 | |
| | | | ||||
* | | | open slide notes window automatically #135 | Hakim El Hattab | 2012-09-09 | |
| | | | ||||
* | | | Merge branch 'open-notes-in-new-window' of ↵ | Hakim El Hattab | 2012-09-09 | |
|\ \ \ | |/ / |/| | | | | | https://github.com/technicalpickles/reveal.js | |||
| * | | Open notes in new window, instead of printing to console | Josh Nichols | 2012-09-08 | |
| |/ | | | | | | | | | | | | | | | | | It can be tedious to load up the speaker notes, with the whole having to open the javascript console, and clicking on the link. This simplifies it by automatically opening the notes in a new window. Most browsers will warn that it's trying to open a pop-up, but it's easy enough to allow it. | |||
* | | Merge branch 'master' of github.com:hakimel/reveal.js | Hakim El Hattab | 2012-09-09 | |
|\| | ||||
| * | Update README.md | Hakim El Hattab | 2012-09-04 | |
| | | ||||
| * | add pledgie button | Hakim El Hattab | 2012-09-04 | |
| | |