Commit graph

418 commits

Author SHA1 Message Date
Jack Jansen
db9ff36ad9 Added checkmenu() method (to checkmark an entry) and delete() method
to remove a menu.
1996-03-12 13:32:03 +00:00
Jack Jansen
e355c4568f - Allow setting of argc/argv in <option>-start dialog
- Set "ok" to be default button
1996-03-12 13:29:04 +00:00
Jack Jansen
2429c722d7 Added missing include of Fonts.h 1996-03-07 15:17:11 +00:00
Jack Jansen
57fb8cec3a New binhexer 1996-03-07 15:16:27 +00:00
Jack Jansen
3fff8c43fb Config files for shared PPC python with GUSI and for _tkinter plugin
module.
1996-03-07 15:15:35 +00:00
Jack Jansen
0acaf07377 binhex fixed 1996-03-07 15:13:57 +00:00
Jack Jansen
d19db60301 - gusiprefs.rsrc added (note: must be in application/applet, not in
library for shared python)
- binhexer fixed.
1996-03-07 15:11:20 +00:00
Jack Jansen
378815ca86 Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.
1996-03-06 16:21:34 +00:00
Jack Jansen
911ad6b067 Added code to make fsspecs work for gusi-python 1996-03-05 16:56:24 +00:00
Jack Jansen
6648fb749b Removed unused vars 1996-03-05 16:56:00 +00:00
Jack Jansen
76a0589986 Added openrf method, which opens resource fork. The resulting object
supports a subset of normal file functionality.
1996-02-29 16:11:32 +00:00
Jack Jansen
8ab1148762 Added __sinit() call, so C++ initializations in shared library work 1996-02-29 16:10:32 +00:00
Jack Jansen
01fbc68896 - Reorganized init code
- Fixed serious bug in code to get options from a resource
1996-02-28 15:42:47 +00:00
Jack Jansen
b137a3341c Added TMPL for startup options
app.
1996-02-21 16:47:27 +00:00
Jack Jansen
a4b7e14df8 Store default startup options in preference file or
app.
1996-02-21 16:46:57 +00:00
Jack Jansen
532e3c2bf6 Changed MacOS creator code from PYTH to Pyth 1996-02-21 15:36:26 +00:00
Jack Jansen
1023dffb36 - AppleEvent timeout set to infinite
- Continue even if a build fails
1996-02-21 15:28:49 +00:00
Jack Jansen
22586993c5 Script to recursively change PYTH creators to Pyth 1996-02-21 15:27:24 +00:00
Jack Jansen
23b8841d74 Tk resources (but with a different name, without a space) 1996-02-21 15:26:15 +00:00
Jack Jansen
243b29b169 Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. 1996-02-21 12:33:50 +00:00
Jack Jansen
a406c7b695 - Added Tk projects
- Ported everything to CW8
- Renamed Runtime-Python to PythonCoreRuntime
1996-02-20 16:36:10 +00:00
Jack Jansen
5bfdc9281a Added config file for Tk-python
Removed mwerksglue.c (which was useless anyway)
1996-02-20 16:28:18 +00:00
Jack Jansen
eb263680bb Ported to CW8 1996-02-20 16:26:19 +00:00
Jack Jansen
56ed26ed11 Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) 1996-02-20 16:25:31 +00:00
Jack Jansen
b697173b5f - Added Guido's fixes
- Removed CW4 ifdefs
- Rationalized ifdefs for dup, fdopen
1996-02-20 16:24:37 +00:00
Jack Jansen
5ebca871d9 Allow makefile('rb') or 'wb'. 1996-02-14 16:03:14 +00:00
Jack Jansen
c743c8d166 Modified for GUSI 1996-02-14 16:02:30 +00:00
Jack Jansen
b852b74c71 For gusi-based python 1996-02-14 16:00:27 +00:00
Jack Jansen
3df881c5a5 GUSI-based python projects 1996-02-14 15:59:34 +00:00
Jack Jansen
2d3f94ebc4 Comment fix 1996-02-14 15:58:30 +00:00
Jack Jansen
3326b672bd Re-binhexed all projects. 1996-01-31 10:21:57 +00:00
Jack Jansen
4fbb6d9a15 Added cmath module 1996-01-29 15:47:19 +00:00
Jack Jansen
d390325bbb Modules implementing WWW and URL suite, and a module to control netscape. 1996-01-29 15:45:59 +00:00
Jack Jansen
7e156a70fa Added missing get() method 1996-01-29 15:45:09 +00:00
Jack Jansen
bdd0747193 Fixed access to Quickdraw globals. Unfortunately, they now have to be
accessed as Qd.qd.xxxx
1996-01-29 15:44:03 +00:00
Jack Jansen
6c6ad83e54 Set default item for dialog 1996-01-22 14:55:52 +00:00
Jack Jansen
61f3df4543 Added rgbFgColor and a few other members of CGrafPort 1996-01-15 14:39:56 +00:00
Jack Jansen
79fb732d5e Added Fm module 1996-01-15 14:39:11 +00:00
Jack Jansen
3a50f8a51e - Added FontInfo support
- Added (read-)access to members of [C]GrafPort object
1996-01-11 16:17:14 +00:00
Jack Jansen
bf220a16aa Added font manager toolbox module 1996-01-09 17:16:52 +00:00
Jack Jansen
195e33efa2 - Fixed bug in getfillable()
- Added setcallback() method to set a user-callback
1996-01-09 17:15:57 +00:00
Jack Jansen
6259af9bbb An interface to the font manager 1996-01-09 17:15:16 +00:00
Jack Jansen
c8a9949407 Various fixes/enhancements, thanks to Ivan and Just:
- Added window.SetPort() method
- Added optional bounds and resid parameters to Window.open()
- Fixed apple-menu DA handling
- Fixed activate-event handling
- Added default Application.makeusermenus() (File:Quit only)
1996-01-08 23:50:13 +00:00
Jack Jansen
1d8ede7bbe Fixed GetPen and SetPt arguments 1996-01-08 23:47:31 +00:00
Jack Jansen
04a02e7e11 Added support for PenState and Patterns (and the accompanying qd
globals)
1996-01-06 17:12:58 +00:00
Jack Jansen
b539406643 Added support for cursors, and a way to get at the qd global 'arrow' 1996-01-05 18:06:41 +00:00
Jack Jansen
29c612111b A different binhexer, apparently:-( 1996-01-02 12:15:45 +00:00
Jack Jansen
6601964f7b Fixed example 1996-01-02 12:09:30 +00:00
Jack Jansen
b678975167 (Minimal) instructions on how to build python from source 1995-12-21 15:40:26 +00:00
Jack Jansen
b696b252b3 Added missing newline 1995-12-21 15:38:14 +00:00