Commit Graph

324 Commits

Author SHA1 Message Date
Matthew Flatt
0508c7d55d tool-tip frame size
svn: r9711

original commit: f77bd13540583d2f9ad1753e716d83edb353f52e
2008-05-07 00:51:07 +00:00
Matthew Flatt
5462d5a219 drs bug and test-suite fixes
svn: r9709

original commit: 860c41d7492a33880f9c18839c21a601d675e5b8
2008-05-06 23:27:23 +00:00
Robby Findler
eda8fa501a added tool tips
svn: r9699

original commit: 989e9e4120f6080e4f2bdce620de26ef9273ed15
2008-05-06 20:36:58 +00:00
Robby Findler
961faf38fd added the ability to have two separate bitmaps specified
svn: r9667

original commit: 4b42c948324359eb80e7840f63d80038f1003401
2008-05-05 21:40:23 +00:00
Matthew Flatt
17dc04824c protect against redraw requests before the canvas is properly sized
svn: r9654

original commit: 665e4c07bfa435efeab69e8b9fafbb04497cac04
2008-05-05 12:24:06 +00:00
Robby Findler
d7fb268aba removed dependency on string-constants
svn: r9637

original commit: d8ee46457d8baf4e4f09b589d47959259f2e6ed4
2008-05-04 01:23:22 +00:00
Sam Tobin-Hochstadt
93d9c132a7 Add template-binding information to syntax browser.
svn: r9626

original commit: 0340ae770f38f858c74f9476f82d32d7921515e6
2008-05-03 11:18:06 +00:00
Robby Findler
c105a28fa4 fixed the disabling problems
svn: r9592

original commit: 62af481463997412610b3b47d2f845488d48c341
2008-05-02 14:10:28 +00:00
Matthew Flatt
ec12c35e7a fix fonts in some controls to use normal-control-font
svn: r9583

original commit: 044922053ab6b5d9b6115c080b576e20bf923e87
2008-05-02 02:15:40 +00:00
Robby Findler
cdeb372b5f svn: r9582
original commit: f17d85c24a65cf5d3c2d1a66a00509e430cd8b9c
2008-05-02 00:23:32 +00:00
Robby Findler
04318aa689 reworked the buttons along the top of drscheme
svn: r9578

original commit: ee9fc4a8d7591e0270b607fc057fa6398c6b7274
2008-05-01 23:15:06 +00:00
Matthew Flatt
eeed36c497 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414

original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79
2008-04-23 00:20:25 +00:00
Matthew Flatt
d72298416f hierlist docs; fix latex/pdf output when a paragraph starts with n hspace
svn: r9276

original commit: 02fbaca2b7c8fdafe5b88b24dae2f4d46020eb36
2008-04-12 14:42:02 +00:00
Matthew Flatt
721914ff90 new hash function names and ops (3.99.0.23)
svn: r9209

original commit: 021d4d7527f39cc01b6b8952f4a90e61e55e8956
2008-04-08 21:42:38 +00:00
Eli Barzilay
206e437ff3 revise the way setup-plt crawls over the collection trees
svn: r8860

original commit: b76390a4523dd523febeab8f432f0341b6a2d040
2008-03-03 22:04:28 +00:00
Eli Barzilay
fcca6b5af9 make all files terminate with a newline
svn: r8786

original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
2008-02-24 21:27:36 +00:00
Eli Barzilay
d956ae1736 use new require specs in many places
svn: r8774

original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Robby Findler
a366ccb1d3 changed union to or/c
svn: r8748

original commit: 5a0abb116e03c458bbf047805580458e3fe354b9
2008-02-20 23:27:17 +00:00
Eli Barzilay
979f0b1682 * 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

original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
2008-02-12 10:33:01 +00:00
Eli Barzilay
68a7bbea2e switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Robby Findler
b14c66ca8f fixed PR 9140
svn: r8374

original commit: d219107a0a2f0a54ea7746209f78e8273d43561f
2008-01-21 00:33:28 +00:00
Robby Findler
2ef8d09762 removed the dependency between the string-constants library and mrlib
svn: r8369

