Commit graph

3212 commits

Author SHA1 Message Date
Jack Jansen
83f45401e8 Removed unused variables 1995-10-09 23:25:32 +00:00
Jack Jansen
fc72d36825 Changed SIZE: minimum 2Mb is a bit over the top... 1995-10-09 23:24:48 +00:00
Jack Jansen
ae3d3ef180 Ported to CW7 1995-10-09 23:23:37 +00:00
Jack Jansen
3434a27036 Resource files for 1.3 distribution 1995-10-09 23:20:38 +00:00
Jack Jansen
b39a5d724c Adapted to CW7, added MkPluginAlises 1995-10-09 23:19:30 +00:00
Jack Jansen
703e2c153b Changed CW signature and fixed .as/.hqx creator/type 1995-10-09 23:18:21 +00:00
Jack Jansen
316ba5d2da Adapted to os and imp changes 1995-10-09 23:17:18 +00:00
Jack Jansen
d40f3c60ca New universal headers 1995-10-09 23:12:22 +00:00
Jack Jansen
732151473b Fixed bug in optional argument error checking (and generated all
suites anew).
1995-10-09 23:09:23 +00:00
Jack Jansen
8150760e6e Clarified some things, started adding mods since 1.3beta3 1995-10-03 14:40:35 +00:00
Jack Jansen
8ccfc93c2f Removed unused variable 1995-10-03 14:39:44 +00:00
Jack Jansen
8426477bbb Modified/recreated to use keyword arguments 1995-10-03 14:35:58 +00:00
Jack Jansen
59fcc5ae87 Added some clarifications and fixed host names. 1995-09-24 21:08:22 +00:00
Jack Jansen
bc12873e4b Load toolbox modules "by hand" using imp, so this script should now
work in a virgin distribution.
1995-09-24 21:06:50 +00:00
Jack Jansen
3f14f4a3fc Changed the way .rsrc and template are copied: hopefully this will
finally get the bundle stuff right.
1995-09-24 21:05:24 +00:00
Guido van Rossum
1dc366f109 add (dummy) mode arg to open() 1995-09-01 22:55:11 +00:00
Guido van Rossum
edd6376e5e added read/writelines, bufsize to makefile, gethostbyaddr 1995-09-01 22:53:37 +00:00
Jack Jansen
6655c4e2d2 Build appplications, libraries and applets according to builtin
instructions.
1995-09-01 12:03:32 +00:00
Jack Jansen
0f452fa557 Slightly reorganized so it is useable from another program, and
put all print statements in 'if DEBUG'.
1995-09-01 11:54:11 +00:00
Jack Jansen
54500bb79f Fixed typo 1995-09-01 11:53:17 +00:00
Jack Jansen
8932a8223e Projects used for 1.3b3 distribution (I promise I won't check them in
for every little change;-)
1995-09-01 11:52:39 +00:00
Jack Jansen
e83d201f5d Minor fix 1995-09-01 11:50:53 +00:00
Jack Jansen
05249f96f2 Updated 1.3 relnotes and added top-level instructions 1995-09-01 11:49:11 +00:00
Jack Jansen
b39be2173b Fixed to work on 68K (could be yet another optimizer bug or something) 1995-09-01 11:48:10 +00:00
Jack Jansen
dffa123f99 Seems I had never checked the README file in... 1995-08-31 14:18:30 +00:00
Jack Jansen
41fa7ea719 Python will now attempt (again) to create at least a minimal
preferences file if it is missing.
1995-08-31 13:59:36 +00:00
Jack Jansen
9119ccfadd Added List module 1995-08-31 13:58:28 +00:00
Jack Jansen
847e89ecfa Removed unused variables 1995-08-31 13:57:40 +00:00
Jack Jansen
57633c1a48 removed unused variables 1995-08-31 13:57:06 +00:00
Jack Jansen
61c32fe11f Release notes for 1.3 1995-08-31 13:56:36 +00:00
Jack Jansen
6c60b6e2c2 Added version resource
Added dialogs for initial preference file creation
1995-08-31 13:53:10 +00:00
Jack Jansen
e220f509ec removed unused var 1995-08-31 13:51:58 +00:00
Jack Jansen
a6a55e9852 Removed unused var 1995-08-31 13:51:13 +00:00
Jack Jansen
c9c99f2538 Interactively create a distribution from a sourcetree.
Not yet fully tested.
1995-08-31 13:50:16 +00:00
Jack Jansen
7c86b21812 - Allow PythonApplet to be an alias
- Correctly set bundle and init bits
1995-08-31 13:48:43 +00:00
Jack Jansen
8094f0ddae Added functionality: locate CW projects, copy them, empty them and
binhex them.
1995-08-31 13:47:14 +00:00
Jack Jansen
fbac4bbf67 - imp seems to always want a file object arg
- continue if resource file not found (may be an applet)
1995-08-31 13:46:13 +00:00
Jack Jansen
0949055ddf its all in the name... 1995-08-31 13:43:08 +00:00
Jack Jansen
8961847e18 Modeless dialog test 1995-08-31 13:42:35 +00:00
Jack Jansen
423c798b3c copy() can now create destination path 1995-08-31 13:40:03 +00:00
Jack Jansen
f5101ee5dc Constants useful when using macfs module 1995-08-31 13:38:44 +00:00
Jack Jansen
13dc4f71a9 Fixed dialog-window event handling 1995-08-31 13:38:01 +00:00
Jack Jansen
7765dbbf0c Hexbinned CodeWarrior projects 1995-08-31 13:35:29 +00:00
Jack Jansen
d4c26469d6 Generated anew 1995-08-17 14:35:56 +00:00
Jack Jansen
91a6398b17 Use ResObj_OptNew for GetDialogItem return value: the handle returned
may be NULL (for user items, for instance).
1995-08-17 14:30:52 +00:00
Jack Jansen
9f37c6d91c Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. 1995-08-17 14:29:23 +00:00
Jack Jansen
caf7505edc Added WhichWindow function to obtain window object given WindowPtr (as
returned by event routines)
1995-08-17 14:28:27 +00:00
Jack Jansen
2f21246c96 Test of list in dialog 1995-08-17 14:27:08 +00:00
Jack Jansen
b4e47839eb Uses new FrameWork, has multiple windows 1995-08-17 14:26:23 +00:00
Jack Jansen
8ce4d51068 Different arg to GetEventHandler (but I cannot really remember fixing
this.... Hope it is correct)
1995-08-17 14:24:35 +00:00