reveal.js.git
2014-01-17 W. Trevor Kingmedia/src/vector/SWC-logo.svg: Adjust bounding box...
2014-01-17 W. Trevor Kingmedia/build/.gitignore: Ignore the results of media...
2014-01-17 W. Trevor KingMakefile: Add an image-conversion makefile
2014-01-17 W. Trevor Kingmedia/src/vector/SWC-logo.svg: Add Software Carpentry...
2014-01-17 W. Trevor Kingmedia/src/vector/USACE-logo.svg: Add Corps Castle
2013-12-15 Alex JuarezThe index.html page had the simple theme listed twice...
2013-12-02 Hakim El Hattabadd instructions to features that require a local web...
2013-12-02 Hakim El Hattab2.6.1 #734
2013-12-02 Hakim El Hattabrename markdown attribute test files to same format
2013-12-02 Hakim El Hattabadd example of markdown slide and element attributes
2013-12-02 Hakim El Hattabreadme correction for #734
2013-12-02 Hakim El HattabMerge branch 'attributes' of https://github.com/VonC...
2013-11-30 VonCREADME.md mentions the new default separators.
2013-11-30 VonCtest-markdown-element-attributes: formats and test.
2013-11-30 VonCtest-markdown-attributes.*, new default separator
2013-11-30 VonCSimpler default syntax for markdown attributes.
2013-11-30 VonCRemoves console.log calls.
2013-11-30 VonCFix previous element selection.
2013-11-30 VonCFix element attributes, except for multi-line.
2013-11-30 VonCRemove section attribute implementation.
2013-11-30 VonCFirst refactoring
2013-11-28 Hakim El HattabMerge branch 'dev' of github.com:hakimel/reveal.js
2013-11-28 Hakim El Hattabdocumentation for slide numbers
2013-11-28 Hakim El Hattabtests for initial section classes
2013-11-28 Hakim El HattabMerge branch 'dev' of github.com:hakimel/reveal.js
2013-11-28 Hakim El Hattabonly run vertical slide setup during startup #726
2013-11-27 Hakim El Hattabadd example for parallax backgrounds
2013-11-27 Hakim El Hattabimprovement to query string parsing
2013-11-27 Hakim El Hattabinclude slide number color in theme template
2013-11-27 Hakim El Hattabremove dev flag from version
2013-11-27 Hakim El HattabMerge branch 'patch-1' of https://github.com/luishgo...
2013-11-27 Luis HGOFix for issue #715
2013-11-26 Hakim El Hattabwhen there is data-autoplay:ing media, prolong autoSlid...
2013-11-26 Hakim El Hattabremove debug code
2013-11-26 Hakim El Hattabcode format tweaks
2013-11-26 Hakim El HattabMerge branch 'dev' of https://github.com/theone1984...
2013-11-26 Hakim El Hattabuse fragment name in example
2013-11-26 Hakim El HattabMerge branch 'current-style' of https://github.com...
2013-11-26 Hakim El Hattabadd zoomKey option for #700
2013-11-26 Guillaume TurriAdded some styles using the current-fragment class
2013-11-26 Hakim El Hattabreadme format correction
2013-11-26 Hakim El HattabMerge pull request #721 from hakimel/refactor/fragments
2013-11-25 Hakim El Hattabupdate future classes when syncing
2013-11-25 Hakim El Hattabadditional fragment tests
2013-11-25 Hakim El Hattabrewrite all fragment indices on startup
2013-11-25 Hakim El Hattabrewrite fragment sorting to account for multiple fragme...
2013-11-23 Hakim El Hattabremove current-fragment when leaving slide, add tests...
2013-11-23 Hakim El Hattabrename markdown tests to use same naming format as...
2013-11-21 Hakim El Hattabrespect original dom order of fragments with no explici...
2013-11-21 Hakim El Hattabrewrite fragment index attributes to leave no gaps...
2013-11-21 Hakim El Hattabfragments are now zero-indexed
2013-11-19 Thomas EndresIssue #698: Fixed tests
2013-11-19 Thomas EndresIssue #698: Non-async script callbacks are now also...
2013-11-19 Thomas EndresIssue #698: Non-async scripts were not executed before...
2013-11-18 Hakim El Hattabfragment comments, remove debug code
2013-11-18 Hakim El Hattabuse new fragment nav method from slide()
2013-11-18 Hakim El Hattabinitial fragment rewrite
2013-11-17 Hakim El HattabMerge branch 'feature/more-languages' of https://github...
2013-11-17 Hakim El Hattabslide number changes; config value renamed, added to...
2013-11-17 Hakim El Hattabmerge slide numbers, adjust code format
2013-11-09 Hakim El Hattabmake background transition default to exact same speed...
2013-11-08 Hakim El Hattabchange transition easing for zooms
2013-11-08 Hakim El Hattabrebuild css with change from #691
2013-11-08 Hakim El Hattabdefine normal font widths in all themes to make sure...
2013-11-07 Hakim El HattabMerge pull request #691 from fghaas/section-fontweight
2013-11-07 Florian HaasCSS: Don't override font-weight for section
2013-11-07 Hakim El Hattabremove old inaccurate comment
2013-11-07 Hakim El Hattabcomments
2013-11-07 Hakim El Hattabdata-autoslide on vertical parent now applies to all...
2013-11-07 Hakim El Hattabensure that all fragments on past slides are visible...
2013-11-07 Hakim El Hattabadd code slide to markdown example #682
2013-11-06 Hakim El Hattabreadme adjustment
2013-11-06 VonCAdd slide attributes for single slide section case.
2013-11-04 VonCAdd mardown-based slide attribute examples.
2013-11-04 VonCAdd unit test for default slide attributes separator...
2013-11-04 VonCRemove console.log debugs, and fix tabs
2013-11-04 VonCFix default separator pattern for attribute in slide.
2013-11-04 VonCRestore default notation for attributes in element.
2013-11-04 VonCRestore proper pattern for attributes in elements.
2013-11-04 VonCAdd QUnit.js unit tests for attributes in Markdown...
2013-11-04 VonCFix markdown.js slideAttributesSeparator selection.
2013-11-04 VonCRebased on dev, and following contribution guideline.
2013-11-04 VonCFix markdown vertical wrapping section element generation.
2013-11-04 VonCMake sure a pattern doesn't include space.
2013-11-04 VonCFix bug on data attributes for first vertical slide.
2013-11-04 VonCAdd attributes in markdown for slide generation.
2013-11-04 Hakim El Hattabadd concave and zoom background transitions
2013-11-01 Hakim El Hattabadd convex background transition
2013-11-01 Hakim El Hattabgenerate background hash under additional conditions
2013-10-31 urielchange SlidesNumber position and start page counter...
2013-10-30 urielsynthetic fix
2013-10-30 urielmove the slide-number out of the controls to a proper...
2013-10-30 urielAdded slide numbers options and the css files updated...
2013-10-30 Hakim El Hattabfix edge case in background transitions (closes #604)
2013-10-30 Hakim El Hattabdon't transition between identical backgrounds
2013-10-28 Hakim El Hattabdocumentation for #677
2013-10-28 Hakim El Hattabformat tweaks markdown.js, remove extra image asset
2013-10-28 Hakim El HattabMerge branch 'classes_in_markdown' of https://github...
2013-10-28 Hakim El Hattabdon't autoplay videos in notes window #624
2013-10-27 VonCAdd unit-tests for attributes in mardown elements.
next