Commit Graph

196 Commits

Author SHA1 Message Date
Jack Jansen 45ff77f43e - The prefs file wasn't updated correctly if it already existed.
- Guido's r1.23 fix wrt PyMac_DoYieldEnabled had somehow gotten lost.
1995-04-24 12:41:41 +00:00
Jack Jansen 1ff2f218ca Removed seeks beyond eof (MW doesn't support them) 1995-04-23 22:10:18 +00:00
Guido van Rossum 8f4b6adb77 two new modules for the Mac toolbox 1995-04-05 09:18:35 +00:00
Guido van Rossum e375b3f1e5 use PyMac_Yield() instead of PyMac_Idle() 1995-03-23 10:41:41 +00:00
Guido van Rossum e56db434a9 first cut at the whole quickdraw.h header file ... 1995-03-19 22:49:50 +00:00
Guido van Rossum 86c3af7d12 moved OpenDeskAcc here 1995-03-19 22:42:51 +00:00
Guido van Rossum e23e1fbaa6 moved bgen to Tools 1995-03-10 15:12:23 +00:00
Guido van Rossum 7a84c5a354 pseudo progress bar (not finished) 1995-03-10 14:47:38 +00:00
Guido van Rossum 7aa87cc5b3 added morse library (not finished yet) 1995-03-10 14:47:05 +00:00
Guido van Rossum b7a38354f4 added evtedit.py for SystemClick() 1995-03-10 14:46:39 +00:00
Guido van Rossum 227a4232e6 the usual 1995-03-10 14:42:57 +00:00
Jack Jansen 3b0a5cdb23 Initial revision 1995-03-07 16:40:18 +00:00
Guido van Rossum 124107b2a4 reverse sense of PyMac_Idle test 1995-03-06 10:30:39 +00:00
Guido van Rossum 5510dc23f9 socket.py 1995-03-06 10:29:04 +00:00
Guido van Rossum 0374771cc7 remove some unused local variables 1995-03-04 22:39:03 +00:00
Guido van Rossum 23f43d1bd2 correct some return values and remove some unused variables 1995-03-04 22:36:53 +00:00
Guido van Rossum d5f53857dc include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;
and correct sens of PyMac_Idle() test.  But should'nt this raise
KeyboardInterrupt instead of silently returning?
1995-03-04 22:35:14 +00:00
Guido van Rossum cfa00ea19a don't use math at all 1995-03-04 22:32:54 +00:00
Guido van Rossum cd259d0b40 fix several cosmetic things, add buffering to makefile 1995-03-04 22:24:05 +00:00
Guido van Rossum ea39abd56c more stuff 1995-02-28 09:49:02 +00:00
Guido van Rossum e26c263e71 more stuff 1995-02-28 09:11:41 +00:00
Jack Jansen 2120d12265 In interactive mode ask for output file 1995-02-27 16:19:07 +00:00
Jack Jansen 16df2aa57b Under MW also be more conservative about events to request 1995-02-27 16:17:28 +00:00
Guido van Rossum 8cebe3815f all bgen modules now work with MWerks 1995-02-27 10:10:58 +00:00
Guido van Rossum e7134aa0f2 return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts 1995-02-26 10:20:53 +00:00
Guido van Rossum 83c434b145 get creator from Owner resource; set attrs 1995-02-26 10:19:42 +00:00
Guido van Rossum 2e1db7756f Update 1995-02-26 10:18:37 +00:00
Jack Jansen 76efd8e7a1 MAde a few things more orthogonal and did some cleanups:
- Applications now have their (minimal) main prrogram in
  macapplication.c and the rest of the init code in macglue.c.
- A new define, USE_MAC_APPLET_SUPPORT, independent of
  USE_MAC_SHARED_LIB
- chdir to script directory now done in PyMac_InitApplication.
1995-02-24 22:53:16 +00:00
Jack Jansen 397c3fb4d7 Added BINA to unknown filetypes (what mw uses) 1995-02-24 22:46:51 +00:00
Jack Jansen 32b2f8222d Rationalized mwerks config files: they only differ depending on
whether there is shared library support. Libraries, applets and
applications are distinguished by the sources they include.
1995-02-24 22:45:45 +00:00
Guido van Rossum edea408f88 changed ifdefs and comments -- more modules are good 1995-02-21 21:01:47 +00:00
Guido van Rossum e6d9ccc33a change SC ifdef to MPW 1995-02-21 21:01:05 +00:00
Guido van Rossum 8656ad5b30 a few new things 1995-02-21 21:00:32 +00:00
Guido van Rossum 4410d571a8 ported to MPW/SC 1995-02-21 20:58:53 +00:00
Guido van Rossum 7fb1dcc437 added ctb 1995-02-21 20:58:30 +00:00
Guido van Rossum 0437e89041 fix bug in filterproc interface 1995-02-21 20:56:21 +00:00
Guido van Rossum f74c36c9dc fix bug with volume root 1995-02-21 00:44:14 +00:00
Guido van Rossum 24a45e3c18 ported to MPW, moved main() here 1995-02-20 23:45:53 +00:00
Guido van Rossum 850f44b47c moved main() to macglue.c 1995-02-20 23:45:09 +00:00
Guido van Rossum 7c496ec629 ported to CFM-68K 1995-02-20 23:44:43 +00:00
Guido van Rossum 42a69c8425 real dialogs for warnings etc., copy applet.rsrc template too 1995-02-20 23:44:14 +00:00
Guido van Rossum f45b53b13c replace %#s with portable solution 1995-02-20 23:43:29 +00:00
Guido van Rossum 4cbb0e3a2d applet to run any script 1995-02-20 23:42:50 +00:00
Guido van Rossum 156380e382 added shared library glue 1995-02-20 23:42:10 +00:00
Guido van Rossum bcf3b56ea7 also set cur dir for standard get/put file 1995-02-20 23:41:35 +00:00
Jack Jansen 86b4049b87 Some more modules temp excluded in mwerks, and a comment fix. 1995-02-20 15:57:12 +00:00
Jack Jansen 3ec804af85 - Added PyMac_GetDirectory call which asks the user to select a
directory.
- No __main__ resource found message is now a dialog
- Fixes wrt stdio window handling in applets.

NB: these fixes require a new resource file.
1995-02-20 15:56:10 +00:00
Jack Jansen 77b5828cf0 Always set type to APPL 1995-02-20 15:49:27 +00:00
Jack Jansen b2f6a7ec00 Minor bug fix 1995-02-20 15:46:10 +00:00
Jack Jansen 81f51c74ea Added GetDirectory() method 1995-02-20 15:45:25 +00:00