original commit: 2e3c05b14e0ca53bb6e10376252266834750fc8f
2008-01-19 20:13:02 +00:00
Matthew Flatt
239c3cc08f normalize some doc titles
svn: r8336

original commit: 04859fb2dd423cd76b5dc9aa0e2d394fbf079074
2008-01-15 14:46:36 +00:00
Matthew Flatt
1e06f9bcc5 doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
svn: r8286

original commit: 1e069dd2bcd7b1dd84213f6943f6f549681219f8
2008-01-10 23:42:23 +00:00
Matthew Flatt
984bf9ee05 move doc sub-dirs to scribblings sub-dirs
svn: r8281

original commit: b76aa843ab09e8c1c5f5de9e033b7170ed64acd4
2008-01-10 20:07:32 +00:00
Matthew Flatt
68e0292c33 scribble mrlib docs
svn: r8165

original commit: 5890eedeb4301b5016247ac98a34c39655d40225
2007-12-30 22:46:20 +00:00
Matthias Felleisen
681ffb5907 matrix
svn: r8066

original commit: 342290e520a7733aec955a273c6c8c86d004272e
2007-12-19 17:44:57 +00:00
Matthias Felleisen
4bd1ec132f svn: r7988
original commit: fa0c028d261f49fcd8dd80e6bfba5d6d1685add3
2007-12-13 12:33:30 +00:00
Matthew Flatt
f60d64abf9 change 'include' and 'include-bitmap' to better match normal module-path syntax
svn: r7936

original commit: eab8008c4f62d8561c57d8642860f0c5061ddbc7
2007-12-10 16:13:25 +00:00
Robby Findler
3d5a3d7fd9 fixed a bug in the drawing of name messages that affected the language level setting that shows up in the bottom right of drscheme
svn: r7764

original commit: c4781b2025dc6a0294c6c9a5fbe6779330d90a4d
2007-11-19 14:29:22 +00:00
Robby Findler
5a6f81ed26 made the bottom line of the drscheme window be half as tall
svn: r7762

original commit: 753cd127a6577931c0dc24d2232078088eba348e
2007-11-19 04:01:13 +00:00
Robby Findler
a2a63a1382 fixed PR 8957
svn: r7462

original commit: 49c33668e82c67409935231a1fe7feb7ce51fd75
2007-10-09 13:03:26 +00:00
Matthew Flatt
f44ee89359 370.2
svn: r6369

original commit: e9385a910eac5c2f84dccbe6d66fed0741200785
2007-05-29 03:26:32 +00:00
Matthew Flatt
9992465419 add one-by-one mode to gif-animation library, and fix gif writer for monochrome images
svn: r6065

original commit: ea91e1a8c59dd95cdf8926cb2614aa835ef3cd45
2007-04-28 03:38:42 +00:00
Robby Findler
db7684e5ce FINALLY! Fixed the bug in the drawing of the labels in graphs. they are not in the centers! Only ... how many years later...?
svn: r5925

original commit: f242d999d03b1277f66d6d9bdbe0a9af05a64750
2007-04-12 02:50:59 +00:00
Robby Findler
35343995ba added calls to inner methods
svn: r5813

original commit: dffb855f10139e872429d2c7b5b3aecaeb12de83
2007-03-22 20:15:33 +00:00
Robby Findler
4f3b6019da added ability to disable arrowheads
svn: r5791

original commit: ec5ba4f2c17d1587555e20c050f222e6b49219f5
2007-03-19 15:05:14 +00:00
Robby Findler
5de958916e added language status and menu at bottom right of drscheme window
svn: r5633

original commit: 38da8562553dc5ac2828b42f5a6c9b573eb0c8f5
2007-02-18 00:17:49 +00:00
Matthew Flatt
b79a38ea1f MrEd bridge to GIF-writing library
svn: r5236

original commit: 4b7e38feaffd4fc56c4d41bcd7edf851328b40b1
2007-01-06 23:34:36 +00:00
Eli Barzilay
d17918a616 * Better dealing with errors in eval-string and read-from-string/-all
* Made them work with byte strings too
* Added tests to the above

svn: r5081

