Robby Findler
e3b51e8cf4
made scaling work with pinholes
2010-09-06 20:39:11 -05:00
Robby Findler
986b36d761
added basic pinhole tests
2010-09-06 20:39:10 -05:00
Robby Findler
4fa7fa2994
Added docs and exported basic pinhole manipulation primitives
2010-09-06 20:39:10 -05:00
Robby Findler
5e01ac5537
added a pinhole property to images
2010-09-06 20:39:10 -05:00
Matthew Flatt
081fc3bad5
fix 2htdp/image bitmap rotation direction
2010-09-04 16:43:38 -06:00
Robby Findler
1fa6be75b5
added image->color-list and color-list->bitmap
2010-09-04 13:52:49 -05:00
Matthew Flatt
e0d9d2565c
fix problem with rotation on images such as bitmaps
...
and replace internal `bring-between' with an efficient version
Closes PR 11124
2010-08-30 20:15:20 -06:00
Robby Findler
3704e2d69f
added a better explanation of pixels and fixed a bug in save-image
2010-08-28 20:41:58 -05:00
Robby Findler
3d5843aa81
fixed pen and color so they signal errors properly
2010-08-28 08:52:59 -05:00
Robby Findler
405fded9c3
change empty scene so that it draws the border for the scene inside the scene,
...
instead of using the usual rectangle "right/bottom outside" drawing
(hopefully) closes PR 11139
2010-08-28 07:57:52 -05:00
Robby Findler
8d2db5f4bf
fixed a bug found by random testing
2010-08-22 20:33:30 -05:00
Robby Findler
720a86052f
improved crop so that it doesn't fail when the coordinates are out of range
2010-08-22 15:12:10 -05:00
Robby Findler
f1e38247e0
improved the error message for save-image
...
closes PR 11076
2010-08-20 17:39:45 -05:00
Matthias Felleisen
b3525b4a2f
remove the printf, closes 11094
2010-08-14 12:01:51 -04:00
Jens Axel Søgaard
64c3a98e45
Added triangle/sss, triangle/ass, triangle/sas, triangle/ssa, triangle/aas, triangle/asa, and, triangle/saa.
2010-08-05 18:18:06 +02:00
Robby Findler
6cd277a36f
fixed a bug in the saving of bitmaps (and along the way added some randomized tests that found a few other things)
...
Please merge to release branch.
2010-07-20 22:59:52 -05:00
Robby Findler
070a39d902
fixed a bug in text's color argument, as noted in PR 10998
2010-07-07 13:42:40 -05:00
Robby Findler
a5d969607b
fixed PR 10998
2010-07-06 15:26:26 -05:00
Robby Findler
a612830b8e
added the radial-star primitive
2010-06-25 20:24:18 -05:00
Robby Findler
132867518c
added support for flipping bitmaps
2010-06-18 16:21:14 -05:00
Robby Findler
27bd7934d7
fixed flipping for curves
2010-06-18 16:21:13 -05:00
Robby Findler
ca7bf92054
added basic flipping (bitmaps not done yet)
2010-06-18 16:21:13 -05:00
Robby Findler
22bc8f6d87
a bunch of little fixes to the 2htdp/image library (and related) for sfp submission:
...
- added in the htdp/image version of the performance test case
- made gui-eval work with things other than slideshow
- extended render-image so that it works on bitmaps and image-snips
2010-06-16 11:58:58 -05:00
Robby Findler
893beb582e
adjusted the universe window so that the canvas is shown in the middle of the window when the window resizes
2010-06-10 20:15:17 -05:00
Jay McCarthy
eeef33fa7b
Adding ignores
2010-06-04 09:43:36 -06:00
Robby Findler
31b507aa51
Rackety 2htdp/image
2010-05-25 21:35:04 -05:00
Robby Findler
03a3270811
closes PR 10927
2010-05-25 21:35:03 -05:00
Robby Findler
77841f0834
fixes PR 19025
2010-05-24 12:17:40 -05:00
Matthias Felleisen
fe67f369fa
prep for debugging
2010-05-24 10:09:01 -04:00
Robby Findler
b319039468
fixed a bug in text so that inexact integers are converted to exact ones
2010-05-22 08:58:54 -05:00
Matthias Felleisen
a106cbecbe
bug in read-words/line fixed, please propagate
2010-05-20 13:25:59 -04:00
Matthias Felleisen
391444741f
simulate-file for testing readers
2010-05-18 23:00:59 -04:00
Eli Barzilay
7b14a1f585
"Racunit" -> "Rackunit"
2010-05-17 12:07:32 -04:00
Eli Barzilay
bba676d90c
Update the text message at the top of WXME files, including the URL.
...
Also, update the message in existing files. Change the instructions to
use DrRacket or DrScheme version <previous-version>, and for really old
files (pre-v4), just use 4 for the version. Also just drop the second
paragraph in these files -- "Most likely, it was created by" is not
needed when for these files we know that this is true.
2010-05-17 00:19:26 -04:00
Matthias Felleisen
461c39b979
universe in line with syntax-parse
2010-05-09 19:33:25 -04:00
Jay McCarthy
bc5cf30ebe
Renaming rktunit to racunit
2010-04-30 10:57:32 -06:00
Jay McCarthy
f70ffca756
Renaming schemeunit to rktunit and adding compat layer
2010-04-29 15:00:02 -06:00
John Clements
f81ebbfbf7
Exported save-image per Matthias' request, wrote conservative documentation
2010-04-28 11:48:07 -07:00
Matthias Felleisen
32347bfb56
Merge branch 'master' of git:plt
2010-04-27 19:07:18 -04:00
Matthias Felleisen
2613ce6c09
fixed tests for batch io
2010-04-27 19:06:31 -04:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Matthias Felleisen
67d804af62
changed the names for batch-io functions following SK's suggstion
2010-04-27 10:26:24 -04:00
Matthias Felleisen
2a5b43a321
removed tests from universe syntax parse
2010-04-25 18:41:02 -04:00
Matthias Felleisen
77bff11a14
clean up from svn
2010-04-24 10:18:20 -04:00
Robby Findler
256e3fedd2
fixed a bug with zero-sized htdp/image images interactive with 2htdp/image primitives
2010-04-23 12:34:17 -05:00
Matthias Felleisen
ae5c682e10
fixed 10866 for _first-order_ abuse of clauses
2010-04-20 18:57:17 -04:00
Matthias Felleisen
6d1d3da1fe
bug eliminated from _words_ reading
2010-04-16 17:37:59 -04:00
Matthias Felleisen
a2af09a445
one more reader, plus shortened the names of the functions
2010-04-16 10:49:21 -04:00
Matthias Felleisen
a8999166d7
one more test for batch-io
2010-04-15 20:39:26 -04:00
Matthias Felleisen
2727d5f0ba
batch-io finished
2010-04-15 20:34:26 -04:00