aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2013-10-11shell highlight #642Hakim El Hattab
2013-10-11add autoSlideStoppable config value, allows autoSlide to be aborted on user ↵Hakim El Hattab
input
2013-10-10code styleHakim El Hattab
2013-10-10Merge branch 'focus-body-on-visibility-change' of ↵Hakim El Hattab
https://github.com/rexxars/reveal.js into dev
2013-10-10remove unused head.js in barebones example #616Hakim El Hattab
2013-10-10Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2013-09-29Property 'length' is not a variable.Lars Kappert
2013-09-22add theme 'blood.'Walther
2013-09-21Focus body when page visibility changes to ensure keyboard shortcuts are usableEspen Hovlandsdal
2013-09-19serve remotes js from s3 #611Hakim El Hattab
2013-09-19remove extravagant commentHakim El Hattab
2013-09-15use '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-15update the parallax background when the window resizes #595Hakim El Hattab
2013-09-15move parallax code to separate method #595Hakim El Hattab
2013-09-15update code style to match rest of reveal.js, disable parallax by default #595Hakim El Hattab
2013-09-15merge parallax into dev, remove default image #595Hakim El Hattab
2013-09-15add contribution guidelinesHakim El Hattab
2013-09-15Merge branch 'master' of https://github.com/drhuettl/reveal.jsHakim El Hattab
2013-09-15update commentHakim El Hattab
2013-09-14prevent unintended slide change eventDonald R. Huettl
This prevents the upcoming slide on the notes page from triggering slidechanged events. I believe this fixes issue 578, as well.
2013-09-14add note about port #608Hakim El Hattab
2013-09-14Merge branch 'patch-1' of https://github.com/mrshu/reveal.jsHakim El Hattab
2013-09-14make sure remotes works without notes plugin being loaded #607Hakim El Hattab
2013-09-11make hiding of address bar configurableHakim El Hattab
2013-09-12Add option to Gruntfile.js to specify server portMarek Šuppa
2013-09-11Fix: no parallax scrolling in FFMichał Smoliński
Fixed problem with parallax background not working under FF
2013-09-10Added parallax scrolling backgroundMichał Smoliński
2013-09-06rebuild css after merging #591 into devHakim El Hattab
2013-09-06Fix IE10 vertical slide perspectiveTyler Cipriani
2013-09-06markdown plugin can now process slides that are added at runtimeHakim El Hattab
2013-09-06fix issue with notes on last slide of external markdown #589Hakim El Hattab
2013-09-04reorder themes #584Hakim El Hattab
2013-09-04Merge branch 'list-themes' of https://github.com/tlevine/reveal.js into devHakim El Hattab
2013-09-04enable hiding of address bar for ios chrome #582Hakim El Hattab
2013-09-03update progress bar to hide/show using same type of rules as controlsHakim El Hattab
2013-09-03Merge branch 'master' of https://github.com/ziggystar/reveal.js into devHakim El Hattab
2013-09-03update grunt and node dependency versionsHakim El Hattab
2013-09-03fix: links not working when controls are disabledThomas Geier
2013-09-02list more themesThomas Levine
2013-08-29configure notes window presentations to hide needless UIHakim El Hattab
2013-08-28syntax fix in code examplehakimel
2013-08-27prep markdown test suiteHakim El Hattab
2013-08-27markdown refactoring #507Hakim El Hattab
2013-08-26minor refactoring of overview codeHakim El Hattab
2013-08-26update to latest version of highlight theme #576Hakim El Hattab
2013-08-24fix bug where markdown notes in last slide would not parse #574Hakim El Hattab