Commit Graph

760 Commits

Author SHA1 Message Date
Ben Houston
2767254d33 fixing an initialization bug when turning off controls and progress in initialization. 2013-02-28 13:05:06 -08:00
asmod3us
49ada91eb1 Merge remote-tracking branch 'upstream/master' into solarized 2013-02-28 17:28:07 +01:00
Hakim El Hattab
d2b6ed4726 force layout after configuration changes 2013-02-27 17:17:32 -05:00
Hakim El Hattab
ed5ada0bd6 Merge branch 'dev' of github.com:hakimel/reveal.js into dev 2013-02-27 17:08:15 -05:00
Hakim El Hattab
65cbe25a02 attempt n2 to fix grunt in travis ci build 2013-02-27 17:07:31 -05:00
Hakim El Hattab
7af90a2d8a attempt to fix grunt in travis ci build 2013-02-27 17:03:28 -05:00
Hakim El Hattab
d7b92c9c65 update main window when current slide changes in notes (closes #343) 2013-02-27 16:55:42 -05:00
Hakim El Hattab
c2ab30b87e replace classList.toggle( ..., force ) as it's broken in ff 2013-02-27 16:55:14 -05:00
Hakim El Hattab
4c57ad918b dispatch event when paused/resumed (closes #336) 2013-02-27 16:41:45 -05:00
Hakim El Hattab
68fa39f083 Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into dev 2013-02-27 15:40:53 -05:00
Hakim El Hattab
c438ba6516 example external markdown in readme (#329) 2013-02-27 15:32:47 -05:00
Hakim El Hattab
7cc0c8787d add note about external markdown in readme (#329) 2013-02-27 15:05:56 -05:00
Hakim El Hattab
f9f17be014 merge external markdown support, move example to plugin (#329) 2013-02-27 15:01:30 -05:00
Hakim El Hattab
3321e8b600 Merge branch 'slidifyMarkdown' of https://github.com/webpro/reveal.js into dev 2013-02-27 14:20:26 -05:00
Hakim El Hattab
2e8e73a847 fragment sorting tweaks, sort attribute is now called data-fragment-index (#342) 2013-02-27 13:41:29 -05:00
Hakim El Hattab
25f26bdc15 Merge branch 'sort_fragments' of https://github.com/jaberg/reveal.js into dev 2013-02-27 13:25:28 -05:00
Hakim El Hattab
3f740c8553 merge grunt update to 0.4 (#350) 2013-02-27 13:20:24 -05:00
Hakim El Hattab
9f1c5a0cea Merge branch 'upgrade-to-grunt-0.4' of https://github.com/boazsender/reveal.js into dev 2013-02-27 13:13:54 -05:00
Boaz Sender
14105feb10 upgrading to grunt 0.4. resolves #349. 2013-02-27 09:23:40 -05:00
Hakim El Hattab
5978b7fb64 remove share buttons 2013-02-26 12:08:44 -05:00
Hakim El Hattab
3b822c33e4 disabled overview clicks on slides with disabled class 2013-02-26 12:08:04 -05:00
asmod3us
f095af212e Update plugin/markdown/markdown.js
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
2013-02-26 16:06:18 +01:00
Hakim El Hattab
40759435e4 prevent overview click events after calling Reveal.removeEventListeners 2013-02-24 00:52:54 -05:00
Hakim El Hattab
f795cb0269 add configure api method for update config after initialization 2013-02-24 00:44:20 -05:00
asmod3us
1661fb2fae updated dark theme to use external color definition 2013-02-21 22:57:06 +01:00
asmod3us
b967cfd615 added solarized light theme 2013-02-21 22:56:48 +01:00
asmod3us
ff3e02de18 extracted solarized color definitions to separate file 2013-02-21 22:56:31 +01:00
asmod3us
d44812b8b5 added solarized dark theme 2013-02-21 22:48:54 +01:00
Jeremy Mikola
a9b4eb9a05 Set PDF output to letter landscape, no margin 2013-02-21 14:21:47 -05:00
James Bergstra
e4016792dd FIX: indent level of sort_fragments 2013-02-21 13:16:26 -05:00
James Bergstra
c00de0a24d ENH: fragment-pos attribute for ordering fragments 2013-02-21 11:23:07 -05:00
Hakim El Hattab
d1943fcd91 Merge pull request #338 from jjallaire/ontouchstart-add-nullcheck
ontouchstart null check in addEventListeners
2013-02-20 07:33:44 -08:00
JJ Allaire
2cfabed9f3 ontouchstart null check in addEventListeners 2013-02-14 05:26:46 -05:00
Hakim El Hattab
e1872c9115 added isFirstSlide/isLastSlide api methods 2013-02-13 18:00:53 -05:00
Hakim El Hattab
24a59a53fd Merge branch 'master' of https://github.com/gouravtiwari/reveal.js 2013-02-13 17:38:24 -05:00
Hakim El Hattab
2d0237538c Merge pull request #337 from jjallaire/ontouchstart-nullcheck
check window.ontouchstart != null (required for qtwebkit)
2013-02-13 14:35:28 -08:00
JJ Allaire
45825b61b7 check window.ontouchstart != null (required for qtwebkit) 2013-02-13 08:10:27 -05:00
Jon Snyder
8d61a112ff search plugin 2013-02-11 15:34:31 -08:00
Gourav Tiwari
4df8a25625 Added isFirstSlide and isLastSlide functions 2013-02-11 13:51:40 -05:00
Hakim El Hattab
7ee4e0ba66 scale presentations on ipad instead of zoom 2013-02-11 12:09:14 -05:00
Hakim El Hattab
24c493fb83 add api methods for check if overview is active or presentation is paused 2013-02-09 19:11:54 -05:00
Hakim El Hattab
2962325fd1 stop auto-slide on pause and overview (closes #320) 2013-02-09 19:04:17 -05:00
hakimel
380264afc8 merge in notes improvement 2013-02-06 19:15:30 -05:00
Damjan Georgievski
fd7d09f697 find correct path to open html file from the notes.js path 2013-02-06 12:27:49 +01:00
Hakim El Hattab
cf8708f932 adjust copyright years 2013-02-05 20:08:59 -05:00
Hakim El Hattab
8a2f146267 remove experimental tileflip transition, reduce max size of media content to 95% to account for slide padding 2013-02-05 18:02:03 -05:00
Hakim El Hattab
6b0fff3512 enable backgrounds images when printing to pdf (closes #271) 2013-02-03 16:17:46 -05:00
Hakim El Hattab
11fc906add helper method for retrieving slide based on index (closes #293) 2013-02-03 15:55:22 -05:00
Hakim El Hattab
080fb3cd33 disable zoom plugin while in overview mode 2013-02-03 13:21:42 -05:00
Hakim El Hattab
c21e6bbfed fix vertical centering of slide in ios chrome (closes #289) 2013-02-03 11:28:01 -05:00