Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-26 | fix non-pdf printing (closes #881) | Hakim El Hattab | |
2014-04-23 | revert from flexbox for pdf centering, use js for PDF setup | Hakim El Hattab | |
2014-04-13 | fix css syntax error | Hakim El Hattab | |
2014-04-06 | better transition names, fix background images in vertical slides | Hakim El Hattab | |
2014-04-06 | stop tracking minified files #783 | 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-03-26 | start work on video backgrounds #751 | 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 | prevent invisible fragments from capturing mouse events #845 | Hakim El Hattab | |
2014-03-13 | update (c) year | Hakim El Hattab | |
2014-02-25 | don't reduce line height for all headings in base theme (#753) | 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 | update (c) year | Hakim El Hattab | |
2014-02-03 | define basic black/white colors in the default, non-themed, styles | Hakim El Hattab | |
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 | 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-19 | Update reveal.css | RyDroid | |
Correction of a small error | |||
2013-12-17 | Table Style | Wachiwi | |
2013-12-10 | rebuild styles | Hakim El Hattab | |
2013-12-10 | Improve formatting of dl elements | Diomidis Spinellis | |
2013-12-03 | add strike fragment style #737 | Hakim El Hattab | |
2013-12-02 | merge support for ie 11 touch | Hakim El Hattab | |
2013-11-27 | include slide number color in theme template | Hakim El Hattab | |
2013-11-27 | Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev | Hakim El Hattab | |
2013-11-27 | Fix for issue #715 | Luis HGO | |
2013-11-26 | use fragment name in example | Hakim El Hattab | |
2013-11-26 | Added some styles using the current-fragment class | Guillaume Turri | |
according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet. | |||
2013-11-17 | slide number changes; config value renamed, added to readme, moved to right ↵ | Hakim El Hattab | |
side of screen | |||
2013-11-17 | merge slide numbers, adjust code format | Hakim El Hattab | |
2013-11-09 | make background transition default to exact same speed as normal transitions | Hakim El Hattab | |
2013-11-08 | change transition easing for zooms | Hakim El Hattab | |
2013-11-08 | rebuild css with change from #691 | Hakim El Hattab | |
2013-11-08 | define normal font widths in all themes to make sure things look the same ↵ | Hakim El Hattab | |
after #691 | |||
2013-11-07 | Merge pull request #691 from fghaas/section-fontweight | Hakim El Hattab | |
CSS: Don't override font-weight for section | |||
2013-11-08 | CSS: Don't override font-weight for section | Florian Haas | |
.slides>section and .slides>section>section set the font-weight to "normal". This overrides any font-weight setting a theme may set at the body or .reveal level, and requires a theme author to also specifically set the font-weight for .slides>section and .slides>section>section. That's tedious and also counterintuitive. Adopt a saner default by setting the font-weight to inherit. | |||
2013-11-04 | add concave and zoom background transitions | Hakim El Hattab | |
2013-11-01 | add convex background transition | Hakim El Hattab | |
2013-10-31 | change SlidesNumber position and start page counter at 0 instead 1 | uriel | |
2013-10-31 | synthetic fix | uriel | |
2013-10-31 | move the slide-number out of the controls to a proper position and little ↵ | uriel | |
fix to the updating event. | |||
2013-10-30 | Added slide numbers options and the css files updated as well. | uriel | |
the *.min.js didn't chaged yet. | |||
2013-10-27 | kill the shadow on table headers | Hakim El Hattab | |
2013-10-22 | Merge branch 'dev' of https://github.com/Walther/reveal.js into dev | Hakim El Hattab | |
2013-10-22 | merge readme conflict | Hakim El Hattab | |
2013-10-22 | Add details to README on creating themes. | Janne Sinivirta | |
Closes #662. | |||
2013-10-13 | fix css syntax error | Hakim El Hattab | |
2013-10-13 | auto-slide playback updates, fix tap action, hide during overview | Hakim El Hattab | |
2013-10-13 | functional playback control for auto sliding | Hakim El Hattab | |
2013-10-13 | foundation for playback component | Hakim El Hattab | |
2013-10-01 | windows.navigator.pointerEnabled | olivierbloch | |
for backward compatibility reasons, IE11 sets both msPointerEnabled and pointerEnabled. Changed the order for the test and added 'else if' to not duplicate handlers on pointer events | |||
2013-10-01 | IE11 Support | olivierbloch | |
Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers hooks | |||
2013-10-01 | IE 11 support | olivierbloch | |
Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks | |||
2013-09-22 | add theme 'blood.' | Walther | |
2013-09-15 | use 'url()'-free path when specifying parallax image, refactor so that ↵ | Hakim El Hattab | |
parallax is applied to background class, remove unused attributes #595 | |||
2013-09-15 | update code style to match rest of reveal.js, disable parallax by default #595 | Hakim El Hattab | |
2013-09-10 | Added parallax scrolling background | Michał Smoliński | |
2013-09-06 | rebuild css after merging #591 into dev | Hakim El Hattab | |
2013-09-06 | Fix IE10 vertical slide perspective | Tyler Cipriani | |
2013-08-26 | minor refactoring of overview code | Hakim El Hattab | |
2013-08-20 | disable interaction on future/past slides | Hakim El Hattab | |
2013-08-18 | renamed .remaining-height to .stretch #244 #490 #561 | Hakim El Hattab | |
2013-08-18 | revised remaining height layout logic | Hakim El Hattab | |
2013-08-18 | ensure that syntax highlighted code works with remaining-height helper | Hakim El Hattab | |
2013-08-11 | move leap styles to js #554 | Hakim El Hattab | |
2013-08-11 | a few corrections to overview slide positioning | Hakim El Hattab | |
2013-08-08 | merge in leap plugin #554 | Hakim El Hattab | |
2013-08-05 | Minor updates | Rory Hardy | |
modified: css/reveal.min.css modified: plugin/leap/leap.js | |||
2013-08-05 | Added pointer and tweaked the code | Rory Hardy | |
modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js | |||
2013-07-26 | restore rolling links.. but default to off #532 | Hakim El Hattab | |
2013-07-22 | Merge branch 'master' of https://github.com/MatthewEppelsheimer/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2013-07-20 | Make header margin an overridable setting. | Matthew Eppelsheimer | |
css/theme/template/settings.scss adds the $headingMargin variable, set to `0 0 20px 0`. css/theme/template/theme.scss uses $headingMargin to set margin on headers. | |||
2013-07-20 | remove 'rolling links' #532 | Hakim El Hattab | |
2013-07-16 | add immediate transition style (#528) | Hakim El Hattab | |
2013-07-10 | typo and whitespace correction | Hakim El Hattab | |
2013-07-10 | work around iframe flicker in 3d transitions | Hakim El Hattab | |
2013-07-01 | update url to setup instructions (closes #520) | Hakim El Hattab | |
2013-06-26 | default lineheight #512 | Hakim El Hattab | |
2013-06-23 | pdf print tweak | Hakim El Hattab | |
2013-06-22 | pdf hacks | Hakim El Hattab | |
2013-06-21 | removes the extra blank page that was printed with pdf #458 | Hakim El Hattab | |
2013-06-18 | rename 'linear' background transition to 'slide' | Hakim El Hattab | |
2013-06-18 | support for background transition overrides | Hakim El Hattab | |
2013-06-16 | merge navigate prev fix #493 | Hakim El Hattab | |
2013-06-13 | recompile themes #488 | Hakim El Hattab | |
2013-06-13 | Fix links so they aren't cut off (in SCSS) | Owen Versteeg | |
2013-06-13 | Fix links so they aren't cut off (in SCSS) | Owen Versteeg | |
2013-06-10 | correct links in sky theme | Owen Versteeg | |
They looked a little wonky if you used a G or a Y. | |||
2013-06-10 | update serif (change controls, fix links, change url) | Owen Versteeg | |
The Serif theme was a little flaky previously | |||
2013-06-10 | merge conflicts w preview & backgrounds | Hakim El Hattab | |
2013-06-10 | match background and transition slide transition easing equations | Hakim El Hattab | |
2013-06-10 | pluralize background classname to match '.slides' | Hakim El Hattab | |
2013-06-09 | revamp pdf printing to support per-slide backgrounds (closes #453) | Hakim El Hattab | |
2013-06-04 | allow control over background color when using images (#453) | Hakim El Hattab | |
2013-06-04 | linear sliding transition option for full page backgrounds (#453) | Hakim El Hattab | |