Robby Findler
0c0009465e
removed a bogus case in the definition of np-atomic-shape predicate
2010-06-18 16:21:14 -05:00
Robby Findler
132867518c
added support for flipping bitmaps
2010-06-18 16:21:14 -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
31b507aa51
Rackety 2htdp/image
2010-05-25 21:35:04 -05:00
Robby Findler
8c98f9d979
made a start on the image-core library's documentation
2010-05-25 16:10:23 -05:00
Robby Findler
0c1afebb5a
made a start on the image-core library's documentation
2010-05-25 16:10:23 -05:00
Robby Findler
b7a20594ef
added \newpage to the latex-style keybindings
2010-05-17 11:39:38 -05:00
Eli Barzilay
de0cc7771b
A lot of "DrScheme" -> "DrRacket"s.
2010-05-17 01:27:03 -04:00
Eli Barzilay
d8fec78585
Some renames for this dusty code.
2010-05-16 18:26:25 -04:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Robby Findler
700a530f4e
PR 10783 addendum
...
svn: r18346
2010-02-26 03:38:00 +00:00
Robby Findler
39dd21c240
PR 10783
...
svn: r18340
2010-02-25 20:57:45 +00:00
Robby Findler
50a6a585b1
fixed some repl-printing related bugs that would make 'write' sensitive to pretty-print's parameters in drscheme's repl
...
svn: r18321
2010-02-24 17:35:09 +00:00
Eli Barzilay
c88a5a6856
A bunch of additional typos
...
svn: r17976
2010-02-05 03:21:52 +00:00
Robby Findler
e74e46d9ca
drdr-ized the rest of the drscheme test suite
...
svn: r17945
2010-02-02 21:06:07 +00:00
Robby Findler
540f43327d
added a little more error checking
...
svn: r17912
2010-01-31 13:32:19 +00:00
Matthew Flatt
73a1675286
fix select #f for hierlist
...
svn: r17888
2010-01-29 20:30:46 +00:00
Robby Findler
be5b6cd32e
some improvements to the new language dialog
...
svn: r17886
2010-01-29 18:29:03 +00:00
Robby Findler
cf4294a280
changed the internal representation of normalized images so that crop structs do no have to be duplicated, improved test suites
...
svn: r17808
2010-01-24 20:22:58 +00:00
Robby Findler
3c1d7e9aca
simple fix to deal with performance problem noticed by jpr (this is not a complete fix, but should work in the common case of lots of repeated place-image calls)
...
svn: r17783
2010-01-23 20:36:54 +00:00
Robby Findler
a9597eeb8b
fixed up the docs for the base shapes to reflect the new pen arguments; added a section about pixels
...
svn: r17683
2010-01-17 02:50:41 +00:00
Robby Findler
ddf0b4ec01
added finer control over pens
...
svn: r17670
2010-01-16 02:03:54 +00:00
Robby Findler
fc8f84d616
fixed a bug I introduced
...
svn: r17638
2010-01-13 20:18:48 +00:00
Robby Findler
8c9088a770
changed the overlaying functions so they default to putting the images overlay'd on their centers, not upper lefts
...
svn: r17632
2010-01-13 16:32:21 +00:00
Robby Findler
8838d90cd5
removed extra depenencies
...
svn: r17630
2010-01-13 15:12:46 +00:00
Robby Findler
708d4c10d6
fixed image equality for zero width & zero height images
...
svn: r17593
2010-01-10 13:55:11 +00:00
Robby Findler
179f3615e2
added fast path for image equality that covers the case where the images have the same structure (roughly)
...
svn: r17560
2010-01-08 02:25:11 +00:00
Robby Findler
911123bf94
added add-curve
...
svn: r17523
2010-01-07 01:56:46 +00:00
Robby Findler
b5e54fe2eb
applied Ian's patch to the bitmap rotation code
...
svn: r17513
2010-01-06 21:43:34 +00:00
Robby Findler
0b3c30f18e
added place-image and fixed a bunch of bugs related to equality, rotating and other things
...
svn: r17491
2010-01-06 05:12:48 +00:00
Robby Findler
f5bb840950
added cropping to 2htdp/image
...
svn: r17474
2010-01-04 01:39:09 +00:00
Robby Findler
ca96ddd889
switched to a bitmap-based image comparison
...
svn: r17466
2010-01-02 22:32:44 +00:00
Robby Findler
0d16beda3c
made the define popup and the file popup appear when the toolbar is on the left/right
...
svn: r17452
2009-12-31 13:27:49 +00:00
Robby Findler
2ec790424b
added section symbol
...
svn: r17407
2009-12-27 22:09:43 +00:00
Robby Findler
57f9a7063e
PR 10633
...
svn: r17159
2009-12-02 05:08:04 +00:00
Robby Findler
b310c35a38
PR 10634
...
svn: r17158
2009-12-02 05:01:08 +00:00
Robby Findler
4c18e8212f
PR 10635
...
svn: r17156
2009-12-02 04:42:35 +00:00
Robby Findler
b80c782046
fixed a bug in bitmap scaling (ie I no longer forgot to write the code ...)
...
svn: r16883
2009-11-18 22:23:39 +00:00
Robby Findler
cc60cdc02b
fixed rotation of bitmaps
...
svn: r16861
2009-11-18 14:58:15 +00:00
Robby Findler
cef2d065df
removed printf
...
svn: r16767
2009-11-14 13:21:30 +00:00
Robby Findler
d783011981
fixed scrolling for image snips
...
svn: r16740
2009-11-13 02:00:16 +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
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
Robby Findler
53f8290928
fixed an imprecision error
...
svn: r16633
2009-11-09 16:59:53 +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
3159a06389
(hopefully) sorted out polygons; added a few other polygon-based primitives
...
svn: r16570
2009-11-06 14:34:25 +00:00
Matthew Flatt
c483470deb
fix some bad aligned-pasteboard tests
...
svn: r16348
2009-10-17 14:28:46 +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