Commit Graph

488 Commits

Author SHA1 Message Date
Hakim El Hattab 519ee26809 remove left/right margin from images, tweak pdf print styles 2012-11-27 09:23:40 -05:00
Hakim El Hattab 242006a499 add rtl option to readme 2012-11-27 08:45:02 -05:00
Hakim El Hattab a6989e4cce right align text in ul/ol when rtl is active (#166) 2012-11-27 08:36:38 -05:00
Hakim El Hattab 385bfd3717 fix issue with click event target on overview slides 2012-11-25 09:45:16 -05:00
Hakim El Hattab e34ed3c2ff fix inconsistency with vertical centering when using page transition 2012-11-24 20:57:16 -05:00
Hakim El Hattab 1732d67cf5 word break rules and hyphens where possible for titles 2012-11-23 19:26:16 -05:00
Hakim El Hattab 0ac4c6e585 improve rendering accuracy of overview 2012-11-23 15:48:10 -05:00
Hakim El Hattab 8f7c51b4ec use touch start events for controls on touch devices 2012-11-22 16:25:19 -05:00
Hakim El Hattab b82b56dcce Merge branch 'master' of github.com:hakimel/reveal.js 2012-11-22 09:10:47 -05:00
Hakim El Hattab 34b36753f5 slide method now accepts fragment index argument #228 2012-11-22 09:10:34 -05:00
Hakim El Hattab f33969301b readme tweaks 2012-11-20 07:45:43 -05:00
Hakim El Hattab 9d0cb0fec7 use system font when rtl is enabled, exclude pre and code blocks from rtl (#166) 2012-11-18 12:19:22 -05:00
Hakim El Hattab 363685967d adjust rtl implementation (#166) 2012-11-18 12:10:16 -05:00
Hakim El Hattab 0402fbde0c experimental rtl support (#166) 2012-11-17 15:59:28 -05:00
Hakim El Hattab c61dc00a98 enforce max width/height on iframes (#244), disabled mouse wheel navigation by default 2012-11-17 15:48:12 -05:00
Hakim El Hattab 332ce86c3a null check for notes in markdown parser (#253) 2012-11-16 09:29:32 -05:00
Hakim El Hattab 4009f2601e avoid stripping out notes when parsing markdown (closes #253) 2012-11-16 09:25:26 -05:00
Hakim El Hattab 3924878ba1 Merge branch 'master' of github.com:hakimel/reveal.js 2012-11-16 09:09:10 -05:00
Hakim El Hattab 3b073eee65 fix incorrect navigation in notes window (closes #241) 2012-11-16 09:08:32 -05:00
Hakim El Hattab fc463a964a Merge pull request #254 from harriha/bug-with-theme-switching
Fix bug with switching to 'night' theme
2012-11-16 05:48:20 -08:00
harriha a5956bc71d Fix bug with switching to night theme
When switching to 'night' theme, the first slide was shown
instead of correctly linking to the Themes slide.
2012-11-15 11:24:09 +02:00
Hakim El Hattab 6d5df9b62d Merge pull request #245 from dandv/patch-1
Document vertical centering breaking backcompat
2012-11-14 05:44:56 -08:00
Hakim El Hattab 10317438b1 Merge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technicalpickles/reveal.js 2012-11-14 08:40:05 -05:00
Hakim El Hattab 9d98cee7fd fix minor issue in pdf print sheet 2012-11-13 23:52:17 -05:00
Hakim El Hattab d9371e21a0 null check parentNode in case slide has been detached 2012-11-13 21:08:04 -05:00
Hakim El Hattab ad54b07a84 Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reveal.js 2012-11-13 09:37:37 -05:00
Hakim El Hattab ec0c744213 disable hiding of address bar on android, caused vertical centering issues 2012-11-13 09:37:27 -05:00
Dan Dascalescu dfa98a1138 Document vertical centering breaking backcompat
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?
2012-11-13 01:47:02 -08:00
Josh Nichols 00c90a974a Use grunt-contrib-mincss ~0.3.1
Was at ~0.3.2, but doesn't seem to have been released properly.
2012-11-12 17:09:06 -05:00
Antoine Musso 5354b78869 Fix callback calling when using from a parent directory
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 $.
2012-11-12 20:31:31 +01:00
Hakim El Hattab 4c8938029d note about #226 in readme 2012-11-11 19:54:26 -05:00
Hakim El Hattab 4fbec5e87d add touch based remote controlled plugin 2012-11-11 19:39:05 -05:00
Hakim El Hattab 05499c8b8e add note about nested fragments 2012-11-11 10:24:48 -05:00
Hakim El Hattab ce1be451c5 fix typos 2012-11-11 10:05:13 -05:00
Hakim El Hattab eb011e9f31 Merge branch 'master' of github.com:hakimel/reveal.js 2012-11-11 10:01:18 -05:00
Hakim El Hattab d6d0f40c5e add grunt.js build file (closes #235) 2012-11-11 10:01:05 -05:00
Hakim El Hattab 2e7b53865e Merge pull request #234 from dandv/patch-1
its->it's in README.md
2012-11-10 18:18:29 -08:00
Dan Dascalescu 4192106469 its->it's in README.md
Thanks for the multi-control support!
2012-11-10 17:51:31 -08:00
Hakim El Hattab 8e79f8592a fixes issue where italic fonts disappeared when printing to pdf (closes #230) 2012-11-10 20:09:12 -05:00
Hakim El Hattab be4c55cd65 add night theme 2012-11-10 19:49:44 -05:00
Hakim El Hattab 403cb5a8c4 fix issue with dependency loader callbacks 2012-11-10 19:14:16 -05:00
Hakim El Hattab 2834a6bc89 ensure fragments are visible in print styles, fix page-break error in paper print sheet 2012-11-10 18:15:05 -05:00
Hakim El Hattab 87591d95d1 cosmetical tweaks to postmessage plugin 2012-11-10 17:15:11 -05:00
Hakim El Hattab 42766b1bfa Merge branch 'master' of https://github.com/sithmel/reveal.js
merge postmessage api
2012-11-10 17:02:12 -05:00
Hakim El Hattab b42890d1a2 workaround markdown quote issue (#223) 2012-11-10 16:59:03 -05:00
Hakim El Hattab fd527c5d07 tweak ie8 fallback 2012-11-10 16:22:10 -05:00
Hakim El Hattab ecac983116 updated transition styles to work with vertical centering (#70) 2012-11-10 16:01:56 -05:00
Hakim El Hattab dce2d35a63 fix vertical transition for vertically centered slides, vertical centering is now on by default (#70) 2012-11-10 15:43:32 -05:00
Hakim El Hattab 891a66b5c4 correction to vertical centering and overview mode, clean up of vertical slide storage 2012-11-10 15:28:34 -05:00
Hakim El Hattab b4815a3a83 remember last visited vertical slide (closes #225) 2012-11-10 14:48:29 -05:00