Commit Graph

85 Commits

Author SHA1 Message Date
Eli Barzilay
a299e333ba removed some more pointless info names
svn: r9998
2008-05-28 05:36:25 +00:00
Greg Cooper
6db00dbd9c use scheme:text% for rendering behaviors
svn: r9939
2008-05-23 00:19:17 +00:00
Greg Cooper
41665f7233 remove dependency on mred from a few libraries
svn: r9813
2008-05-12 12:57:42 +00:00
Matthew Flatt
5f85bbce17 'experimental doc category
svn: r9725
2008-05-07 20:11:13 +00:00
Greg Cooper
9943af0aef clean up a demo
svn: r9676
2008-05-06 04:08:47 +00:00
Greg Cooper
33ec3576cc more cleanup
* fix a bug in initialization of FrTime widgets
* fix a bug in the pong demo
* allow needles and growing points to have larger grids
* purge the old GUI wrapper implementation
* fix a couple of bugs in the debugger
* add bitmap support to the animation library

svn: r9647
2008-05-05 02:50:46 +00:00
Greg Cooper
fdc5a6186b update frtime.scrbl to reflect new location of GUI wrapper
svn: r9634
2008-05-03 19:29:40 +00:00
Greg Cooper
f512e79edf a little house-cleaning
* remove some commented-out code & lame old code 
* move GUI code out of demos/ subdirectory

svn: r9633
2008-05-03 19:26:58 +00:00
Matthew Flatt
a26b334c67 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
2008-04-23 00:20:25 +00:00
Greg Cooper
7e376d7bef checkpoint some bug fixes and efficiency improvements
svn: r9143
2008-04-03 02:58:18 +00:00
Greg Cooper
473136e8b1 use weak boxes in the update queue, ditch the explicit calls to collect-garbage
svn: r9074
2008-03-23 20:11:13 +00:00
Greg Cooper
27f8c39681 fix signal leakage, add support for #lang frtime
svn: r9061
2008-03-22 03:12:10 +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
Greg Cooper
766ad478db prevent 'split' events from being garbage-collected prematurely
rewrite ormap and andmap to use list-match

fix an error message

svn: r8854
2008-03-03 04:45:37 +00:00
Greg Cooper
28ddd158f6 add ft-canvas% widget for animated texpict images
svn: r8850
2008-03-02 15:44:38 +00:00
Greg Cooper
6f0322d51b fix 'apply' (for real this time)
document the order of arguments to collect-e's transformer

svn: r8845
2008-03-02 02:54:05 +00:00
Greg Cooper
c615b88cc7 make IFs work with undefined conditions
svn: r8834
2008-03-01 05:28:37 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Greg Cooper
25a6c70202 various changes
- use an editor-snip% to make frtime's value rendering work correctly
(though not as prettily) when several snips are embedded within a data
structure

- fix frtime's choice, radio-box, and list-box widgets

- improve debugger's handling of variables, etc.

- allow HtDP languages to enable the debugger, and do so for Advanced
language

svn: r8780
2008-02-24 05:43:13 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Greg Cooper
9db13685e1 fix value rendering
svn: r8731
2008-02-19 20:27:28 +00:00
Greg Cooper
1cbca40558 cleaner model for events
svn: r8691
2008-02-17 03:20:26 +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
Matthew Flatt
9be7170b3a openssl scribblings
svn: r8392
2008-01-23 15:04:44 +00:00
Danny Yoo
e1e680a2b6 changed unknown identifier ft-send-event to send-event
svn: r8379
2008-01-21 04:03:17 +00:00
Greg Cooper
f87f7868a8 checkpoint scribble documentation for frtime
svn: r8375
2008-01-21 00:39:30 +00:00
Greg Cooper
411db7ea43 fix definition of apply in frtime and attempt to fix display of structures with signals
svn: r8289
2008-01-11 03:02:22 +00:00
Matthew Flatt
c0872f69ea equal? and hashing work on cyclic values
svn: r8132
2007-12-27 11:07:14 +00:00
Greg Cooper
e79214aa5a use current-inexact-milliseconds instead of current-milliseconds to avoid wrap-around problems
svn: r8130
2007-12-26 18:11:37 +00:00
Greg Cooper
58c95cf5c3 forward port fix from r8100/05/06 to trunk
svn: r8107
2007-12-22 17:55:57 +00:00
Sam Tobin-Hochstadt
39866addc2 Fix compilation error in FrTime.
svn: r7943
2007-12-11 00:04:32 +00:00
Eli Barzilay
9230f66f01 merge Greg's changes on the defunct v4 branch
svn: r7940
2007-12-10 19:30:05 +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
Greg Cooper
7846afa7c1 make events display like they used to
svn: r7349
2007-09-15 22:10:08 +00:00
Greg Cooper
23d4949d94 constructors no longer lifted
- improves performance 
  - allows letrec to build cyclic structures (lists & vectors at least...)

value display in REPL finally respects language preferences, use of snips by underlying renderer (e.g., 
TexPict)

GUI bindings are compiled as separate sub-collection (reduces load time)

svn: r6840
2007-07-07 19:07:31 +00:00
Greg Cooper
704faa0a4f tightened limit on radii; when too small, draw minimum instead of skipping
svn: r6161
2007-05-06 18:06:44 +00:00
Greg Cooper
e63ea001b1 added check for rings with too-small radii
svn: r6160
2007-05-06 17:52:41 +00:00
Greg Cooper
ecd97933e6 fixed quadratic performance problem in switches
svn: r5426
2007-01-22 05:14:23 +00:00
Matthew Flatt
87c0d5754e 369.5
svn: r5366
2007-01-16 20:55:13 +00:00
Eli Barzilay
9711964d4f fix property & file format mess
svn: r5343
2007-01-12 23:55:37 +00:00
Greg Cooper
441a48c33b adding kim's optimizer
svn: r5342
2007-01-12 23:47:08 +00:00
Matthew Flatt
cf0b303497 359.2, collects changes
svn: r5143
2006-12-20 00:57:12 +00:00
Eli Barzilay
c5a23392eb typo
svn: r5091
2006-12-12 17:33:01 +00:00
Greg Cooper
127c7d3327 renamed -no-mred to -lang-only
svn: r5088
2006-12-12 06:13:23 +00:00
Greg Cooper
75d82fb969 added frtime-no-mred.ss
svn: r5086
2006-12-12 06:02:20 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Greg Cooper
f511235854 turned on smoothing for animation library
svn: r4826
2006-11-11 19:01:02 +00:00