Sam Tobin-Hochstadt
da80d6c034
allow +,-,(,) in code subscripts and superscripts
2010-10-07 10:18:06 -04:00
Robby Findler
827679e9db
added contract to scale
2010-09-26 22:47:34 -05:00
Eli Barzilay
8e0f8dd39c
More "~n" -> "\n" changes
2010-08-26 12:11:00 -04:00
Eli Barzilay
7dc4d2e5a6
Change a bunch of "~%" and "~n" in format strings to "\n".
2010-08-25 17:17:01 -04:00
Robby Findler
7c3b8eadf8
adjusted the default code keywords to include racket/base
2010-08-20 09:19:14 -05:00
Eli Barzilay
de0cc7771b
A lot of "DrScheme" -> "DrRacket"s.
2010-05-17 01:27:03 -04:00
Eli Barzilay
7f6efdc8be
A lot of "MrEd" -> "GRacket"s.
2010-05-16 23:46:05 -04:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Robby Findler
861c494693
added a keyword argument to filled-rectangle to make it avoid using a pen
...
svn: r18527
2010-03-12 20:50:26 +00:00
Matthew Flatt
f51803a3c7
fix 'launder'
...
svn: r16519
2009-11-03 17:22:33 +00:00
Matthew Flatt
2ab4f88188
fix Slideshow rounded-rectangle
...
svn: r16434
2009-10-26 19:32:58 +00:00
Matthew Flatt
6d68894263
fix some problems with slide layout and names; extend play functions
...
svn: r15775
2009-08-18 01:20:57 +00:00
Matthew Flatt
a4fa5e4bb7
fix 'last' field from some pict constructors
...
svn: r15768
2009-08-17 15:42:01 +00:00
Matthew Flatt
1a37d891ac
change slideshow pict's 'last' field to contain a pict path
...
svn: r15759
2009-08-17 12:51:04 +00:00
Robby Findler
a6b38844ee
added an error check to colorize and removed dependency on mzlib/etc
...
svn: r14852
2009-05-18 00:48:55 +00:00
Eli Barzilay
ff73a5395e
removed lots of "the the"s
...
svn: r14679
2009-05-01 21:02:51 +00:00
Matthew Flatt
1547638f3b
allow pict-pat on pin-arrow-line, etc. (PR 9934): should merge to 4.1.5
...
svn: r14126
2009-03-16 13:13:34 +00:00
Robby Findler
754bd0a84d
probable bug fix for arrowheads line drawing
...
svn: r13883
2009-02-28 20:04:44 +00:00
Robby Findler
d5ee6c6813
added #:hide-arrowhead? flag
...
svn: r13881
2009-02-28 15:44:41 +00:00
Matthew Flatt
8ccce66af7
round out inlining and optimization of simple allocating primitives
...
svn: r12539
2008-11-20 13:50:22 +00:00
Matthew Flatt
9af00fcfb4
v4.0.2.4: logging
...
svn: r10818
2008-07-17 15:20:17 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Matthew Flatt
20fcb6314c
honu-module -> honu; misc doc and slideshow tweaks
...
svn: r10230
2008-06-12 13:02:41 +00:00
Robby Findler
2de5845dbd
added an angle parameter to rounded-rectangle and filled-rounded-rectangle
...
svn: r9277
2008-04-12 15:17:13 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
f40cf986d9
no main for texpict
...
svn: r8769
2008-02-22 22:39:11 +00:00
Eli Barzilay
4115bb68a0
misc main-related fixes
...
svn: r8768
2008-02-22 22:37:37 +00:00
Eli Barzilay
f5bc96418d
add lots of main.ss files where appropriate
...
svn: r8764
2008-02-22 16:28:31 +00:00
Matthew Flatt
ca1a9dc8bf
docs form David Van Horn; Slideshow tweaks
...
svn: r8661
2008-02-14 14:07:57 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Eli Barzilay
3d0d7637f9
remove unused help-desk-message fields
...
svn: r8525
2008-02-04 17:09:09 +00:00
Matthew Flatt
f5845e01a0
slideshow fixes
...
svn: r8035
2007-12-17 15:56:53 +00:00
Matthew Flatt
67752bc435
add 'last' field to picts, and document slideshow/code
...
svn: r8033
2007-12-17 00:28:20 +00:00
Matthew Flatt
5b0a0be3d6
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
2007-11-20 23:44:31 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
b4ef1b29e9
finish up and doc new bit of animation support in Slideshow
...
svn: r7435
2007-10-05 23:12:20 +00:00
Matthew Flatt
b025b527df
allow pin-over to accept pict-finding paths, etc.
...
svn: r7430
2007-10-04 06:24:43 +00:00
Matthew Flatt
4fa78c4298
don't draw pict at all for 0 alpha
...
svn: r7415
2007-09-26 12:49:52 +00:00
Matthew Flatt
b9a0d860c0
experiment with alpha setting in dc<%>, plus some slideshow experiments and other minor changes
...
svn: r7399
2007-09-22 13:48:22 +00:00
Robby Findler
bd93217061
refactored the contract system so that contracts do not depend on the class system, and now the class contracts are exported from class.ss
...
svn: r7357
2007-09-17 02:27:05 +00:00
Matthew Flatt
e4cbc4e6a9
371.2
...
svn: r7263
2007-09-02 17:39:32 +00:00
Matthew Flatt
e284229dc2
remove redundant cond clause
...
svn: r6901
2007-07-13 01:03:51 +00:00
Matthew Flatt
ca64ce1415
fix spacing with code-vl-append
...
svn: r6888
2007-07-11 02:23:58 +00:00
Robby Findler
05ea93da4c
added caps style to 'text'
...
svn: r6680
2007-06-17 02:41:54 +00:00
Robby Findler
0d69b92c79
added a contract to 'text'
...
svn: r6571
2007-06-11 03:03:03 +00:00
Matthew Flatt
62954f2d27
filled-flash needs to explicitly set the brush
...
svn: r6078
2007-04-28 23:49:44 +00:00
Matthew Flatt
7b0c764124
improve texpict balloon drawing for PS output
...
svn: r5869
2007-04-05 03:18:37 +00:00
Matthew Flatt
615f6e0454
add current-code-font and fix bounding box ascent/descent for pin-line operations
...
svn: r5844
2007-03-30 01:42:54 +00:00
Robby Findler
ad634b20c5
removed crashing bug from copy/paste but there are still problems
...
svn: r5577
2007-02-08 23:33:16 +00:00
Matthew Flatt
bfc693c063
369.7
...
svn: r5506
2007-01-30 06:34:05 +00:00
Matthew Flatt
5d60ef12e1
unit clean-up for texpict, too
...
svn: r5161
2006-12-22 01:45:55 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Matthew Flatt
8b0045df18
fix pin-under
...
svn: r4819
2006-11-10 20:49:58 +00:00
Matthew Flatt
2700ead795
correct drawing of balloon spikes in some directions
...
svn: r4809
2006-11-08 21:49:47 +00:00
Matthew Flatt
86f9de0b41
fix handling of improper lists in the code macro
...
svn: r4746
2006-11-02 03:16:19 +00:00
Robby Findler
974337cc6f
performance bugfix
...
svn: r4553
2006-10-11 19:54:57 +00:00
Robby Findler
093919aaac
fixed contracts
...
svn: r4353
2006-09-16 15:12:57 +00:00
Robby Findler
1cfdf94eca
documented defaults
...
svn: r4345
2006-09-15 02:28:07 +00:00
Robby Findler
b71e372c49
added contracts
...
svn: r4340
2006-09-14 21:47:32 +00:00
Matthew Flatt
9840aaf47c
filled shapes should set brush
...
svn: r2942
2006-05-15 14:49:09 +00:00
Robby Findler
3ac9ac813c
messed around with oh mouth
...
svn: r2727
2006-04-20 17:32:42 +00:00
Robby Findler
00d7cf4966
removed #:teeth-shading and just let people disable the teeth entirely
...
svn: r2726
2006-04-20 17:12:23 +00:00
Robby Findler
4b3abed323
changed parameters to keywords
...
svn: r2704
2006-04-18 14:05:47 +00:00
Matthew Flatt
ffe615cf03
moved where smoothing was enabled
...
svn: r2703
2006-04-18 13:12:51 +00:00
Matthew Flatt
2bcd8365ae
turn on smoothing in face demo
...
svn: r2702
2006-04-18 13:11:00 +00:00
Robby Findler
72d9f314bb
oops
...
svn: r2700
2006-04-18 03:12:13 +00:00
Robby Findler
331a1c896b
added a way to disable face shading, fixed a bug in color-series to handle zero steps
...
svn: r2699
2006-04-18 03:09:22 +00:00
Robby Findler
fa8fbaa21c
removed absurd -- should not have checked it in
...
svn: r2698
2006-04-17 23:17:52 +00:00
Robby Findler
2f3cdfa302
added surprised faces, 'oh mouths, and cleaned up a few things
...
svn: r2696
2006-04-17 21:13:59 +00:00
Eli Barzilay
16f01a1109
{quick,merge}sort -> sort
...
svn: r2569
2006-04-01 12:24:15 +00:00
Robby Findler
26294f0232
added explode-star
...
svn: r2541
2006-03-30 02:30:57 +00:00
Matthew Flatt
0e21991dbc
draw snip smoothly
...
svn: r2163
2006-02-07 20:41:51 +00:00
Matthew Flatt
19a0136310
add current-cost-color export
...
svn: r1446
2005-11-30 14:38:35 +00:00
Robby Findler
24c6d96c7d
added hollow heads to arrows
...
svn: r1312
2005-11-14 17:30:59 +00:00
Robby Findler
010001efba
added smoothing to show-pict
...
svn: r1298
2005-11-12 17:20:12 +00:00
Matthew Flatt
71c85fc75e
changed sub/superscript scale to 2/3, improved docs to clarify tex vs. mred
...
svn: r1067
2005-10-13 16:18:47 +00:00
Matthew Flatt
04bc38a3fd
added code-pict subtype to better handle embeddings
...
svn: r883
2005-09-19 16:26:34 +00:00
Matthew Flatt
4a6814388c
remove force-brush-to-black in MrPict rendering
...
svn: r841
2005-09-12 20:35:44 +00:00
Matthew Flatt
d44dee3cc7
doc improvements
...
svn: r777
2005-09-06 15:53:39 +00:00
Matthew Flatt
37658aefc0
doc improvements
...
svn: r776
2005-09-06 15:50:56 +00:00
Matthew Flatt
b6ba03fd18
code macro improvements
...
svn: r775
2005-09-06 15:40:00 +00:00
Matthew Flatt
30020ec063
doc current-open-paren and current-close-paren
...
svn: r712
2005-08-31 02:25:35 +00:00
Matthew Flatt
de05280acf
added flash
...
svn: r711
2005-08-31 02:24:21 +00:00
Matthew Flatt
4ad1f38141
299.201
...
svn: r572
2005-08-09 13:41:06 +00:00
Robby Findler
037cf3be87
,
...
svn: r220
2005-06-19 21:36:45 +00:00
Matthew Flatt
4f98eeffc9
pip-wrap-balloon
...
svn: r212
2005-06-17 16:07:28 +00:00
Eli Barzilay
daa18fcba0
typos
...
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
761562eeb7
Mirrored Matthew's commit to CVS:
...
Moving the implementation of `save-file' in text% and pasteboard% from C++ to Scheme.
svn: r10
2005-05-29 07:24:50 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00