Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-06 | next release will be 3.0.0 | Hakim El Hattab | |
2014-04-06 | Merge pull request #682 from tentacode/patch-1 | Hakim El Hattab | |
Indentation issue when using code in a markdown slide | |||
2014-04-04 | only use zoom to scale content in webkit | Hakim El Hattab | |
2014-04-04 | video background playback | Hakim El Hattab | |
2014-04-03 | revamped and greatly simplified the layout of .slides | Hakim El Hattab | |
2014-04-03 | use flexbox for vertically centered printing #862 | Hakim El Hattab | |
2014-04-02 | Mark xhr.status=0 as successful | Sergey Gospodarets | |
2014-04-02 | Mark xhr.status=0 as successful | Sergey Gospodarets | |
2014-04-01 | Merge branch 'dev' of github.com:ht push origin akimel/reveal.js into dev | Hakim El Hattab | |
2014-04-01 | test for #858 | Hakim El Hattab | |
2014-04-01 | add getTotalSlides #858 | Hakim El Hattab | |
2014-03-27 | Make revealJS screen reader friendly by announcing the contents of each ↵ | Nawaz | |
slide presented | |||
2014-03-26 | start work on video backgrounds #751 | Hakim El Hattab | |
2014-03-26 | optimization, only declare background creation method once | Hakim El Hattab | |
2014-03-25 | Merge pull request #794 from Spy-Seth/dev | Hakim El Hattab | |
increase Logitech R400 remote compatibility | |||
2014-03-25 | merge master into dev | Hakim El Hattab | |
2014-03-25 | Merge pull request #832 from craigcitro/patch-1 | Hakim El Hattab | |
tweak layout in readme installation markup | |||
2014-03-25 | Merge branch 'dev' of https://github.com/xdhmoore/reveal.js into dev | Hakim El Hattab | |
2014-03-25 | disable transition into and out of overview mode #829 | Hakim El Hattab | |
2014-03-25 | tweak table margins, dont reset 'i' element #803 | Hakim El Hattab | |
2014-03-25 | merge upgrade of highlight.js, add base styles to pre code, dont limit ↵ | Hakim El Hattab | |
language detection in index.html #809 | |||
2014-03-25 | Merge branch 'master' of https://github.com/jdfitzgerald/reveal.js into dev | Hakim El Hattab | |
2014-03-25 | limit named links to [a-zA-Z0-9\-\_\:\.] #836 | Hakim El Hattab | |
2014-03-25 | fix 'fragments' config option (#849) | Hakim El Hattab | |
2014-03-25 | prevent invisible fragments from capturing mouse events #845 | Hakim El Hattab | |
2014-03-25 | correct ms fullscreen api method name #843 | Hakim El Hattab | |
2014-03-18 | use socket.io 0.9.16 | Hakim El Hattab | |
2014-03-18 | update version to 2.6.2 to fix broken tarball on npm #506 | Hakim El Hattab | |
2014-03-14 | Tweak layout in README.md installation markup. | Craig Citro | |
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it. | |||
2014-03-13 | More robost calculation of .stretch height | Daniel Moore | |
2014-03-13 | include fragments in progress bar calculation | Hakim El Hattab | |
2014-03-13 | update (c) year | Hakim El Hattab | |
2014-03-12 | test for getProgress | Hakim El Hattab | |
2014-03-12 | add api method for retrieving progress | Hakim El Hattab | |
2014-03-12 | Merge branch 'dev' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2014-03-12 | deserialize state values | Hakim El Hattab | |
2014-03-12 | typo fix | Hakim El Hattab | |
2014-03-08 | Merge pull request #816 from Gijs-Koot/dev | Hakim El Hattab | |
small fix for issue #814 | |||
2014-03-05 | fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵ | Gijs Koot | |
autoCenter is of, the tipPosition was in the wrong scope | |||
2014-03-02 | add get/setState methods for persisting and restoring presentation state | Hakim El Hattab | |
2014-02-28 | updated presentation to specify used languages used for highlight.js | J.D. Fitz.Gerald | |
2014-02-28 | updated highlight.js to v8.0 | J.D. Fitz.Gerald | |
2014-02-28 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2014-02-28 | fix pdf print bug in chrome 33 #808 | Hakim El Hattab | |
2014-02-28 | change version to 2.7.0 (dev) | Hakim El Hattab | |
2014-02-25 | don't reduce line height for all headings in base theme (#753) | Hakim El Hattab | |
2014-02-18 | Typo fix. | Armand Abric | |
2014-02-18 | Merge branch 'master' of https://github.com/ccortezia/reveal.js into dev | Hakim El Hattab | |
2014-02-17 | renamed markdown attributes for clarity and consistency: data-vertical -> ↵ | Hakim El Hattab | |
data-separator-vertical, data-notes -> data-separator-notes | |||
2014-02-17 | server side notes plugin now supports input via data-notes attribute | Hakim El Hattab | |
2014-02-17 | drop -o-transition and -ms-transition | Hakim El Hattab | |
2014-02-17 | remove all use of :not(.image) | Hakim El Hattab | |
2014-02-16 | avoid creating duplicate auto-slide controls #770 | Hakim El Hattab | |
2014-02-16 | update (c) year | Hakim El Hattab | |
2014-02-07 | Increase Logitech R400 remote compatibity. | Armand Abric | |
2014-02-03 | define basic black/white colors in the default, non-themed, styles | Hakim El Hattab | |
2014-01-25 | Add generated css and js to gitignore | jamestwebber | |
I found it nice to ignore these files, they are automatically generated anyway (i.e. reveal.min.js always has the date of minify-ing, which I don't want to commit all the time). Should just track the source unless there is a good reason to hand-curate these versions. | |||
2014-01-16 | Fixes bad NaN applied to style on updateParallax. | Cristiano Cortezia | |
The previous criteria "verticalSlideCount > 0" would result in verticalOffset being NaN when verticalSlideCount == 1. This would cause dom.background.style.backgroundPosition to be set to something like "123px NaNpx", ultimately preventing the parallax effect to play (silently failing so far). | |||
2013-12-21 | readme tweaks for auto-sliding | Hakim El Hattab | |
2013-12-21 | naming/comment tweak | Hakim El Hattab | |
2013-12-21 | add tests for auto-slide events #766 | Hakim El Hattab | |
2013-12-21 | simplify how data-autoslide is picked up from fragments #766 | Hakim El Hattab | |
2013-12-21 | test isAutoSliding, isAutoSliding returns false when no autoSlide value is ↵ | Hakim El Hattab | |
set #766 | |||
2013-12-21 | isSliding > isAutoSliding | Hakim El Hattab | |
2013-12-21 | Merge branch 'autoslide-API-and-fragments' of ↵ | Hakim El Hattab | |
https://github.com/rajgoel/reveal.js into dev | |||
2013-12-20 | Update README.md | rajgoel | |
2013-12-20 | Add auto-slide API and data-autoslide for fragments | rajgoel | |
2013-12-20 | fix data-transition overrides #760 | Hakim El Hattab | |
2013-12-20 | merge table styles #761, tweak table padding | Hakim El Hattab | |
2013-12-20 | update contribution guidelines | Hakim El Hattab | |
2013-12-20 | separate contribution rules from readme | Hakim El Hattab | |
2013-12-20 | compile assets | Hakim El Hattab | |
2013-12-20 | Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into dev | Hakim El Hattab | |
2013-12-20 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2013-12-19 | Update reveal.css | RyDroid | |
Correction of a small error | |||
2013-12-17 | Table Style | Wachiwi | |
2013-12-15 | The index.html page had the simple theme listed twice. The duplicate was ↵ | Alex Juarez | |
removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. | |||
2013-12-10 | Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2013-12-10 | rebuild styles | Hakim El Hattab | |
2013-12-10 | Improve formatting of dl elements | Diomidis Spinellis | |
2013-12-05 | grunt serve starts the browser and livereloads changes in the presentation | Daniel Wegener | |
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin | |||
2013-12-05 | Merge pull request #742 from mralexjuarez/index-theme-fix | Hakim El Hattab | |
fix theme links in demo | |||
2013-12-04 | The index.html page had the simple theme listed twice. The duplicate was ↵ | Alex Juarez | |
removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. | |||
2013-12-03 | add strike fragment style #737 | Hakim El Hattab | |
2013-12-02 | same condition order when event listeners are added and removed | Hakim El Hattab | |
2013-12-02 | readme tweak | Hakim El Hattab | |
2013-12-02 | code format tweaks | Hakim El Hattab | |
2013-12-02 | merge support for ie 11 touch | Hakim El Hattab | |
2013-12-02 | add instructions to features that require a local web server (closes #732, ↵ | Hakim El Hattab | |
#673, #559) | |||
2013-12-02 | 2.6.1 #734 | Hakim El Hattab | |
2013-12-02 | rename markdown attribute test files to same format | Hakim El Hattab | |
2013-12-02 | add example of markdown slide and element attributes | Hakim El Hattab | |
2013-12-02 | readme correction for #734 | Hakim El Hattab | |
2013-12-02 | Merge branch 'attributes' of https://github.com/VonC/reveal.js into dev | Hakim El Hattab | |
2013-11-30 | README.md mentions the new default separators. | VonC | |
- new default separator for slide attributes - new default separator for element attributes Illustrate both, in html comments. | |||
2013-11-30 | test-markdown-element-attributes: formats and test. | VonC | |
- Reformat - Use new default separator format: '.element: x=y' - Add new tests for testing that default format | |||
2013-11-30 | test-markdown-attributes.*, new default separator | VonC | |
- Reformat. - Change default separator test 'slide: x=y' | |||
2013-11-30 | Simpler default syntax for markdown attributes. | VonC | |
- on slides: .slide x=y - on elements: .element x=y Those are detected in html comment, in order to not be visible if a markdown is edited in an html editor. | |||
2013-11-30 | Removes console.log calls. | VonC | |
2013-11-30 | Fix previous element selection. | VonC | |