Commit Graph

2893 Commits

Author SHA1 Message Date
Matthew Flatt
a57f9793d7 add 'for' forms to default indentation rules
svn: r10058

original commit: 7b7c0f5c04e53ac2e92c82b20be3b8f6015ad8af
2008-05-30 19:19:03 +00:00
Robby Findler
a96927b2b4 PR 9423
svn: r9995

original commit: 8e217ad6c668501710969df5600619df1fbe9f27
2008-05-28 03:31:25 +00:00
Matthew Flatt
fc85198bb3 fix 'gui-dynamic?' more
svn: r9983

original commit: 69f4097020e2c49d46672789c043d979dc02ec43
2008-05-27 18:34:42 +00:00
Matthew Flatt
1b647b5baf fix 'gui-available?' (PR 9415)
svn: r9976

original commit: c7201b898296a7765691f9e8a55816f4acb2cfb9
2008-05-27 12:43:35 +00:00
Eli Barzilay
e3d6faf898 use braces
svn: r9975

original commit: 1a4dffcc2c2de9796c332351a412b19c7b3195fc
2008-05-27 12:27:36 +00:00
Robby Findler
55404de327 rewrote lots of latexisms
svn: r9967

original commit: 1eb4f0ffc1a2f1580f4515fcc6b3f17b32a793dc
2008-05-26 23:27:30 +00:00
Robby Findler
5640ed77f4 fixed PR 9409
svn: r9959

original commit: 613527fd2573dbbe7d132912e26fa2d6896a5622
2008-05-26 15:19:27 +00:00
Robby Findler
e48a9abf93 svn: r9941
original commit: 08d04e171f7e887859dbf1a1040a757b731f3645
2008-05-23 11:47:44 +00:00
Robby Findler
cc03794bc1 fixed a bug in word completion
svn: r9921

original commit: 40fc9197655b2e62cb10efa34f7ed17e75719dfd
2008-05-21 14:08:42 +00:00
Matthew Flatt
0360360fdd avoiding flashing from unecessary update of disabled buttons
svn: r9891

original commit: 721a846cefa00095d3b95d4e57c2487fa4c2f95d
2008-05-19 14:03:21 +00:00
Danny Yoo
7cd84566c9 Fixing type error in path dialog.
When the directory is bad, we need to send a list of path-labels; the
original code would pass in a path object and would emit a contract
error of the form:

dyoo@kfisler-ra1:~$ set in list-box%: expected argument of type <list of strings (up to 200 characters)>; given ("Bad Directory:" #<path:/home/dyoo/tmp/>)

svn: r9868

original commit: 87f8e830b64fc6c5c234881044034de49f241be2
2008-05-16 19:08:35 +00:00
Matthew Flatt
68c79dd693 mred doc repair (PR 8890)
svn: r9858

original commit: 54e696c9d46f19cf3c66ca3562f21871d6c438af
2008-05-15 19:25:39 +00:00
Matthew Flatt
62b75ae797 use-file-text-mode
svn: r9847

original commit: 31d9a7d8856ae9a3f73a2e6c0cdc7faa8e683269
2008-05-15 15:29:40 +00:00
Eli Barzilay
266fd38fb1 disable debugging window
svn: r9846

original commit: fb65879c5042d9d4334790fd293305988422cf4b
2008-05-15 14:56:05 +00:00
Robby Findler
c693c894cc improved spacing of drawing slightly
svn: r9842

original commit: faee206b19f5528ca17433436b5f43fe5112d684
2008-05-15 02:41:38 +00:00
Robby Findler
3f3ac48d60 PR 9388
svn: r9840

original commit: a2c4f5851b36f2e7bee1e9542c1b3ed2f4b72e4f
2008-05-14 23:25:19 +00:00
Matthew Flatt
99f969620f restore parenthesis color scheme
svn: r9826

original commit: 49175b140270dc286ee50a332241c2a8ebc2cd7c
2008-05-13 19:43:42 +00:00
Matthew Flatt
ca5edb8849 fix some updating problems, especially under Mac OS X with transparent canvases
svn: r9825

original commit: 52ced1f100243ff6b39f8c9e6da8f04389ebb605
2008-05-13 18:14:15 +00:00
Robby Findler
ee53e25c5c made a little more space between the text and the icon
svn: r9823

original commit: 211be167b72616b2e00c303574ae45e00faa26eb
2008-05-13 11:59:16 +00:00
Robby Findler
7455e3ea03 adjusted typesetting of requires to make them linked
svn: r9821

original commit: 72cb7a1c0a673f97b387c9a0f3a20462aff8325d
2008-05-13 04:20:07 +00:00
Matthew Flatt
2fa44cc20d fix rename-in bug, and try to provide a better error message for attempting to use a run-time definition in a transformer expression
svn: r9819

original commit: a932a757086ea50f335dbf93523f5d0d4dac8eff
2008-05-12 23:13:47 +00:00
Matthew Flatt
e2af8cb139 floating windows should not become targets for Quit menu, etc.
svn: r9814

original commit: d34656a4085c83952ad3ff353c011e94a8ecdd02
2008-05-12 15:47:12 +00:00
Robby Findler
6edf1e8bcb fixed up the framework docs so there are no more warnings
svn: r9810

original commit: 9d634308ee30f1ce41355ffb35699b961fe742a5
2008-05-12 01:53:47 +00:00
Robby Findler
5882e55eaf svn: r9778
original commit: 9518b82dbaa23c9db1c50056ace7c869ec46b039
2008-05-09 22:15:58 +00:00
Eli Barzilay
7afeabe249 added proper error exit code
svn: r9749

original commit: 1db7e0604b2b1d090c0be2b52beaa0afe9a2b32d
2008-05-08 17:42:37 +00:00
Eli Barzilay
d63d8d7c8e Added a safe car because I've seen an error with it, but now the error
is not happening.  Better leave it in.
(Also, reformat.)

svn: r9748

original commit: 44e73c735fd28bddbb0a418873584a8932a8f044
2008-05-08 17:40:41 +00:00
Eli Barzilay
0b2f8298f2 made preference save/restore in pref.ss also be an admin-level printf
svn: r9747

original commit: 9561e94bd63608ec0ee6f2633a43b01cb14a0612
2008-05-08 17:30:06 +00:00
Eli Barzilay
1b5561b766 * Marked interactive tests in README
* Removed the environment-variable hack in debug.ss
  (Note: messages? is now #f)
* Made main.ss not run interactive tests when no tests are specified.
  Either specify tests to run, or use --all to run them all.

svn: r9746

original commit: 940cb2e6ebade1f7240d0b18ea5a9639c88e8a58
2008-05-08 17:21:31 +00:00
Eli Barzilay
d01f7b678d misc (minor) improvements
svn: r9745

original commit: 862afcfe179e03b21414dd1bdf9d668791ed7cdd
2008-05-08 16:53:27 +00:00
Eli Barzilay
fc0337354f reformat
svn: r9737

original commit: fc3115d6bc4dff245c2fd99d1723ef765ff6437f
2008-05-08 13:13:02 +00:00
Eli Barzilay
ece847c6f7 use tmp dir for saved prefs file
svn: r9736

original commit: 68a266599da2c582afb1d06e6c9d2756ba6bcc3b
2008-05-08 12:09:08 +00:00
Eli Barzilay
8a40de857b put the receive-sexps-port.ss file in tmp
svn: r9735

original commit: 77c354e1c0d55d7b5bf65f9b03bc1f15e7098e0c
2008-05-08 11:59:13 +00:00
Eli Barzilay
0022222ce9 improved code, moved customizations to runtime so they can rely on environment variables and still be compiled
svn: r9734

original commit: c0957923f0b12cbc6ad9ff946ea39d1132dc3d70
2008-05-08 11:05:02 +00:00
Eli Barzilay
d420f6bb5c misc reformatting
svn: r9733

original commit: f818c88a3370711e6b849c49fe9153b89e82111f
2008-05-08 10:39:58 +00:00
Eli Barzilay
a91b93acc9 better test starter script, and make it work on platforms other than macosx
svn: r9732

original commit: 807dd0436fbf2ab6b626e2a6876409cc21582896
2008-05-08 10:07:55 +00:00
Robby Findler
e3dca71237 updated to v4
svn: r9730

original commit: d5e3d7a4fc573bf9348a743ddd6971f36ef7e444
2008-05-08 06:36:42 +00:00
Matthew Flatt
6998904ae5 make switchable button draw right when alpha blending isn't available
svn: r9722

original commit: e0e978b87e879280a8d50581e528190c688c91b6
2008-05-07 17:09:46 +00:00
Robby Findler
d9d19c8052 make the tooltip appear on the left side of the icon if the window is sufficiently large
svn: r9718

original commit: c09743e2d240b7dec9791a8ceeccabec10a95e09
2008-05-07 02:52:43 +00:00
Matthew Flatt
68594fd035 account for frame-location and client<->screen for positioning tool tips under Mac OS X
svn: r9717

original commit: 94d8c852da7940014b09ae15cb0dd10f7a9c1404
2008-05-07 02:22:22 +00:00
Matthew Flatt
6983202e09 reflow frame as container before getting its size
svn: r9715

original commit: c383bfdab2243a54f0dd910f6b46039fdbec4cbd
2008-05-07 02:02:52 +00:00
Matthew Flatt
f95f866f5d Windows and placement tweaks to tool tip
svn: r9714

original commit: f8105703305dd2416586bc1637c8028733227811
2008-05-07 01:58:28 +00:00
Matthew Flatt
0508c7d55d tool-tip frame size
svn: r9711

original commit: f77bd13540583d2f9ad1753e716d83edb353f52e
2008-05-07 00:51:07 +00:00
Matthew Flatt
127b74a6be fix mred handling of errors within critical sections
svn: r9710

original commit: 5a367ba427f8682af79a6fa41f8d3463f112525d
2008-05-07 00:33:03 +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
Matthew Flatt
fa8a981a95 framework minor repairs (after tests)
svn: r9690

original commit: a7aadea865727c968dac695d2f3f9987738e55b7
2008-05-06 15:29:58 +00:00
Matthew Flatt
92b5cd9888 fix starting position for syntax coloring
svn: r9685

original commit: 062cf833e48ee9dc6506186334165e520a951bf0
2008-05-06 12:45:45 +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
56e6895c9e revise syntax colorer to use a list of colorers for dijoint ranges
svn: r9655

original commit: cf5dd35326a4da4fbe064cd333eae280dfd85a2a
2008-05-05 14:25:18 +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