original commit: a772fa8c8407386a2279c4d6ea2d6294de7c83c0
2006-12-11 18:03:33 +00:00
Eli Barzilay
9d9f3856f9 use main-collects-relative for paths
svn: r4854

original commit: df0734f09e9efdac0bbe9a429076d76fa0149d35
2006-11-14 22:48:55 +00:00
Robby Findler
59d63d5d53 added a comment
svn: r4349

original commit: 7fa381cace1c774c968081d70c3ace92922d9f9d
2006-09-16 02:36:06 +00:00
Robby Findler
7c25320deb fixed bug in image library
svn: r4230

original commit: bc388368a777f14ed0a21f50dd2cb36606a6dbd9
2006-09-03 04:03:06 +00:00
Robby Findler
35e9ef8031 fixed PR 8213
svn: r3995

original commit: 2d8f5f4a217d85b1a9191e6f983383da51b44f72
2006-08-09 03:42:21 +00:00
Eli Barzilay
e65fb6226b re-do changes that were undone in r3843
svn: r3859

original commit: bb5b45b181a85a28ee865cffcf2ef42c54a18408
2006-07-28 08:15:46 +00:00
Eli Barzilay
7865e8f87e Undo the following revisions:
r3839
  r3825
  r3823
  r3821
  r3820 (undo only the changes in drscheme/private/debug.ss)
  r3792
  r3791

They will be re-done after v352 is released

svn: r3843

original commit: 5099b078c6bc07d83e0b11d486e342905a87ede4
2006-07-27 17:12:18 +00:00
Robby Findler
5299ced9ca tweaks to the placement of edge labels
svn: r3791

original commit: 7fdf03bffdaaa761e96d31c5eba1dcdc91f5108e
2006-07-24 13:30:56 +00:00
Robby Findler
7386f912a6 fixed PR 7129
svn: r3430

original commit: be599fbb6bf001ee08d209ba3167e4cdb2b48805
2006-06-21 18:36:43 +00:00
Eli Barzilay
93976d9838 added path-dialog.ss to mrlib
svn: r3209

original commit: acb08c5e623871ff41e348cd24dc9093e7566099
2006-06-04 00:14:27 +00:00
Robby Findler
65b01513fd infrastrure for capabilities added (and added first capabilities)
svn: r3119

original commit: b6372a2e223625c24a1ac4b39157b422ba04d0d7
2006-05-30 14:54:10 +00:00
Eli Barzilay
869838e8ed {quick,merge}sort -> sort
svn: r2569

original commit: 16f01a1109691d2fa4844b9411410f4794cf0dc1
2006-04-01 12:24:15 +00:00
Robby Findler
fb8f62a996 fixed PR 7491
svn: r2391

original commit: ef3f910b6e8350c01837c688b85cbd8b1efdad41
2006-03-08 03:17:49 +00:00
Robby Findler
464ae47eff added smoothing to image.ss
svn: r2297

original commit: 8b421478714716ab94726c753fbd9355c7d3f50e
2006-02-22 00:34:29 +00:00
Robby Findler
70a100e7f7 updated many unions to or/c's
svn: r2061

original commit: fddb1fa862b6e0e8e71f011dcdda5309e64635e1
2006-01-31 19:17:33 +00:00
Robby Findler
279b08cc30 merged in Jacob's changes and fixed a few bugs
svn: r1919

original commit: 2577fe88f303b431d4afbede2da8d7e7de71a5f4
2006-01-21 21:36:24 +00:00
Robby Findler
164be1ab3e fixed PRs 7783 7785
svn: r1731

original commit: 00d989a80a77036e5acface1595665984c2b114a
2005-12-31 14:23:49 +00:00
Matthew Flatt
6157ff3fe2 fix text part of label when it goes to the edge (or slightly outside) the bounding box
svn: r1466

original commit: 3e46c52c2c40154027b23dbd549508030b514066
2005-12-01 20:49:45 +00:00
Matthew Flatt
382ee43994 rewound to make module browser work
svn: r1458

original commit: e3c784015d7ddb64e7199448f1860c36eb91b9b8
2005-12-01 17:18:11 +00:00
Robby Findler
7292cab7e9 fixed PR 7623 I think
svn: r1402

