7366f607ce
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
Hakim El Hattab
2012-07-12 23:08:21 -04:00
5bc5435b61
changenote re code sample font size
Hakim El Hattab
2012-07-12 22:54:26 -04:00
e6e33f17f8
added new example to readme
Hakim El Hattab
2012-07-12 22:26:37 -03:00
74d342daf7
larger font for code samples (closes#60)
Hakim El Hattab
2012-07-09 21:48:43 -04:00
54f1fcf381
slidenotes becomes speakernotes to match wording in readme
Hakim El Hattab
2012-07-09 21:30:54 -04:00
21983c7b7f
folder structure description in readme
Hakim El Hattab
2012-07-09 22:26:11 -03:00
aaa03dc2c7
fix incorrect directory reference
Hakim El Hattab
2012-07-09 21:20:59 -04:00
afd10f6886
adjustments to initial node messages #57
Hakim El Hattab
2012-07-09 21:15:01 -04:00
d9512172e2
separate loading of classList.js as its not tied to execution of highlight.js
Hakim El Hattab
2012-07-09 21:03:08 -04:00
f57de200ec
refactored folder structure, added /plugins which is initially only used by #57
Hakim El Hattab
2012-07-09 21:00:51 -04:00
e7c5de23d7
use head.js to script load everything, fixes bug with inclusion of notes server js #57
Hakim El Hattab
2012-07-09 20:51:04 -04:00
32f0d328ff
Merge branch 'master' of github.com:hakimel/reveal.js into notes
Hakim El Hattab
2012-07-09 20:39:23 -04:00
aeec8264ab
Merge pull request #75 from tansengming/css_charset
Hakim El Hattab
2012-07-09 17:36:32 -07:00
9ca0ed26db
adds charset declaration in main.css
SengMing Tan
2012-07-09 12:09:20 +10:00
534da10886
small tweaks to notes page style
Hakim El Hattab
2012-07-04 15:10:10 -04:00
0c1a4add3a
small tweaks to notes page style
Hakim El Hattab
2012-07-04 15:09:58 -04:00
a6969770bd
simplify query match
Hakim El Hattab
2012-07-04 14:42:27 -04:00
28ee78e7e4
remove unused copy of notes client
Hakim El Hattab
2012-07-04 14:35:32 -04:00
6433cebdc7
readme updates
Hakim El Hattab
2012-07-04 14:30:18 -04:00
0e86400943
conditional loading of socket.io and the notes client js based on window host
Hakim El Hattab
2012-07-04 14:18:09 -04:00
421afe6368
update instructions printed on server start
Hakim El Hattab
2012-07-01 18:37:29 -04:00
2b9f8e6c0d
convert spaces to tabs to match project style
Hakim El Hattab
2012-07-01 18:34:07 -04:00
76a60eea31
move notes client code into lib
Hakim El Hattab
2012-07-01 18:32:09 -04:00
acbefa1190
tweaks to slidenotes
Hakim El Hattab
2012-07-01 16:56:06 -04:00
9608ac9d2d
adjust whitespace of notes code to match rest of project
Hakim El Hattab
2012-07-01 16:43:43 -04:00
e2ba1c1142
include underscore as a dependency for npm
Hakim El Hattab
2012-07-01 16:39:08 -04:00
eaf525c9a7
/lib restructuring
Hakim El Hattab
2012-07-01 16:38:49 -04:00
2118a6295d
restructured /lib, moved /assets/fonts to /lib/fonts
Hakim El Hattab
2012-07-01 09:50:37 -04:00
6053fe5a97
added some public access methods
Aaron Kiersky
2012-06-01 13:31:01 -04:00
aaf9da450f
dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidden') closes#44
Hakim El Hattab
2012-05-31 21:31:28 -04:00
31bbfe9398
support more variations of nested lists (closes#47)
Hakim El Hattab
2012-05-31 20:53:28 -04:00
26108b0694
added new examples, linked all contributor names to github pages
Hakim El Hattab
2012-05-31 21:27:08 -03:00
8554050933
updated min.js to match
akiersky
2012-05-30 11:13:19 -03:00
049880dba3
fixed bug in swipe gesture interacting with links.
akiersky
2012-05-30 11:11:34 -03:00
2e024b5b3e
added left, right, up, down gestures to change slides. moved window edge slide triggers to a touchend event to prevent interference of gestures
akiersky
2012-05-30 09:38:26 -03:00
eaca6465fa
space and return keys can be used to exit the overview mode
Hakim El Hattab
2012-05-29 18:41:50 -04:00
e7b8033a10
adjust where page background is applied
Hakim El Hattab
2012-05-29 18:36:25 -04:00
445cd12265
added example
Hakim El Hattab
2012-05-25 16:11:03 -03:00
eccffbe859
adjust end key nav to last slide
Hakim El Hattab
2012-05-15 00:40:03 -04:00
507cab9dc9
Merge pull request #41 from frockenstein/master
Hakim El Hattab
2012-05-14 21:37:31 -07:00
ba6bec22c4
use home and end key
Jason Finneyfrock
2012-05-14 14:50:37 -04:00
b76e42979a
Merge branch 'master' of github.com:hakimel/reveal.js
Hakim El Hattab
2012-05-10 01:52:15 -04:00
affe100075
more explicit list styles (closes#38)
Hakim El Hattab
2012-05-10 01:52:02 -04:00
ac5834a542
added example
Hakim El Hattab
2012-05-09 11:04:39 -03:00
4031a21ea8
fix controls z-index in ff
Hakim El Hattab
2012-05-07 22:43:33 -04:00
1013ff7ba5
hide address bar in mobile browsers, add apple web app meta
Hakim El Hattab
2012-05-06 22:05:58 -04:00
ec1c111359
show all fragments during print
Hakim El Hattab
2012-05-05 11:59:57 -04:00
d5e1f7e493
print styles (closes#19)
Hakim El Hattab
2012-05-05 11:51:14 -04:00
19b67aab13
'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListener api methods
Hakim El Hattab
2012-05-04 00:01:20 -04:00
ebb834f4b0
ie9 fixes, including new classList polyfill
hakimel
2012-05-03 12:42:53 -04:00
5a6837358b
minor style or wording tweaks
Hakim El Hattab
2012-05-01 08:52:56 -04:00
5909c223c6
Merge pull request #36 from commadelimited/master
Hakim El Hattab
2012-04-30 16:34:29 -07:00
2caac75c62
Adding example for custom event binding.
andy matthews
2012-04-30 09:07:23 -05:00
0acae19d19
new example
Hakim El Hattab
2012-04-28 13:42:18 -03:00
cde5362db3
added support for looped presentations
Hakim El Hattab
2012-04-28 12:16:56 -04:00
eee6e5f964
merge keyboard shortcut changes
Hakim El Hattab
2012-04-28 11:50:22 -04:00
83e4a1f0ac
ignore metaKey modifier too
Michael Mahemoff
2012-04-27 16:39:23 +02:00
75380e04a9
p for previous, n for next
Mahemoff
2012-04-27 15:16:27 +01:00
1675002c7a
Add new key mappings for navigation.
Mahemoff
2012-04-27 15:09:35 +01:00