Commit Graph

97 Commits

Author SHA1 Message Date
Robby Findler
e9ba1bb480 improved the docs a little, added a color? predicate
svn: r16747
2009-11-13 17:15:59 +00:00
Robby Findler
71233bad43 added image-baseline
svn: r16745
2009-11-13 14:42:51 +00:00
Robby Findler
01bb6b8b61 fixed a bug in bitmap handling
svn: r16738
2009-11-13 00:57:31 +00:00
Robby Findler
676df4b338 added polygon
svn: r16735
2009-11-12 20:21:33 +00:00
Robby Findler
cacb4bd515 added above and above/places
svn: r16730
2009-11-12 16:25:02 +00:00
Robby Findler
88217a8aae added 'add-line', changed the way images in examples are saved
svn: r16727
2009-11-12 14:56:47 +00:00
Robby Findler
7411fdfa57 added 'line'
svn: r16699
2009-11-11 21:29:59 +00:00
Robby Findler
1a8d681ed2 added a bunch more polygons
svn: r16681
2009-11-11 02:20:18 +00:00
Robby Findler
a566cd488a added isosceles-triangle
svn: r16677
2009-11-10 23:54:53 +00:00
Robby Findler
4e3b1b4c26 fixed some bad behavior (that I never completely understood) by changing the interpretation of the base images as drawing their centers at (0,0) instead of drawing their upper left corners at (0,0)
svn: r16676
2009-11-10 23:36:32 +00:00
Matthias Felleisen
b2d51ab278 10393 fixed
svn: r16673
2009-11-10 22:06:29 +00:00
Matthias Felleisen
8f0e7fd944 10501 fixed
svn: r16662
2009-11-10 20:09:35 +00:00
Matthias Felleisen
c2de9f32c1 10505 fixed
svn: r16661
2009-11-10 19:56:19 +00:00
Eli Barzilay
44d88cee6b newlines at EOFs
svn: r16630
2009-11-09 03:49:50 +00:00
Robby Findler
3e51bc7199 fixed up text
svn: r16625
2009-11-08 23:29:19 +00:00
Robby Findler
c239a21885 added text and text/font (but with some problems still) and changed the image saving setup so the filenames are not so long
svn: r16623
2009-11-08 22:00:07 +00:00
Robby Findler
faf055c858 added circle and star-polygon
svn: r16617
2009-11-08 00:19:53 +00:00
Robby Findler
ec09914c3b added examples to the 2htdp/image documentation
svn: r16616
2009-11-07 23:48:30 +00:00
Robby Findler
3159a06389 (hopefully) sorted out polygons; added a few other polygon-based primitives
svn: r16570
2009-11-06 14:34:25 +00:00
Robby Findler
bfba962c7d added image-width and image-height
svn: r16371
2009-10-19 19:59:20 +00:00
Robby Findler
11e87632dc rearranged things so that 2htdp/image has its core snip stuff loaded into drscheme so that saving files with 2htdp/image images in them works
svn: r16317
2009-10-13 23:06:24 +00:00
John Clements
a2ccd6147e put initial draw behind a queue-callback
svn: r16316
2009-10-13 23:00:14 +00:00
Robby Findler
3aae13cb60 fixed a bug in rotating non-polygons
svn: r16315
2009-10-13 22:16:17 +00:00
Matthias Felleisen
f218661bde #'record problem
svn: r16309
2009-10-13 18:30:02 +00:00
Matthias Felleisen
c24b05a7b0 fixed the require bug
svn: r16308
2009-10-13 17:55:20 +00:00
Robby Findler
339860d340 a little more progress (got ellipses bounding boxes right!)
svn: r16307
2009-10-13 17:30:40 +00:00
Robby Findler
e87712fdda an attempt to fix up the bounding boxes on ellipses
svn: r16281
2009-10-08 14:20:04 +00:00
Robby Findler
d0b4dc24ec added scaling to 2htdp/image
svn: r16211
2009-10-02 11:20:30 +00:00
Robby Findler
2fbb31c6ad a little more progress on images, plus some documentation
svn: r16202
2009-10-01 19:21:45 +00:00
Robby Findler
522c290678 svn: r16146 2009-09-28 18:05:30 +00:00
Robby Findler
53a796d7af first (broken) attempt at bounding boxes for ellipses
svn: r16145
2009-09-28 16:26:03 +00:00
Robby Findler
982f533d28 split up image into core library (required for copy & paste) and other stuff (implementation of the combinators, mostly)
svn: r16141
2009-09-28 11:36:13 +00:00
Robby Findler
68d461f60a renamed 2htdp/picture to 2htdp/image
svn: r16140
2009-09-28 11:04:23 +00:00
Robby Findler
c91a9847aa more progress on picture.ss; hopefully this is a final version of the internal data definitions
svn: r16132
2009-09-26 15:39:00 +00:00
Matthias Felleisen
725708e7a7 removed superfluous printf; please propagategrep printf *!
svn: r16103
2009-09-21 17:46:57 +00:00
Matthias Felleisen
c15885ca6c fixed weak contract for real numbers; no need to propagate
svn: r16102
2009-09-21 14:11:43 +00:00
Matthias Felleisen
ff3e48c32f run-simulation -> animate
svn: r15996
2009-09-14 00:59:51 +00:00
Matthias Felleisen
96d2064888 re-directed image
svn: r15868
2009-09-03 22:49:51 +00:00
Matthias Felleisen
1a571f09fb some clean up
svn: r15866
2009-09-03 10:47:31 +00:00
Matthias Felleisen
68fb5e42fa added state display to world programs
svn: r15836
2009-08-30 18:11:02 +00:00
Robby Findler
d3ececcee6 cleaned up rotation
svn: r15782
2009-08-19 12:14:09 +00:00
Robby Findler
accd344975 started changing the representation so that the rotation angles are always at the bottom of the pictures
svn: r15774
2009-08-17 21:09:33 +00:00
Robby Findler
be2dc50990 moved tests into the tests collection
svn: r15773
2009-08-17 20:17:45 +00:00
Robby Findler
5b6f0381fa moved test suite to test/ directory, minor change to try to understand normalization bug
svn: r15771
2009-08-17 17:01:51 +00:00
Robby Findler
efbd58d93e identified a problem with normalization (not sure how to fix it yet, tho)
svn: r15770
2009-08-17 15:57:01 +00:00
Robby Findler
eb304cf4c3 first cut checkin (still problems, of course)
svn: r15750
2009-08-17 00:33:19 +00:00
Matthias Felleisen
ae0822ac9f checking keystrokes properly in universe
svn: r15743
2009-08-15 01:25:02 +00:00
Matthias Felleisen
fb206a23d5 added last-picture option to stop-when
svn: r15740
2009-08-14 23:15:29 +00:00
Robby Findler
8bee13c680 Matthias asked me to remove this definition
svn: r15676
2009-08-05 21:30:55 +00:00
Robby Findler
0646de8473 cleaned up a little bit, here and there
svn: r15675
2009-08-05 19:44:06 +00:00