original commit: a1d7467a28ec01c1f4a67f2379c9e2ae9cff902d
2005-11-25 04:03:14 +00:00
Robby Findler
f6d489be72 fixed bug with quotient
svn: r1369

original commit: 5250e0ac575c624a6da7b4bbaf5cf7901662f34d
2005-11-22 13:47:34 +00:00
Robby Findler
9a037694a0 merged 1227:1237 -- another draft of initial language. hope this one is better
svn: r1238

original commit: 3535a75479482503666efaf22490c010fa83b2a5
2005-11-06 03:29:26 +00:00
Jacob Matthews
ea2ea13a84 merged 1115:1124 from branches/redex-names, adds support for named reductions that get drawn in the traces window
svn: r1126

original commit: a255e439ea7abebb1e45b3bb963a77e468801e29
2005-10-22 02:47:51 +00:00
Matthew Flatt
c31251df6d cache on content and type, not just content
svn: r1084

original commit: 0b12dcfd547e93d0df117ca5572bfc43e6e1ae6a
2005-10-14 14:11:58 +00:00
Matthew Flatt
4c452a36a8 use 'png for arrow bitmaps, drop redundant with-handlers
svn: r1083

original commit: e2e6516a84ea49e3b81b0df8d6c115f8f873d6c6
2005-10-14 14:08:40 +00:00
Matthew Flatt
2253631efa use include-bitmap
svn: r1081

original commit: fffe9c8bfce136f84c55c077e6fa906b488a55ec
2005-10-14 13:02:09 +00:00
Matthew Flatt
861164307b hierlist inlines arrow bitmaps
svn: r231

original commit: bc203f55b8ff894525c516e29942b92797539a81
2005-06-22 21:30:30 +00:00
Matthew Flatt
2785bf9aa8 tab-choice changes
svn: r53

original commit: 44ea72dd13aab33a5a8f8740b51cd7f1054f730b
2005-06-02 17:41:28 +00:00
Matthew Flatt
07bea6744e added tentative tab-choice class
svn: r44

