Jack Jansen
f6865f77d4
- Fixed PyMac_DoYield:
...
- Update lastyield correctly
- Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix
broke this)
- Use our own GUSISpin routine: fixes crash when exiting with sockets
open and keeps windows, etc reacting consistently when waiting for
accepts(), etc.
1996-09-04 15:24:59 +00:00
Jack Jansen
e3c90a4232
Merged Guido's mkaliases and Jack's MkPluginAliases
1996-08-28 14:19:53 +00:00
Jack Jansen
86288976b6
Completely revamped: it now uses separate instruction files per
...
distribution. Also, the user interface has been cleaned up a bit.
1996-08-28 14:18:58 +00:00
Jack Jansen
a662cf401a
Removed RunLibScript from build
1996-08-28 14:17:35 +00:00
Jack Jansen
055782a15e
Removed silly dialog
1996-08-28 14:16:39 +00:00
Jack Jansen
0a3a74c071
Projects for 1.4b3 distribution: debugging off, optimizations on, etc.
1996-08-28 14:14:09 +00:00
Jack Jansen
4ecc8c2b03
"Small" 68K interpreter, without waste, img and tkinter
1996-08-28 14:11:43 +00:00
Jack Jansen
a82b045e8d
Version upped
1996-08-28 13:53:54 +00:00
Jack Jansen
4634130aad
Added setwatchcursor() and setarrowcursor() functions
1996-08-28 13:53:07 +00:00
Jack Jansen
a1293dae7b
Updated for 1.4b3
1996-08-28 13:51:11 +00:00
Jack Jansen
a78d76dcaf
Added note that these instruction are for a full source distribution,
...
not a mac source distribution
1996-08-28 13:50:21 +00:00
Jack Jansen
057971528d
Fixed names of vairous plugins to build, added a couple and added
...
possibility to create standalone pythons and fat pythons (the latter
not functional yet).
1996-08-23 15:52:56 +00:00
Jack Jansen
f57df795ad
- MWRuntimeStatic{arch} are static versions of MW shared runtime
...
libraries
- Except for the above the whole library architecture conforms to MW
documentation.
- PythonCorePPC also uses .exp file now
- Static pythons have full complement of modules
- cfm versions of all possible plugins created (not tested)
1996-08-23 15:51:48 +00:00
Jack Jansen
bc17d299cc
Turn on USE_TK and MAC_TCL by default
1996-08-23 15:46:12 +00:00
Jack Jansen
5bd85d93c4
Always call __initialize(), also on PPC
1996-08-23 15:45:26 +00:00
Jack Jansen
27b10eced7
- Added cfm68k instructions
...
- Changed names of various things
- Explain how to recreate .exp files.
1996-08-23 15:44:18 +00:00
Jack Jansen
25b361fc14
Adapted for cfm68k, new names and split off of qt.
1996-08-20 16:35:30 +00:00
Jack Jansen
e420178ba6
Rationalized header files:
...
- mwerks_nonshared_config.h for standalone pythons
- mwerks_shared_config.h for shared pythons (PythonCore, app and
applet)
- mwerks_plugin_config.h for plugins
Only the _tkinter plugin uses a customized header.
Old config files have gone to the "old" directory, for the time being.
1996-08-20 16:34:01 +00:00
Jack Jansen
4b2c386777
- Gave PPC shared libraries (and projects) .ppc in their name
...
- Created CFM68K projects (not all tested yet!!)
- Moved quicktime to its own module
- Modified the README file to (approximately) resemble reality
1996-08-20 16:27:19 +00:00
Jack Jansen
7bbd1a5327
Added void before main
1996-08-20 16:21:06 +00:00
Jack Jansen
16ff8728d8
- Renamed USE_BGEN to USE_TOOLBOX
...
- Moved Qt and Cm out of toolbox into private library (so people
without QuickTime can install PPC Python)
1996-08-20 16:20:31 +00:00
Jack Jansen
bbe2ae168c
Re-binhexed
1996-08-20 16:18:42 +00:00
Jack Jansen
bf05d4cd6f
Fixed command-. handling
...
Added hacks for GetEventQueue (so you don't have to edit Events.h)
1996-08-19 15:11:45 +00:00
Jack Jansen
a06f13dc78
Fixed to work for ppc and cfm68k
1996-08-19 15:10:50 +00:00
Jack Jansen
7e124ea86a
Guido:
...
- define USE_CHECKSTACK
- Comment on defines used
1996-08-19 11:38:54 +00:00
Jack Jansen
499a8afd0f
Removed debug printf
1996-08-19 11:38:03 +00:00
Jack Jansen
3bc6fe636a
Removed obsolete cfm68k ifdef (Guido)
1996-08-19 11:37:32 +00:00
Jack Jansen
007fa82581
Include config.h
1996-08-19 11:36:59 +00:00
Jack Jansen
cfadbd40e1
Guido:
...
- new SpinCursor (replacing Jack's almost-identical one)
- use GetEventQueue in stead of GetEvQHdr
1996-08-19 11:36:25 +00:00
Jack Jansen
76ceece75a
Guido: added some void's to declarations
1996-08-19 11:18:24 +00:00
Jack Jansen
9ff06cea7f
Guido: changed __sinit to __initialize for CFM68K.
1996-08-19 11:17:33 +00:00
Jack Jansen
cb7f3fc72c
Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and
...
USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG
removed in some places.
1996-08-19 11:16:32 +00:00
Jack Jansen
32b27f11c1
No USE_MACSPEECH for CFM68K (the interface library appears to be missing)
1996-08-19 11:02:13 +00:00
Jack Jansen
7ac70afed1
Dummy SpinCursor() if __CFM68K__ is defined
1996-08-19 11:01:05 +00:00
Jack Jansen
e5649c75f0
Removed {Set,Get}SoundVol (old calls not supported by cfm68k)
1996-08-19 10:59:44 +00:00
Jack Jansen
ee8662febd
Fixed viewrect/destrect calculation
1996-08-19 10:58:37 +00:00
Jack Jansen
c442d43ab9
Changed to use 8-byte doubles. Also re-enabled optimizations, 68020
...
codegen.
1996-08-07 14:54:48 +00:00
Jack Jansen
3638935bcd
Moved build.html to building.html
1996-08-07 13:19:16 +00:00
Jack Jansen
4c1e56c742
Changed instructions for new releases of cwgusi, waste and tcl/tk,
...
moved some urls around, reformatted.
1996-08-06 16:16:20 +00:00
Jack Jansen
3d159f09a6
New releases of CWGUSI, Waste and Tcl/Tk.
1996-08-06 16:08:45 +00:00
Jack Jansen
bb708ae12c
Updated for new tcl/tk release
1996-08-06 16:07:17 +00:00
Jack Jansen
3ca6eddb12
GUSI mkdir() lost its dummy second arg
1996-08-06 16:06:31 +00:00
Jack Jansen
eb1284be97
New waste release
1996-08-06 16:05:24 +00:00
Jack Jansen
2268af5873
Upgraded to Waste 1.2f
1996-08-06 16:04:22 +00:00
Jack Jansen
6aadd26419
rebinhexed
1996-08-05 15:40:37 +00:00
Jack Jansen
8f2d802a9e
Build instructions for source distribution that were somehow never
...
checked in.
Modified: removed stdwin references, added note on tcl memory allocation.
1996-08-05 15:34:45 +00:00
Jack Jansen
bbe04d0f9f
Removed references to mactcp, macdnr and stdwin modules
...
Rebinhexed resource files
1996-08-02 15:22:26 +00:00
Jack Jansen
402030fbff
1.4b2 projects
1996-08-02 15:20:08 +00:00
Jack Jansen
4f1fe327c2
Upped version number, rebinhexed everything
1996-08-02 15:17:32 +00:00
Jack Jansen
1d2f863e51
Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.
1996-08-02 15:16:16 +00:00
Jack Jansen
d84e7aaf00
Regenerated
1996-08-02 11:24:34 +00:00
Jack Jansen
84c21a803e
Regenerated from CW9 includes (only QuickDraw really got a few new values)
1996-08-02 11:22:55 +00:00
Jack Jansen
70463665d3
PyMac_BuildNumVersion added
1996-08-02 11:21:03 +00:00
Jack Jansen
e5b7b850f7
CW9
1996-08-01 15:37:24 +00:00
Jack Jansen
880e6eb409
Removed debug output
1996-08-01 15:30:33 +00:00
Jack Jansen
a6d78c44a7
Removed unused var
1996-08-01 15:27:18 +00:00
Jack Jansen
5674e4ec17
NumVersion stuff has changed
1996-08-01 15:26:05 +00:00
Jack Jansen
d1f06313f6
- Minimum stacksize is now 8K for PPC, 4K for 68K
...
- Added PyMac_BuildNumVersion
1996-08-01 15:23:54 +00:00
Jack Jansen
8431733c07
Allow only one selection (this tests settability of selFlags)
1996-07-26 16:04:29 +00:00
Jack Jansen
16038ee18e
Regenerated
1996-07-26 16:03:49 +00:00
Jack Jansen
6451cff2c3
Added access to selFlags and listFlags members (both read and write)
1996-07-26 16:03:16 +00:00
Jack Jansen
ded835c7f5
Mods by Just:
...
- Better staggering of windows
- Windows have zoombox by default, and zooming works
- DrawControls->UpdateControls
- Better scrollbar show/hide
1996-07-26 14:01:07 +00:00
Jack Jansen
d99d283383
Added SetFolder method which sets Standard File initial folder
1996-07-22 15:26:01 +00:00
Jack Jansen
1ed9529a68
Added PyOS_CheckStack() function which returns -1 when we are running
...
low on stackspace.
1996-07-22 15:25:10 +00:00
Jack Jansen
98bfad75ac
Added USE_STACKCHECK define
1996-07-22 15:23:58 +00:00
Jack Jansen
024a387f89
- Added a file dialog example
...
- Added pointers to library documentation
1996-07-18 16:07:05 +00:00
Jack Jansen
a547dcaff0
Old names changed to Py_GetCopyright, etc.
1996-07-10 15:48:25 +00:00
Jack Jansen
84d0bfcbe0
inittab is a "struct _inittab".
1996-07-10 15:47:19 +00:00
Jack Jansen
5220d020b9
Given a module/pathname file created by findmodulefiles compile all
...
needed modules and create a file full of PYC resources.
1996-07-10 13:19:08 +00:00
Jack Jansen
eaa1959c07
Use py_resource module
1996-05-31 13:02:52 +00:00
Jack Jansen
0acb7f7a57
Module to handle PYC resources
1996-05-31 13:02:21 +00:00
Jack Jansen
31dd5c083b
PyMac_GetFixed() didn't return 1 on success
1996-05-31 13:01:39 +00:00
Jack Jansen
4122216739
Modified for 1.3.3 distribution
1996-05-20 11:32:49 +00:00
Jack Jansen
ab7fcdd770
Added splash method (to quickly display splash screen without first
...
having to load a zillion extension modules)
1996-05-20 11:32:00 +00:00
Jack Jansen
9d640a3d84
Added waste
1996-05-20 11:31:13 +00:00
Jack Jansen
25241d9978
Fixed callback handling on 68K machines.
1996-05-20 11:30:45 +00:00
Jack Jansen
12fe9fb18e
re-binhexed for 1.3.3 distribution
1996-05-20 11:30:09 +00:00
Jack Jansen
ee21706f18
Added waste and _tkinter modules
1996-05-20 11:29:41 +00:00
Jack Jansen
4f0456d95d
Recreated tkpython.rsrc, upped version number
1996-05-20 11:29:09 +00:00
Jack Jansen
5fb54324cd
Added USE_WASTE define
1996-05-20 11:28:32 +00:00
Jack Jansen
1b63b27c78
Fixed up for 1.3.3 distribution, removed various old (and nuused)
...
project files.
1996-05-20 11:27:38 +00:00
Jack Jansen
4915c99248
Export OptResObj_{New,Convert}
1996-05-20 11:24:18 +00:00
Jack Jansen
86a853ff77
Changed for 1.3.3 distribution
1996-05-20 11:22:41 +00:00
Jack Jansen
3355be3f35
Added _id attribute to GrafPort objects (real id of grafport, numeric)
1996-05-08 15:33:20 +00:00
Jack Jansen
d9585c936b
Fixed reference to cr/lf problems
1996-05-07 15:28:20 +00:00
Jack Jansen
1df16d095e
A version of swed that can import html files. Also demonstrates
...
implementing object handlers in Python.
1996-05-07 15:25:36 +00:00
Jack Jansen
42bc4b245a
Added call to initialize standard (i.e. implemented in C) embedded
...
object handlers
1996-05-07 15:24:55 +00:00
Jack Jansen
756522f426
Added support for callbacks (for embedded objects)
1996-05-07 15:24:01 +00:00
Jack Jansen
0f6dc5b888
Added MenuItem methods setstyle(), seticon(), setmark()
1996-04-23 16:18:33 +00:00
Jack Jansen
782405fb78
Extension to wed that handles styles, fonts and sizes
1996-04-23 16:17:54 +00:00
Jack Jansen
8ae8e4f963
Made style and soup handles optional
1996-04-23 16:17:08 +00:00
Jack Jansen
efe8c9c746
An interface to the WASTE textedit replacement library.
1996-04-19 16:03:58 +00:00
Jack Jansen
f2331de3ae
Keep .exp files in cvs tree
1996-04-19 16:03:08 +00:00
Jack Jansen
b4c93811cb
Copy .exp files to mwerks project directory too.
1996-04-19 16:02:20 +00:00
Jack Jansen
3ba03b291f
An example of waste
1996-04-19 16:01:31 +00:00
Jack Jansen
c4eec9fce1
- Confine window moves to screen boundaries
...
- Added windowbounds() function to help programmer with staggering
windows
- Added event parameter to idle routine
- Added settext(label) method to menu entries
- Erase/invalidate only visRgn in stead of everything
- Correctly handle clicks in inactive ControlWindows
1996-04-19 16:00:28 +00:00
Jack Jansen
2cc41604c7
Minimal waste test program, modified from ttedit.
1996-04-19 15:57:52 +00:00
Jack Jansen
08365425f6
Added documentation on FrameWork, TextEdit and Waste
...
Updated minor things in the other documents (pathnames, etc)
1996-04-19 15:56:08 +00:00
Jack Jansen
8444507faf
Use FrameWork.windowbounds(), fixed idle routine
1996-04-19 15:54:47 +00:00
Jack Jansen
dce32a93d3
Idle callback is now supplied with the null event causing it.
1996-04-19 15:54:04 +00:00
Jack Jansen
a2408e9d6a
Fixed code generated for an argument of type ****
1996-04-16 14:36:46 +00:00
Jack Jansen
7bfc875270
Fixed ScrolledWindow to disable scrollbars if everything is visible.
1996-04-16 14:35:43 +00:00
Jack Jansen
111fdcf86c
Added correct handling of cut/paste menu enabling, scroll bars
1996-04-16 14:34:26 +00:00
Jack Jansen
ded81a1ffe
Removed ...gen.py files from repository
1996-04-16 14:33:21 +00:00
Jack Jansen
19171a21fd
Added support for accessing a few more TERec members
1996-04-16 14:32:01 +00:00
Jack Jansen
90ecdf49df
An interface to WASTE, an all-singing-all-dancing TextEdit replacement
1996-04-16 14:29:15 +00:00
Jack Jansen
6528b1feff
An interface to WASTE, an all-singing-all-dancing TextEdit replacement.
1996-04-16 14:27:51 +00:00
Jack Jansen
bd9565a3e5
Clarified working directory stuff, added some paragraphs on using
...
import and reload() to run scripts.
1996-04-15 12:25:44 +00:00
Jack Jansen
eba88567a2
Added missing setport call to mkdistr_ui, and added scrap to
...
mkpluginaliases.
1996-04-12 16:34:58 +00:00
Jack Jansen
46d9e79de6
bgen-generators now drop the python definition file straight in the
...
Lib:toolbox folder.
1996-04-12 16:29:23 +00:00
Jack Jansen
819fa1a794
Added scrap manager
1996-04-12 16:27:54 +00:00
Jack Jansen
c574b43d35
Fixed a nasty bug where FindControl could return a reference to a
...
destroyed python object.
1996-04-12 16:26:59 +00:00
Jack Jansen
da6a971994
Interface to the scrap manager
1996-04-12 16:25:30 +00:00
Jack Jansen
e353215bf7
Added ScrolledWindow (a window with one or two scrollbars)
1996-04-12 16:24:44 +00:00
Jack Jansen
e7b900d04b
A simple scrollbar-less single-font (but multi-window) text
...
editor. More to come...
1996-04-11 15:41:39 +00:00
Jack Jansen
c9c0dd3420
Fixed ttedit to actually work
...
Fixed minor update bug in tlist
1996-04-11 15:40:32 +00:00
Jack Jansen
cef2c597fe
Added enable(onoff) method to menus and menu items
1996-04-11 15:39:01 +00:00
Jack Jansen
4bffb8b3b5
Added warning on memory use of tcl/tk
1996-04-10 14:56:32 +00:00
Jack Jansen
476d568785
rebinhexed
1996-04-10 14:53:58 +00:00
Jack Jansen
8494967f77
Added a region arg to update calls
1996-04-10 14:53:29 +00:00
Jack Jansen
5f962c2a75
Added a tutorial
1996-04-10 14:52:59 +00:00
Jack Jansen
822a30b0ee
Added region arg to update calls. And binhex files rebinhexed.
1996-04-10 14:52:18 +00:00
Jack Jansen
270f411f17
Binhex gif files too.
1996-04-10 14:51:38 +00:00
Jack Jansen
f04fa7259d
Changed to allow the user to do partial builds
1996-04-10 14:51:14 +00:00
Jack Jansen
3422f2cae2
Moved a button in the message dialog. and everything got binhexed again.
1996-04-10 14:50:28 +00:00
Jack Jansen
0b690db57a
Added region argument to various ...Update calls.
...
Also, some rsrc files got rebinhexed (sigh)
1996-04-10 14:49:41 +00:00
Jack Jansen
2b72417da0
Replaced various dummy updateRegions by real arguments
1996-04-10 14:48:19 +00:00
Jack Jansen
fcdf4378ac
TextEdit sample code (not yet complete)
1996-04-10 14:43:17 +00:00
Jack Jansen
0701d623e9
Added TextEdit interface
1996-04-10 14:42:32 +00:00
Jack Jansen
8a452d6fa1
Interface to TextEdit toolbox
1996-04-10 14:41:08 +00:00
Jack Jansen
ab69eb9673
Added resource-ids for override preferences.
1996-04-04 15:39:42 +00:00
Jack Jansen
a486a55f59
Added support for override preferences
1996-04-04 15:39:18 +00:00
Jack Jansen
db0baced23
Added support for editing override preferences in applets
1996-04-04 15:38:44 +00:00
Jack Jansen
975aa22bdd
Don't change Standard File folder on chdir().
1996-03-25 15:46:25 +00:00
Jack Jansen
415571cc9f
Replaced non-ascii chars by backslash escapes
1996-03-25 15:46:03 +00:00
Jack Jansen
e6dde149e7
Removed one level of "mac" in path initialization
1996-03-25 15:45:21 +00:00
Jack Jansen
5196d00cc6
Compare sourcefile to hqx file (if it exists) before binhexing. This
...
should stop us from continually updating the .hqx files, at least for
resource files.
1996-03-25 15:38:36 +00:00
Jack Jansen
857e88eab5
Updated to reflect new situation, added a warning on fmmodule.c
1996-03-20 16:27:30 +00:00
Jack Jansen
ac0a21abeb
Added a note about removing unwanted sys.path stuff
1996-03-20 16:26:27 +00:00
Jack Jansen
94a71aba52
re-binhexed
1996-03-20 16:25:52 +00:00
Jack Jansen
ef51d1351c
Removed addpack calls
1996-03-20 16:24:56 +00:00
Jack Jansen
f63abad4e9
Removed addpack calls for toolbox modules.
1996-03-20 16:22:01 +00:00
Jack Jansen
1a0dafb1ce
Somehow the <<terminated>> got mangled. Fixed.
1996-03-20 16:19:00 +00:00
Jack Jansen
ca5e5edc69
Fixed pythonpath to include tkinter and mac:toolbox, and source-tree
...
locations for mac libs. The others were re-binhexed for reasons unknown...
1996-03-20 16:18:11 +00:00
Jack Jansen
e15f6fef8b
Fixed for new directory layout
1996-03-20 16:16:34 +00:00
Jack Jansen
32cb80cea8
Removed addpack calls for toolbox modules, re-binhexed resources (sigh)
1996-03-20 16:15:35 +00:00
Jack Jansen
bb653772f5
Oops... I Inadvertently lost their cvs files...
1996-03-18 14:21:15 +00:00
Jack Jansen
0f7af3f795
Were copied to Relnotes-1.[12] long ago...
1996-03-18 13:47:22 +00:00
Jack Jansen
065796072c
Fixed binhexer
1996-03-18 13:39:09 +00:00
Jack Jansen
a6308130bb
Explanations of the examples here
1996-03-18 13:38:52 +00:00
Jack Jansen
f4875af09c
Minor fix
1996-03-18 13:36:33 +00:00
Jack Jansen
18a99f5597
Changed creator from PYTH to Pyth
1996-03-18 13:35:00 +00:00
Jack Jansen
1a06e1d6ba
Binhexer fixed
1996-03-18 13:34:25 +00:00
Jack Jansen
52a40ac03b
Added option to set queue size
1996-03-18 13:33:48 +00:00
Jack Jansen
dca8788d1c
Added a few file types
1996-03-18 13:33:15 +00:00
Jack Jansen
0603319846
Use MacOS.openrf (if it is available) for opening resource forks
...
Copy in .5Mb chunks in stead of 1Mb
1996-03-12 13:33:34 +00:00
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