Commit Graph

372 Commits

Author SHA1 Message Date
Hakim El Hattab ecb4347ec1 modularize themes and convert them to sass (closes #191) 2012-10-20 10:57:51 -04:00
Hakim El Hattab 3413d99b2b remove image dir (#187) 2012-10-17 23:15:09 -04:00
Hakim El Hattab 551c783b72 fix issue in browsers that don't support classList 2012-10-17 23:01:41 -04:00
Hakim El Hattab 3a2036e2b2 add 'ready' event (#182) 2012-10-17 00:20:42 -04:00
Eric J. Duran f70dcd3c9f Adding images directory to staticDir so we can search images 2012-10-16 17:48:34 -04:00
Hakim El Hattab 558c21e1a3 Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-16 09:28:04 -04:00
Hakim El Hattab 17f3cf4332 adjust themes so that font definitions are at top, apply fonts on .reveal instead of body 2012-10-16 09:27:55 -04:00
Hakim El Hattab f0c27efc95 Merge pull request #183 from dandv/patch-4
Document zooming feature
2012-10-15 06:15:19 -07:00
Dan Dascalescu 20858d1f4c Document zooming feature 2012-10-14 23:15:41 -07:00
Hakim El Hattab 4271677ea1 take out demo page js 2012-10-14 21:03:07 -04:00
Hakim El Hattab 470cabaea8 new shorter api method names (closes #178), restructured and cleaned up core js 2012-10-14 21:02:32 -04:00
Hakim El Hattab e15beb47f0 merge full screen key binding (f) 2012-10-14 20:17:49 -04:00
Hakim El Hattab 68139e64e9 Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-14 19:58:34 -04:00
Hakim El Hattab 86a907e8cc enable pinch to zoom interaction if overview is disabled (#175) 2012-10-14 19:58:24 -04:00
Michael Kühnel ec58a913f2 Change source from from reveal.js back to reveal.min.js
Reverted to c34be2e976
2012-10-14 11:11:19 +02:00
Michael Kühnel aed06772f6 Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs
2012-10-14 11:08:50 +02:00
Michael Kühnel a23868804e Change source from reveal.min.js to reveal.js for testing purposes 2012-10-14 10:33:25 +02:00
Michael Kühnel 2869f8a4ee Add fullscreen mode
Handling the fullscreen functionality via the fullscreen JavaScript API.

Press »f« on the keyboard to enter fullscreen mode.
2012-10-14 10:26:40 +02:00
Hakim El Hattab 8c23c89883 Merge pull request #173 from Hlynsson/patch-1
fixed link for browser support
2012-10-13 09:14:06 -07:00
Hakim El Hattab 6e0d0e279d roll back attr name change, just lowercase (#170) 2012-10-13 12:13:26 -04:00
Hakim El Hattab 421b78aafb ability to define autoSlide duration per slide 2012-10-13 12:04:33 -04:00
Hakim El Hattab ed1db1f3c8 Merge branch 'master' of https://github.com/functino/reveal.js 2012-10-13 11:44:54 -04:00
Hakim El Hattab 6619bc62bd add zoom transition 2012-10-13 10:28:34 -04:00
Hakim El Hattab bb47678b27 tweaks to page and cube transitions, change sky theme text-highlight color 2012-10-13 10:08:06 -04:00
Hakim El Hattab c34be2e976 default config value for theme is null 2012-10-13 00:17:45 -04:00
Hansi 1a163d3450 fixed link for browser support
was pointing at changelog
2012-10-12 15:16:46 +02:00
ageier f6bae66089 Make it possible to customize autoSlide for each slide 2012-10-11 19:18:17 +02:00
Hakim El Hattab 4dad42496e fix conflict with theme set in query and theme specified in head 2012-10-10 09:35:13 -04:00
Hakim El Hattab 87c554b7da merge in relative theme/transition links 2012-10-10 09:32:57 -04:00
Hakim El Hattab f00d8fa1d6 Merge branch 'patch-3' of https://github.com/dandv/reveal.js 2012-10-10 09:25:07 -04:00
Hakim El Hattab 7711340967 Merge pull request #168 from dandv/patch-2
Typo fix
2012-10-10 05:57:35 -07:00
Dan Dascalescu a149de8ddc Links to transitions & themes stay in presentation 2012-10-10 03:49:05 -07:00
Dan Dascalescu 2cc6927f3c Typo fix 2012-10-10 02:11:52 -07:00
hakimel 16b71d7a21 slight tweak to zoom integration 2012-10-09 09:22:16 -04:00
Hakim El Hattab 7166e2d8cc Merge branch 'master' of github.com:hakimel/reveal.js 2012-10-09 00:06:44 -04:00
Hakim El Hattab 91e9457cef zoom.js integration via alt+click 2012-10-09 00:06:34 -04:00
Hakim El Hattab 5d7d3e83c5 update re markdown 2012-10-08 10:17:39 -03:00
Hakim El Hattab 25efef8c4f wrap markdown in script text/template to fix parsing errors (closes #146 #155 #162) 2012-10-08 09:15:36 -04:00
Hakim El Hattab f22e5f85e8 new paused mode feature (closes #144), controls and progress DOM elements are no longer required in HTML 2012-10-08 00:08:50 -04:00
Hakim El Hattab 84b69b6b9a root reset styles at .reveal (#163) 2012-10-07 14:43:50 -04:00
Hakim El Hattab 1c726eed78 remove duplicate padding/margin reset on html & body 2012-10-07 14:31:20 -04:00
Hakim El Hattab 43c8990f2b prevent touchmove default action on android (#143) 2012-10-04 09:32:20 -04:00
Hakim El Hattab 6af14aca0f Merge branch 'serif-theme' of https://github.com/maxogden/reveal.js 2012-10-04 09:05:33 -04:00
Hakim El Hattab 7d5c8b550d add override flag to overview toggle, code cleanup 2012-10-04 08:56:43 -04:00
Hakim El Hattab b0cc9fee45 add 'none'-transition (closes #159, #160) 2012-10-04 08:14:51 -04:00
Max Ogden 7e719c52c8 add link to serif theme in default presentation 2012-10-04 12:46:23 +02:00
Max Ogden 2c788dffb6 simple serif font theme 2012-10-04 12:44:29 +02:00
Hakim El Hattab 303be5be77 new slide 2012-09-30 18:14:27 -04:00
Hakim El Hattab e014daa4f5 facility for css shader transitions, add css shader based tile-transition 2012-09-30 17:51:04 -04:00
Hakim El Hattab eda54dcf7a main.css > reveal.css 2012-09-28 09:28:26 -04:00