original commit: b2748bbc8193b35209e67c5a275ad951c27f7b09
2005-06-01 22:44:32 +00:00
Matthew Flatt
297de41743 .
original commit: 7a3ef7801db3cb9a2561cedb60e3edc0e0b7ed5b
2005-05-24 20:22:06 +00:00
Robby Findler
a0965a7db8 .
original commit: a960218c82b34ccee328b476b5e8a14b3c86b3d9
2005-05-23 17:25:29 +00:00
Robby Findler
98923fc7ef .
original commit: 77bbac313c5775859709845a3a43564f4f1ef98d
2005-02-21 15:29:51 +00:00
Robby Findler
9d46be1610 .
original commit: ba22fdb97715e737cc3de9f6b2d42ee6ff8e142c
2005-02-17 04:45:36 +00:00
Robby Findler
040b36b035 .
original commit: e9b58213637cefa6278641a1c7299fd738e0c5d6
2005-02-16 01:11:16 +00:00
Robby Findler
879c5b9c86 .
original commit: a35cae5e35ee20c4c401a53312c54f5a0bb8901d
2005-02-15 14:43:20 +00:00
Matthew Flatt
6edf4807c8 .
original commit: 0ce2204b1e5ab090387d2ff1192ccbe280b16c10
2005-02-10 20:03:49 +00:00
Robby Findler
7c396dc378 .
original commit: f102cf795e3109dadf9aca779185a0f77b36e149
2005-02-08 21:26:31 +00:00
Jacob Matthews
38024f75e5 Added find-shortest-path method to the graph-snip mixin.
original commit: 21dddedfccfed2755488da0537eda138a0c7c144
2005-02-06 06:25:03 +00:00
Robby Findler
30f6a3f81d .
original commit: 004f5216150743c424414e93204ec2f981f1a9b7
2005-02-06 00:17:54 +00:00
Robby Findler
cfc96fb6ea .
original commit: d4472eaaec18fefa8f4b3c6ddaa8d5f50eed6320
2005-02-01 16:24:05 +00:00
Robby Findler
35b78cc09d .
original commit: a459c182eef4c40d8699e827fec1e1d396dba40c
2005-02-01 15:51:23 +00:00
Robby Findler
5883db2475 .
original commit: cf5bf95a2571e10f79d4fd39bb5d61bcac8c0365
2005-01-29 20:42:14 +00:00
Robby Findler
6484ee1178 .
original commit: d90a3d6b94a92b1ce7230067c0312b84fcea6cdc
2005-01-26 23:18:42 +00:00
Robby Findler
25179b393f .
original commit: 1f8a77c6ef9087dc1883ba471fca6d900338db9c
2005-01-26 23:11:00 +00:00
Robby Findler
544755315c .
original commit: 1f229ba7480238e9b7ac9545508bcd4eaa309ebe
2005-01-25 23:03:25 +00:00
Robby Findler
e47b0f391c .
original commit: 6eb0df05144dfb78c6994b38bf871a787bebebef
2005-01-25 22:55:43 +00:00
Robby Findler
cfc3abbd67 .
original commit: 28dc9d1c3195ad5760f4d2dc85dcef1a0d4a0c46
2005-01-25 22:42:36 +00:00
Robby Findler
0cce14890d .
original commit: 6c12e120b9518055fca947fce68e4e1fa8c144ae
2005-01-25 21:49:43 +00:00
Robby Findler
16b298e036 .
original commit: fc9493441aeb679222cdb9ff6dbb48aed0d404f6
2005-01-23 13:49:35 +00:00
Robby Findler
aab616a984 .
original commit: 4ae82b1f91bdeb9546db210b789bb0df8c7f8312
2005-01-22 21:59:49 +00:00
Robby Findler
6f8905fd1f .
original commit: c4c18f7c3760988b07816e88d543ed80ec10052a
2005-01-22 02:06:34 +00:00
Robby Findler
0e04fff9b5 .
original commit: fbe1bc28b75ceac054ccde55ae2a03a70056644a
2005-01-19 18:40:31 +00:00
Robby Findler
f2afbf3455 .
original commit: fcdbc56e6c08348c621bd28b9dfaecadf24a2fe8
2005-01-05 00:45:33 +00:00
Robby Findler
88c33c2c03 .
original commit: 2945ed7edcd1e87a0ce69906d5e89c65e29c66d2
2005-01-05 00:38:01 +00:00
Robby Findler
7def8ec298 .
original commit: 00db1495a3667457948f216aa888e9d03c3ef8d2
2004-12-26 03:25:36 +00:00
Robby Findler
4fb7f20d76 .
original commit: 29722ea573bdf4230173d2ae98059d5b59ba22bd
2004-12-22 16:48:36 +00:00
Matthew Flatt
3c39db4deb .
original commit: ad17f00f2ad3a076671b64c2b4e04c7c55d94b78
2004-11-30 21:40:11 +00:00
Matthew Flatt
cf94c7f944 .
original commit: b1c4f469c750c7aee6b585d33626b5b8bb0e34de
2004-11-30 21:02:28 +00:00
Matthew Flatt
00327c9327 .
original commit: 80b80008f61f558e25a1a09bb871faceaf420edc
2004-11-30 17:36:20 +00:00
Matthew Flatt
a902f3f982 .
original commit: b6176c858857ec0fb1ed02d4e1ab8426025c5252
2004-11-30 17:14:38 +00:00
Robby Findler
6b6142d0f6 .
original commit: e9abf9c5dc9f82b03f49601731a05ccc4bdb2abb
2004-11-30 15:18:44 +00:00
Robby Findler
94892215a9 .
original commit: d939102b323abdf294263589714b23a0d984d0da
2004-11-30 14:23:20 +00:00
Robby Findler
807f03464d .
original commit: 9c1ea297b794280ab91755cdce91dd031d71d549
2004-11-29 20:09:59 +00:00
Matthew Flatt
3b6c74e3a8 .
original commit: df00979e3b2372423a295f886b9644c0931aab74
2004-11-02 17:05:50 +00:00
Robby Findler
83248c76b6 .
original commit: de72610710c8e5eda775c2b0bec13b9ed190ae0b
2004-10-20 20:11:35 +00:00
Robby Findler
5608a3d5cd .
original commit: afc14960546aec4d64de0481177e43e0a0147cb3
2004-10-19 20:47:47 +00:00
Robby Findler
39e093d608 .
original commit: 1bd92c441435a2c2ae5f0a37c7d5e6559e620360
2004-10-19 18:34:34 +00:00
Robby Findler
d46b5f6cf8 .
original commit: 41a1bb69e8f435ead76e392c001c6c768e325b59
2004-09-30 16:11:38 +00:00
Robby Findler
b689374cca .
original commit: 0e9087507f8ed7198055cf0fa326617fd0a24d55
2004-09-28 13:57:04 +00:00
Jacob Matthews
7750506245 Updated for v299
original commit: ed3f6cdf77f2d57098d4a3a7f3bbdb1b335d9a0f
2004-09-27 20:34:03 +00:00
Robby Findler
c5e6b79e3b .
original commit: ba26588727333ca064724d0f879aae5689d62904
2004-09-21 04:01:21 +00:00
Robby Findler
cb4d3444cd .
original commit: a287643db600e64d53cac52e1fcd6eafd2f5568b
2004-09-14 22:17:48 +00:00
Matthew Flatt
f9f2f82b26 v299 updates
original commit: 186ee95616789aeafa764281004190f101f71e52
2004-09-10 15:14:40 +00:00
Robby Findler
26d6ffa12f .
original commit: 875b53a876064deb35d66c059822d1dd96bc6afb
2004-08-10 01:51:49 +00:00
Robby Findler
c7caf99e24 .
original commit: b5603265e0c50bf1593a2d546f0190dfa78d3b67
2004-07-28 15:13:16 +00:00
Robby Findler
189e9817bc .
original commit: 78f83fc7c981888b3aaa979e7bbacf69e90643ea
2004-07-27 14:45:42 +00:00
Robby Findler
b1f0612f3a .
original commit: 0ed150754b2037451279867df3b0c62b3a95d406
2004-07-27 01:37:49 +00:00
Robby Findler
6d6522f141 .
original commit: 826d19dc359bdecc1311f88193f0e4a532f0c815
2004-07-25 14:14:13 +00:00
Robby Findler
38b8f80320 .
original commit: 7a58fa0c86e2aa537381ea8ee33cf72bf9e6f4eb
2004-07-25 14:04:19 +00:00
Robby Findler
9b4698a09a .
original commit: bfd6a146aa118c748841490b8959706b89a992e3
2004-07-24 01:44:24 +00:00
Robby Findler
f8c86b2e82 .
original commit: 41c16883cff7c1f7adada9193b8961c0a60b298b
2004-07-22 16:03:30 +00:00
Robby Findler
d3b93bb3e8 .
original commit: 89c7f99a2af274f05b30b2e8db7e9dd6b8ec6007
2004-07-22 15:24:30 +00:00
Robby Findler
6bf3380de4 .
original commit: 79d6c90269fe323b6c74c7fb672bb01991ac5360
2004-07-21 22:31:49 +00:00
Mike MacHenry
49f3f2baab ...
original commit: bfd85b7e724afe90d4363b863bda7cf228197273
2004-06-29 22:40:19 +00:00
Robby Findler
e36d2ecc6e .
original commit: daab1fad4b0981b51ae49a606888f4e3346997f5
2004-06-22 15:23:54 +00:00
Robby Findler
81abad71e8 .
original commit: af55da650cc28c688a50c53ab34ed354c338d4f1
2004-04-13 22:14:42 +00:00
Matthew Flatt
fb5f0c2d47 .
original commit: e8b1a97158ca6a6720423c96888191da08c51303
2004-03-14 19:27:23 +00:00
Matthew Flatt
61f3bd5607 .
original commit: bdfee767c2ae8fb7a0b48de7d51be2f0ee1b4a7c
2004-02-19 22:39:34 +00:00
Mike MacHenry
eb40e63cd1 fixed an edit sequence bug but introduced an inefficientcy
original commit: 2e9f1f4d0f08ad8ba75251e9e76ff1e6a41dcdd5
2003-12-18 22:18:36 +00:00
Mike MacHenry
3897bb532b ...
original commit: 85df2ac91a907aa6dee13c4f73ebd4154acc0986
2003-12-16 22:07:57 +00:00
Mike MacHenry
82c83e1f83 added stretchable-editor-snips
original commit: 19ce29b34ee0fc6c9e4082c462e1cd51133c0be5
2003-12-16 22:05:58 +00:00
Mike MacHenry
ed64e242b2 ...
original commit: 048623872a8538fdc9c538d68a64174fc16e0e44
2003-12-15 22:42:39 +00:00
Mike MacHenry
e16d80b9f9 renaming interface
original commit: 0b8cd6852f839deb897be729adeab521d275e4c2
2003-12-15 20:24:35 +00:00
Mike MacHenry
73c8cbf194 forgot to remove my own debug stuff
original commit: a804b7c36bc32ba740ad45aab6086c92bbbef72f
2003-12-15 19:00:53 +00:00
Mike MacHenry
0224d867e8 committing the tests
original commit: 50b959c7b9f52ad4f1542908078f1fdf0a9f357b
2003-12-15 18:57:25 +00:00
Mike MacHenry
a82730944d fixed the major pasteboard bugs
original commit: 0cfc7d5945fd67acb7c2bb79c04cbea188aaf692
2003-12-15 18:53:03 +00:00
Mike MacHenry
9c2414e13c ...
original commit: 8361ba47bdec13bebba289bd10bcddd88464bc44
2003-12-03 19:38:33 +00:00
Mike MacHenry
8f2cc3e3fa minimized edit-sequence bug, added test case, fixed bug.
original commit: cb4e36c8e9fed4b16849675e50240b783607f29d
2003-11-11 00:35:40 +00:00
Mike MacHenry
067e8a0951 ...
original commit: 411027680626f1cc5e7e5c538e2f422ab5290669
2003-11-03 18:55:15 +00:00
Robby Findler
af450c495c .
original commit: 0a8ed92beaa9612b1363148aab6f8489c47003f2
2003-11-01 14:42:42 +00:00
Robby Findler
a8d5c4997f temporary hack to eliminate bad contract
original commit: 749012a738181ef7170007c4ee1a81db5807d42c
2003-11-01 14:32:52 +00:00
Mike MacHenry
c238ba30a9 Added some old tests that I had forgotten to CVS
original commit: 891557de8fa0038d9a169ab23077e8242ea5b2f4
2003-10-23 16:37:19 +00:00
Mike MacHenry
35ca8437b4 contracts.ss -> contract.ss
original commit: 85c00ae8eb8e84f70f1167bddb707f476157eb64
2003-10-18 06:50:38 +00:00
Mike MacHenry
14ee490d8e contracts.ss -> contract.ss
original commit: 51992dcc33e9214beb02f7ee7396d3ad8a2c2e3b
2003-10-18 06:44:58 +00:00
Scott Owens
f83f729d72 *** empty log message ***
original commit: 2f060160b583db6c207b2241e1f2590ddd0bdea0
2003-10-17 19:57:10 +00:00
Matthew Flatt
98435829d3 removed unused get-extent
original commit: c51662dff68a6fbebbeeee32e05b76c005e7a8bf
2003-10-07 15:03:53 +00:00
Robby Findler
51e04511a7 ..
original commit: b14c4db63fe5b06c0c2ce28ef780528e4294c2bd
2003-09-10 20:39:45 +00:00
Matthew Flatt
a63feb2e2a fixed quotient on non-integer
original commit: a50482571e1d9ce54aa4c6a7bc07c908a87f1ae4
2003-07-22 14:32:14 +00:00
Matthew Flatt
a8f6441b54 .
original commit: 6ea8536eee3b588453b579b7206cd4e5a9f31ea2
2003-06-26 16:25:16 +00:00
Robby Findler
92a75a56d0 ..
original commit: 9c97c638fa9a99709ace5a5a58730afc2c700b94
2003-03-19 22:05:08 +00:00
Robby Findler
629ed8eb0d ..
original commit: 23d44b516f0cff7516e25d106185ddbcd17bd7e8
2003-03-19 21:57:21 +00:00
Robby Findler
8d7d79e2dd ..
original commit: 141d14c8cbae5f5cf7cb4e49e889514681acc359
2003-03-19 18:06:33 +00:00
Robby Findler
e6e7e5a827 ..
original commit: d5152ce02d8d5ab5001983d56e7c3279d6d87da7
2003-03-11 16:13:17 +00:00
Matthew Flatt
68bb9652e4 .
original commit: 4108bba7c76d2141cdb4217e90faec2393e44f52
2003-03-07 17:04:28 +00:00
Matthew Flatt
7d8fbcc934 .
original commit: dc78e0ac1f66687158c3c4d7c26b71595adec1fd
2003-03-07 16:17:15 +00:00
Robby Findler
87da100897 ..
original commit: 343c3815669377f94237020d687839b3c96c0229
2003-02-19 23:20:25 +00:00
Robby Findler
0e4f355063 ..
original commit: 696832c15df3f742fa69edafb5df99fafc220e9d
2003-02-17 13:39:45 +00:00
Robby Findler
b4f1db5997 added on-choose-directory method to name-message
original commit: 16a8f41c5e31187f6b1a6075cd0e56e4752744b2
2003-01-17 19:16:25 +00:00
Robby Findler
add583b432 ..
original commit: d8fac0dbee4c609c6a0e2f08ac0baa416891ccc6
2003-01-17 19:05:38 +00:00
Matthew Flatt
6e6ce0edad .
original commit: eba1649437bb01e7a0c314a069ac9bcac92374c9
2003-01-16 22:10:38 +00:00
Matthew Flatt
9b5fb3899a .
original commit: 09596f3e2b7d2db555862376876d20f2cfcadf1a
2003-01-16 22:03:05 +00:00
Mike MacHenry
0c1f2f9018 improved resized problem
original commit: ed042154ae6b68fcdb7729dbf4790506cf53a3fe
2002-12-11 10:19:56 +00:00
Mike MacHenry
a66b3b7a2a fixed run-after-edit-sequence bug
original commit: 3af183ec8ece7b3c8f9d0207a7db810a2bf60d36
2002-12-06 23:38:52 +00:00
Mike MacHenry
87c01f5700 ...
original commit: 40ef5d1c81f2d5afc478e060a7fe8f0cb589417d
2002-11-10 05:22:54 +00:00
Mike MacHenry
04905f8b5f first commitment
original commit: 3744a453fe3804dc31e9494040c4f062e5d46b98
2002-11-09 21:12:18 +00:00
Scott Owens
e8f3cad2f3 *** empty log message ***
original commit: 0abeb251d564413e1151f6d9eb48742f86fc2251
2002-10-11 18:53:14 +00:00
Robby Findler
4155236f41 ..
original commit: 850a73fb21777b2d7f76d215d2c3166910e2ec81
2002-10-01 03:50:51 +00:00
Robby Findler
0fbbf7d01f removed incorrect drawing optimiziation
original commit: ff2fe1346a702e9807b7100df0cb6af4a58bb49d
2002-09-23 14:40:56 +00:00
Robby Findler
ff75fd6caf ..
original commit: fe015405d5606a6a13ce2496d641ac3d952f0361
2002-09-22 19:53:00 +00:00
Robby Findler
b099611dcf ..
original commit: 5be45b760de9c9385cbb88e1d966c692148576bb
2002-09-21 03:47:33 +00:00
Robby Findler
1fd6f4ba40 ..
original commit: 58832527a69d292f0c8754aee67259de476ab879
2002-09-19 14:58:14 +00:00
Robby Findler
763e69a0e4 ..
original commit: e7cb9b8c1173524f3af5cbf047e20181e0d020dc
2002-09-14 15:37:14 +00:00
Robby Findler
114a5b6aab ..
original commit: 3d20ba3b0e84a04af574936076828a3dd6c2f9ec
2002-09-14 14:04:44 +00:00
Robby Findler
f68e0462e9 ..
original commit: 0cbeac7d90c25935719912e84e78fe911001eb92
2002-09-14 13:59:50 +00:00
Robby Findler
b456574e86 ..
original commit: acd0d34b58453cc4b6d711c5d2abc0905672c40a
2002-09-14 13:58:41 +00:00