aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove left/right margin from images, tweak pdf print stylesHakim El Hattab2012-11-27
|
* add rtl option to readmeHakim El Hattab2012-11-27
|
* right align text in ul/ol when rtl is active (#166)Hakim El Hattab2012-11-27
|
* fix issue with click event target on overview slidesHakim El Hattab2012-11-25
|
* fix inconsistency with vertical centering when using page transitionHakim El Hattab2012-11-24
|
* word break rules and hyphens where possible for titlesHakim El Hattab2012-11-23
|
* improve rendering accuracy of overviewHakim El Hattab2012-11-23
|
* use touch start events for controls on touch devicesHakim El Hattab2012-11-22
|
* Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-11-22
|\
| * readme tweaksHakim El Hattab2012-11-20
| |
* | slide method now accepts fragment index argument #228Hakim El Hattab2012-11-22
|\ \ | |/ |/|
| * working on #227Federico Fissore2012-11-05
| |
* | use system font when rtl is enabled, exclude pre and code blocks from rtl (#166)Hakim El Hattab2012-11-18
| |
* | adjust rtl implementation (#166)Hakim El Hattab2012-11-18
| |
* | experimental rtl support (#166)Hakim El Hattab2012-11-17
| |
* | enforce max width/height on iframes (#244), disabled mouse wheel navigation ↵Hakim El Hattab2012-11-17
| | | | | | | | by default
* | null check for notes in markdown parser (#253)Hakim El Hattab2012-11-16
| |
* | avoid stripping out notes when parsing markdown (closes #253)Hakim El Hattab2012-11-16
| |
* | Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-11-16
|\ \
| * \ Merge pull request #254 from harriha/bug-with-theme-switchingHakim El Hattab2012-11-16
| |\ \ | | | | | | | | Fix bug with switching to 'night' theme
| | * | Fix bug with switching to night themeharriha2012-11-15
| |/ / | | | | | | | | | | | | When switching to 'night' theme, the first slide was shown instead of correctly linking to the Themes slide.
| * | Merge pull request #245 from dandv/patch-1Hakim El Hattab2012-11-14
| |\ \ | | | | | | | | Document vertical centering breaking backcompat
| | * | Document vertical centering breaking backcompatDan Dascalescu2012-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is: http://lab.hakim.se/reveal-js/?transition=cube Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now. Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence):           bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px'; Alternatively, is there an easy way to restore the previous functionality?
* | | | fix incorrect navigation in notes window (closes #241)Hakim El Hattab2012-11-16
|/ / /
* | | Merge branch 'fix-grunt-contrib-mincss-version' of ↵Hakim El Hattab2012-11-14
|\ \ \ | | | | | | | | | | | | https://github.com/technicalpickles/reveal.js
| * | | Use grunt-contrib-mincss ~0.3.1Josh Nichols2012-11-12
| |/ / | | | | | | | | | Was at ~0.3.2, but doesn't seem to have been released properly.
* | | fix minor issue in pdf print sheetHakim El Hattab2012-11-13
| | |
* | | null check parentNode in case slide has been detachedHakim El Hattab2012-11-13
| | |
* | | Merge branch 'fix-callback-with-shared-dir' of ↵Hakim El Hattab2012-11-13
|\ \ \ | | | | | | | | | | | | https://github.com/hashar/reveal.js
| * | | Fix callback calling when using from a parent directoryAntoine Musso2012-11-12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Authors might want to use a shared reveal.js installation for all their presentations such as: $ ls -1 -F 20120105-how-to-use-git.html 20121101-wikimedia-scaling.html reveal.js/ $ In this case, the plugin callbacks will not be called at all. When using head.js, the callback is marked as depending upon the loading of a Javscript filename. The regex used to find out the filename is applied to the full path which in the above case would be something like: reveal.js/plugin/highlight/highlight.js The regex will thus give out 'reveal.js' as a file depency instead of the expected 'highlight.js' The fix is quiet easy: simply make sure that we are looking for a file that actually ends with '.js' instead of simply containing '.js' by adding a $.
| * | note about #226 in readmeHakim El Hattab2012-11-11
| | |
* | | disable hiding of address bar on android, caused vertical centering issuesHakim El Hattab2012-11-13
|/ /
* | add touch based remote controlled pluginHakim El Hattab2012-11-11
| |
* | add note about nested fragmentsHakim El Hattab2012-11-11
| |
* | fix typosHakim El Hattab2012-11-11
| |
* | Merge branch 'master' of github.com:hakimel/reveal.jsHakim El Hattab2012-11-11
|\ \
| * \ Merge pull request #234 from dandv/patch-1Hakim El Hattab2012-11-10
| |\ \ | | | | | | | | its->it's in README.md
| | * | its->it's in README.mdDan Dascalescu2012-11-10
| |/ / | | | | | | Thanks for the multi-control support!
* / / add grunt.js build file (closes #235)Hakim El Hattab2012-11-11
|/ /
* | fixes issue where italic fonts disappeared when printing to pdf (closes #230)Hakim El Hattab2012-11-10
| |
* | add night themeHakim El Hattab2012-11-10
| |
* | fix issue with dependency loader callbacksHakim El Hattab2012-11-10
| |
* | ensure fragments are visible in print styles, fix page-break error in paper ↵Hakim El Hattab2012-11-10
| | | | | | | | print sheet
* | cosmetical tweaks to postmessage pluginHakim El Hattab2012-11-10
| |
* | Merge branch 'master' of https://github.com/sithmel/reveal.jsHakim El Hattab2012-11-10
|\ \ | | | | | | | | | merge postmessage api
| * | added a simple postmessage pluginMaurizio Lupo2012-10-31
| |/
* | workaround markdown quote issue (#223)Hakim El Hattab2012-11-10
| |
* | tweak ie8 fallbackHakim El Hattab2012-11-10
| |
* | updated transition styles to work with vertical centering (#70)Hakim El Hattab2012-11-10
| |
* | fix vertical transition for vertically centered slides, vertical centering ↵Hakim El Hattab2012-11-10
| | | | | | | | is now on by default (#70)