summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-11-25rewrite fragment sorting to account for multiple fragments with the same indexHakim El Hattab
2013-11-23remove current-fragment when leaving slide, add tests for current fragmentHakim El Hattab
2013-11-23rename markdown tests to use same naming format as other testsHakim El Hattab
2013-11-21respect original dom order of fragments with no explicit indexHakim El Hattab
2013-11-21rewrite fragment index attributes to leave no gaps between fragmentsHakim El Hattab
2013-11-21fragments are now zero-indexedHakim El Hattab
2013-11-18fragment comments, remove debug codeHakim El Hattab
2013-11-18use new fragment nav method from slide()Hakim El Hattab
2013-11-18initial fragment rewriteHakim El Hattab
2013-11-17Merge branch 'feature/more-languages' of https://github.com/haf/reveal.js ↵Hakim El Hattab
into dev
2013-11-17slide number changes; config value renamed, added to readme, moved to right ↵Hakim El Hattab
side of screen
2013-11-17merge slide numbers, adjust code formatHakim El Hattab
2013-11-09make background transition default to exact same speed as normal transitionsHakim El Hattab
2013-11-08change transition easing for zoomsHakim El Hattab
2013-11-08rebuild css with change from #691Hakim El Hattab
2013-11-08define normal font widths in all themes to make sure things look the same ↵Hakim El Hattab
after #691
2013-11-07Merge pull request #691 from fghaas/section-fontweightHakim El Hattab
CSS: Don't override font-weight for section
2013-11-08CSS: Don't override font-weight for sectionFlorian 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-07remove old inaccurate commentHakim El Hattab
2013-11-07commentsHakim El Hattab
2013-11-07data-autoslide on vertical parent now applies to all child slides #685Hakim El Hattab
2013-11-07ensure that all fragments on past slides are visible #684Hakim El Hattab
2013-11-07add code slide to markdown example #682Hakim El Hattab
2013-11-06readme adjustmentHakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Add mardown-based slide attribute examples.VonC
2013-11-04Add unit test for default slide attributes separator pattern.VonC
2013-11-04Remove console.log debugs, and fix tabsVonC
2013-11-04Fix default separator pattern for attribute in slide.VonC
2013-11-04Restore default notation for attributes in element.VonC
It should be `{. xxxx=yyy }`, not `{_ xxxx=yyy }`. Only test/test-element-attributes-markdown.html were using `{_`, simply in order to test the ability, for the user, to define a _different_ pattern.
2013-11-04Restore proper pattern for attributes in elements.VonC
It is important that test/test-element-attributes-markdown.html do test the ability for the user to define its own pattern.
2013-11-04Add QUnit.js unit tests for attributes in Markdown slides.VonC
2013-11-04Fix markdown.js slideAttributesSeparator selection.VonC
2013-11-04Rebased on dev, and following contribution guideline.VonC
2013-11-04Fix markdown vertical wrapping section element generation.VonC
2013-11-04Make sure a pattern doesn't include space.VonC
2013-11-04Fix bug on data attributes for first vertical slide.VonC
The first slide of a vertical stack see some data attributes ignored. Mainly the data-transition one. Repeat all data-attributes on the wrapping section element. Ignore any other attributes (like 'id="xxx"'), in order to not mess with internal links (by repeating twice an id).
2013-11-04Add attributes in markdown for slide generation.VonC
By default, look for <!-- slide-attributes: xxxx -->. Whatever 'xxx' is will be added to the section attributes. You can define your own pattern with 'data-attributes'. For instance 'data-attributes="^\s*?-- (.*?)$"': that will be added to the options. The 'attributes' section is removed from the content of the slide, so the final markdown doesn't reflect them. That also means you can add those attributes *anywhere* in the slide But that allows for *any* attribute to be added for a specifc slide, like: - id="plan", for allowing internal link (issue #430) - data-background="#ff0000" - data-transition="fade" You list those attributes on a single line, like - (default): ` <!-- id="plan" data-background="#ff0000" -->` - or, with an alternative data-attributes pattern: ` -- id="plan" data-background="#ff0000"` Again, that line is remove from the final content.
2013-11-04add concave and zoom background transitionsHakim El Hattab
2013-11-01add convex background transitionHakim El Hattab
2013-11-01generate background hash under additional conditionsHakim El Hattab
2013-10-31change SlidesNumber position and start page counter at 0 instead 1uriel
2013-10-31synthetic fixuriel
2013-10-31move the slide-number out of the controls to a proper position and little ↵uriel
fix to the updating event.
2013-10-30Added slide numbers options and the css files updated as well.uriel
the *.min.js didn't chaged yet.
2013-10-30fix edge case in background transitions (closes #604)Hakim El Hattab
2013-10-30don't transition between identical backgroundsHakim El Hattab
2013-10-28documentation for #677Hakim El Hattab
2013-10-28format tweaks markdown.js, remove extra image assetHakim El Hattab
2013-10-28Merge branch 'classes_in_markdown' of https://github.com/VonC/reveal.js into devHakim El Hattab
2013-10-28don't autoplay videos in notes window #624Hakim El Hattab
2013-10-27Add unit-tests for attributes in mardown elements.VonC
Test paragraphs, list items and img attributes.
2013-10-27Add 'data-element-attributes' attr. to 'section'.VonC
By default '{\\\.\s*?([^}]+?)}'.
2013-10-27Cleanup code, remove console log debugs.VonC
2013-10-27Add attributes extracted from an attribute.VonC
Allows to add attributes to element of an attribute which contains the attribute pattern.
2013-10-27Uses the right method setAttribute.VonC
Works better, and the html elements get their attributes.
2013-10-27First implem for adding classes to enclosing elts.VonC
Extra text representing classes is detected and correctly removed. Adding attributes isn't working yet.
2013-10-27kill the shadow on table headersHakim El Hattab
2013-10-27documentation for iframe post messagesHakim El Hattab
2013-10-27Merge branch 'dev' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-10-27merge vertical centering for individual slidesHakim El Hattab
2013-10-27contrib updateHakim El Hattab
2013-10-27apply @knownasilya's first slide detection fix to dev branch #671Hakim El Hattab
2013-10-27build latest js, format tweaksHakim El Hattab
2013-10-27Added support for postMessage's into any iframes for content that needs to ↵Brad Gessler
do something when a slide is displayed and hidden.
2013-10-24plug potential xss vectorHakim El Hattab
2013-10-23Support per-slide centeringMichael Ekstrand
If config.center is false, this change centers slides with the 'center' class.
2013-10-22configure notes presentation through query string to avoid flickerHakim El Hattab
2013-10-22include all themes in grunt taskHakim El Hattab
2013-10-22Merge branch 'dev' of https://github.com/Walther/reveal.js into devHakim El Hattab
2013-10-22additional config valeus in readme, remove duplicate value, fix commasHakim El Hattab
2013-10-22Merge branch 'update-readme' of https://github.com/aethanyc/reveal.js into devHakim El Hattab
2013-10-22merge readme conflictHakim El Hattab
2013-10-22readme tweak #660Hakim El Hattab
2013-10-22Merge pull request #657 from asmaps/masterHakim El Hattab
README: clone via https
2013-10-22Merge pull request #664 from vertti/patch-1Hakim El Hattab
add details to README on creating themes
2013-10-22Add details to README on creating themes.Janne Sinivirta
Closes #662.
2013-10-19smooth reset of auto-slide progress, fix overlapping repaint callsHakim El Hattab
2013-10-18don't increase body height to try and hide address bar, caused issues in ios ↵Hakim El Hattab
7 safari
2013-10-17don't show auto slide controls if there's only one slideHakim El Hattab
2013-10-17clone via https - ssh not working anonymouslyArne Schauf
2013-10-17resume auto-sliding when autoSlide config value changesHakim El Hattab
2013-10-17Add various configuration options to READMETing-Yu Lin
Also add a description about the solarized theme.
2013-10-13replay when auto-slide controls are clicked on last slideHakim El Hattab
2013-10-13fix css syntax errorHakim El Hattab
2013-10-13fix playback controls in ie10Hakim El Hattab
2013-10-13add auto-slide instructions to readmeHakim El Hattab
2013-10-13minor tweaks and commentsHakim El Hattab
2013-10-13support moz and webkit prefixed requestAnimationFrameHakim El Hattab
2013-10-13auto-slide playback updates, fix tap action, hide during overviewHakim El Hattab
2013-10-13functional playback control for auto slidingHakim El Hattab
2013-10-13group feature detection results in 'features' object, test for canvas and ↵Hakim El Hattab
requestAnimationFrame
2013-10-13foundation for playback componentHakim El Hattab
2013-10-13prioritize closing preview when ESC is pressedHakim El Hattab
2013-10-11override any value throguh query, deserialize values of getQueryHash #641Hakim El Hattab
2013-10-11support for svg background images #632Hakim El Hattab
2013-10-11better check for arrays in markdown pluginHakim El Hattab
2013-10-11remove accidentally checked in filesHakim El Hattab
2013-10-11use named link for fragments #621Hakim El Hattab
2013-10-11Merge branch 'patch-1' of https://github.com/webpro/reveal.js into devHakim El Hattab