This website requires JavaScript.
c1f14110a1
remove traling whitespace
hakimel
2013-01-21 16:21:20 -0500
212450a18d
Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js
hakimel
2013-01-21 16:07:37 -0500
4778cb8e51
Add grunt as a dev dependency
Nick Schonning
2013-01-21 15:46:23 -0500
0ac4d5b7db
Add npm script tage the Travis automatically executes
Nick Schonning
2013-01-21 15:28:46 -0500
4a0d939962
don't convert anchors with child nodes to rolling links (closes #266 )
hakimel
2013-01-21 14:55:45 -0500
0d66c91e8e
remove debug code
hakimel
2013-01-21 13:06:22 -0500
63a53e9dd1
notes window now displays correct slides when origin is different than index.html (closes #278 )
hakimel
2013-01-21 13:05:09 -0500
d489ec2f9d
add overviewshown and overviewhidden events (closes #298 )
hakimel
2013-01-21 12:45:52 -0500
e62b0f8795
config option for disabling touch navigation (closes #299 )
hakimel
2013-01-21 12:29:44 -0500
09bf962d32
expose layout api method (closes #305 ), consistent spacing across all functions in core JS, remove unused each() method
hakimel
2013-01-21 12:22:30 -0500
305e70d99b
Merge pull request #303 from DrBenton/master
Hakim El Hattab
2013-01-18 12:33:28 -0800
61457ce543
fix typos
hakimel
2013-01-18 15:31:41 -0500
6a7d0cbcc9
Merge branch 'fade-transition' of https://github.com/joelrbrandt/reveal.js
hakimel
2013-01-18 15:26:48 -0500
cd40e9e575
Merge pull request #302 from rschellhorn/master
Hakim El Hattab
2013-01-18 12:23:32 -0800
9c951e07cd
add public "togglePause()" access
Olivier Philippon
2013-01-18 17:01:09 +0100
c0387fd5dd
add Logitech presenter tools "black screen" button compatibility
Olivier Philippon
2013-01-18 16:59:38 +0100
1830a0d505
Fixed fragment fade-in/out example
Rob Schellhorn
2013-01-18 10:00:33 +0100
082e4ed168
implement a fade transition
Joel Brandt
2013-01-16 12:49:10 -0800
feaced800c
fix issue with navigateTo and fragments (closes #290 )
Hakim El Hattab
2013-01-14 09:29:02 -0500
e46855096c
merge in reset of vertical slides when returning to first slide #291
Hakim El Hattab
2013-01-12 12:17:50 -0500
905ec83d53
better fix (issue: #285 )
karimsa
2013-01-11 16:43:43 -0500
05b5255d60
attribution for print-pdf phantom script (closes #276 )
Hakim El Hattab
2013-01-10 09:40:03 -0500
17622052a0
merge in phantomjs script for printing pdf (#276 )
Hakim El Hattab
2013-01-10 09:38:08 -0500
5f2a875ec7
theming docs (closes #246 , closes #249 )
Hakim El Hattab
2013-01-08 19:09:36 -0500
e618eda4e1
theming docs
Hakim El Hattab
2013-01-08 19:05:20 -0500
38425fc4ff
info about available themes and how to change theme
Hakim El Hattab
2013-01-07 09:41:33 -0500
2a038afeda
Merge pull request #282 from callmephilip/feature/plugin/remotes/none-on-mobile
Hakim El Hattab
2013-01-07 06:19:50 -0800
d4d9c4bfab
entities auto fix added
karimsa
2013-01-06 00:11:32 -0500
b9483f29e1
disable remotes plugin on mobile
callmephilip
2013-01-04 17:12:20 -0800
68f8c9361e
fix issue with auto-advance (closes #273 )
Hakim El Hattab
2013-01-02 09:14:28 -0500
7fd9cfabf2
Add Travis build badge
Nick Schonning
2012-12-31 00:48:46 -0500
929933ce9d
Add travis.yml for CI build
Nick Schonning
2012-12-31 00:46:01 -0500
5868becf84
Added phantomjs scriptfile for easier printing
Manuel Bieh
2012-12-15 16:00:25 +0100
256186e259
Merge pull request #270 from lawilliams/master
Hakim El Hattab
2012-12-14 16:28:26 -0800
b5dde35a84
Fixing spelling mistake.
Luke Williams
2012-12-08 04:09:58 +1000
519ee26809
remove left/right margin from images, tweak pdf print styles
Hakim El Hattab
2012-11-27 09:23:23 -0500
242006a499
add rtl option to readme
Hakim El Hattab
2012-11-27 08:45:02 -0500
a6989e4cce
right align text in ul/ol when rtl is active (#166 )
Hakim El Hattab
2012-11-27 08:36:38 -0500
385bfd3717
fix issue with click event target on overview slides
Hakim El Hattab
2012-11-25 09:45:16 -0500
e34ed3c2ff
fix inconsistency with vertical centering when using page transition
Hakim El Hattab
2012-11-24 20:57:16 -0500
1732d67cf5
word break rules and hyphens where possible for titles
Hakim El Hattab
2012-11-23 19:26:16 -0500
0ac4c6e585
improve rendering accuracy of overview
Hakim El Hattab
2012-11-23 15:48:10 -0500
8f7c51b4ec
use touch start events for controls on touch devices
Hakim El Hattab
2012-11-22 16:25:19 -0500
b82b56dcce
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab
2012-11-22 09:10:47 -0500
34b36753f5
slide method now accepts fragment index argument #228
Hakim El Hattab
2012-11-22 09:10:34 -0500
f33969301b
readme tweaks
Hakim El Hattab
2012-11-20 07:45:43 -0500
9d0cb0fec7
use system font when rtl is enabled, exclude pre and code blocks from rtl (#166 )
Hakim El Hattab
2012-11-18 12:19:22 -0500
363685967d
adjust rtl implementation (#166 )
Hakim El Hattab
2012-11-18 12:10:16 -0500
0402fbde0c
experimental rtl support (#166 )
Hakim El Hattab
2012-11-17 15:59:28 -0500
c61dc00a98
enforce max width/height on iframes (#244 ), disabled mouse wheel navigation by default
Hakim El Hattab
2012-11-17 15:48:12 -0500
332ce86c3a
null check for notes in markdown parser (#253 )
Hakim El Hattab
2012-11-16 09:29:25 -0500
4009f2601e
avoid stripping out notes when parsing markdown (closes #253 )
Hakim El Hattab
2012-11-16 09:25:26 -0500
3924878ba1
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab
2012-11-16 09:09:10 -0500
3b073eee65
fix incorrect navigation in notes window (closes #241 )
Hakim El Hattab
2012-11-16 09:08:32 -0500
fc463a964a
Merge pull request #254 from harriha/bug-with-theme-switching
Hakim El Hattab
2012-11-16 05:48:20 -0800
a5956bc71d
Fix bug with switching to night theme
harriha
2012-11-15 11:24:09 +0200
6d5df9b62d
Merge pull request #245 from dandv/patch-1
Hakim El Hattab
2012-11-14 05:44:56 -0800
10317438b1
Merge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technicalpickles/reveal.js
Hakim El Hattab
2012-11-14 08:40:05 -0500
9d98cee7fd
fix minor issue in pdf print sheet
Hakim El Hattab
2012-11-13 23:52:17 -0500
d9371e21a0
null check parentNode in case slide has been detached
Hakim El Hattab
2012-11-13 21:08:04 -0500
ad54b07a84
Merge branch 'fix-callback-with-shared-dir' of https://github.com/hashar/reveal.js
Hakim El Hattab
2012-11-13 09:37:37 -0500
ec0c744213
disable hiding of address bar on android, caused vertical centering issues
Hakim El Hattab
2012-11-13 09:37:27 -0500
dfa98a1138
Document vertical centering breaking backcompat
Dan Dascalescu
2012-11-13 01:47:02 -0800
00c90a974a
Use grunt-contrib-mincss ~0.3.1
Josh Nichols
2012-11-12 17:09:06 -0500
5354b78869
Fix callback calling when using from a parent directory
Antoine Musso
2012-11-12 16:47:40 +0100
4c8938029d
note about #226 in readme
Hakim El Hattab
2012-11-11 19:54:26 -0500
4fbec5e87d
add touch based remote controlled plugin
Hakim El Hattab
2012-11-11 19:39:05 -0500
05499c8b8e
add note about nested fragments
Hakim El Hattab
2012-11-11 10:24:48 -0500
ce1be451c5
fix typos
Hakim El Hattab
2012-11-11 10:05:13 -0500
eb011e9f31
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab
2012-11-11 10:01:18 -0500
d6d0f40c5e
add grunt.js build file (closes #235 )
Hakim El Hattab
2012-11-11 10:01:05 -0500
2e7b53865e
Merge pull request #234 from dandv/patch-1
Hakim El Hattab
2012-11-10 18:18:29 -0800
4192106469
its->it's in README.md
Dan Dascalescu
2012-11-10 17:51:31 -0800
8e79f8592a
fixes issue where italic fonts disappeared when printing to pdf (closes #230 )
Hakim El Hattab
2012-11-10 20:09:12 -0500
be4c55cd65
add night theme
Hakim El Hattab
2012-11-10 19:49:44 -0500
403cb5a8c4
fix issue with dependency loader callbacks
Hakim El Hattab
2012-11-10 19:14:16 -0500
2834a6bc89
ensure fragments are visible in print styles, fix page-break error in paper print sheet
Hakim El Hattab
2012-11-10 18:15:05 -0500
87591d95d1
cosmetical tweaks to postmessage plugin
Hakim El Hattab
2012-11-10 17:15:11 -0500
42766b1bfa
Merge branch 'master' of https://github.com/sithmel/reveal.js
Hakim El Hattab
2012-11-10 17:02:12 -0500
b42890d1a2
workaround markdown quote issue (#223 )
Hakim El Hattab
2012-11-10 16:59:03 -0500
fd527c5d07
tweak ie8 fallback
Hakim El Hattab
2012-11-10 16:22:10 -0500
ecac983116
updated transition styles to work with vertical centering (#70 )
Hakim El Hattab
2012-11-10 16:01:56 -0500
dce2d35a63
fix vertical transition for vertically centered slides, vertical centering is now on by default (#70 )
Hakim El Hattab
2012-11-10 15:43:22 -0500
891a66b5c4
correction to vertical centering and overview mode, clean up of vertical slide storage
Hakim El Hattab
2012-11-10 15:28:34 -0500
b4815a3a83
remember last visited vertical slide (closes #225 )
Hakim El Hattab
2012-11-10 14:48:29 -0500
eac5a3a239
enable up/down arrows to step through fragments (closes #233 )
Hakim El Hattab
2012-11-10 14:04:11 -0500
fa3d0c899c
count vertical slides towards the progress bar (closes #150 )
Hakim El Hattab
2012-11-10 13:59:51 -0500
64ebbf80fb
revert to display none from visibility hidden to correct vertical centering
Hakim El Hattab
2012-11-10 12:16:48 -0500
c79376dab2
allow multiple control elements, document usage of global controls (#184 , #204 )
Hakim El Hattab
2012-11-10 11:40:19 -0500
df4e1fd346
write named links, rather than h/v index, to hash when available (closes #224 )
Hakim El Hattab
2012-11-10 10:39:59 -0500
f6c5ceb490
additional media query plus vertical queries to support smaller screens (closes #232 )
Hakim El Hattab
2012-11-10 10:31:23 -0500
a13c6b9ca9
overview mode documentation
Hakim El Hattab
2012-11-10 10:16:06 -0500
794ad86809
corrections to vertical centering (#70 ), added to docs, upgrade to 2.2
Hakim El Hattab
2012-11-10 10:02:19 -0500
691099c6a2
rough support for vertical centering #70
Hakim El Hattab
2012-11-10 09:41:26 -0500
6ffa60f5d2
working on #227
Federico Fissore
2012-11-05 16:38:24 +0100
a7c3543069
added a simple postmessage plugin
Maurizio Lupo
2012-10-31 15:36:26 +0100
8ca4954059
Describing how to toggle "overview mode"
Bruno Bord
2012-10-30 22:31:54 +0100
f51067b00e
fixed issue with dependency loader failing when there were 0 async scripts (#214 )
Hakim El Hattab
2012-10-29 08:27:20 -0400
5c5b3d34d9
fix rolling links glitch in firefox
Hakim El Hattab
2012-10-29 00:10:14 -0400
e87d689231
content now re-renders after alt+click zoom (closes #195 )
Hakim El Hattab
2012-10-28 23:55:19 -0400