racket/collects/slideshow
Matthew Flatt b098ca7aa6 slideshow: run a slideshow' or main' submodule, if any
A common Slideshow pattern is to put a subset of slides in its
own module with a `run-slides' function, and then you'd
(un)comment a `(run-slides)' call at the end of the module to
work on the subset by itself. Now, you can write
`(module+ main (run-slides))' atthe end of the module and not
have to comment it out. Adding `main' support to the `slideshow'
executable makes it more consistent with using `racket' directly.
Checking first for a `slideshow' submodule makes it possible
for `slideshow' and `racket' to do different things, in case
that's useful.
2012-05-29 11:00:43 -06:00
..
examples
lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
private ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
balloon.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
base.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
cmdline.rkt slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
code.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
core.rkt more error-message conversions and repairs 2012-05-27 11:29:21 -06:00
doc.txt "under <platform>" -> "on <platform>"; "X" -> "Unix" 2011-06-17 18:54:43 -06:00
face.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
flash.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
initial-ones.rkt slideshow: add a couple of contracts 2011-03-08 07:55:53 -06:00
main.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mask.xbm
param.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
pict-convert.rkt move and rename pict `convert' support 2012-04-06 18:51:10 -06:00
pict-snipclass.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
pict.rkt Last icon rewrite! 2012-01-07 16:18:11 -07:00
play.rkt slideshow/pict: add `rotate' 2011-07-04 16:26:09 -06:00
run.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
sig.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slide.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slides-to-picts.rkt fix `get-slides-as-picts' most-recent-slide implementation 2011-11-19 19:14:51 -07:00
slideshow.bmp
slideshow.png
slideshow.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
start-param.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
start.creator
start.icns
start.ico
start.rkt slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
step.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
tool.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
tutorial-show.rkt slideshow: add current-gap-size' and some #:gap-size' arguments 2012-05-20 13:39:08 -06:00
viewer.rkt "half-screen" -> "right-half-screen". 2011-10-10 13:35:00 -04:00