Jack Jansen
|
6e27118b72
|
Added modules _testcapi, _weakref, _symtable.
|
2001-02-12 14:50:52 +00:00 |
Jack Jansen
|
5288c47f6b
|
Added buttons for building interpreter, carbon standalone.
Added modules _testcapi, _weakref, _symtable.
|
2001-02-12 14:46:53 +00:00 |
Jack Jansen
|
497314e2e5
|
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
|
2001-02-11 01:26:28 +00:00 |
Jack Jansen
|
3f49e4d064
|
Oops, repr didn't allocate the memory it used...
|
2001-02-11 01:12:53 +00:00 |
Jack Jansen
|
8a38714ba0
|
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
|
2001-02-11 01:08:04 +00:00 |
Jack Jansen
|
add58f95cc
|
Added prototype for DlgObj_WhichDialog()
|
2001-02-09 15:59:18 +00:00 |
Jack Jansen
|
7e31f68bf1
|
Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-)
|
2001-02-09 15:58:34 +00:00 |
Jack Jansen
|
34f83b3f56
|
Added a few constants.
|
2001-02-09 15:57:53 +00:00 |
Jack Jansen
|
784c611053
|
Dialogs and there windows were still confused in some spots. Fixed.
|
2001-02-09 15:57:01 +00:00 |
Jack Jansen
|
def0d8da5a
|
Get rid of from ... import *
|
2001-02-09 15:56:19 +00:00 |
Jack Jansen
|
5c734e8165
|
Replaced by :Lib:cfmfile.py.
|
2001-02-08 13:17:23 +00:00 |
Jack Jansen
|
69e7f11aa8
|
Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs.
|
2001-02-06 16:14:54 +00:00 |
Jack Jansen
|
d6b2aeb10d
|
QDFlushPortBuffer() has an optional region argument.
|
2001-02-06 16:13:50 +00:00 |
Jack Jansen
|
ecdaadb7c6
|
Also recognize DragRef as a method-argument.
|
2001-02-05 13:47:13 +00:00 |
Jack Jansen
|
dc2ac8d39f
|
Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now.
|
2001-02-02 22:41:48 +00:00 |
Jack Jansen
|
340eb88fa8
|
On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K).
|
2001-02-02 22:40:28 +00:00 |
Jack Jansen
|
87eb4f8bb3
|
New internal function BMObj_NewCopied() which copies the BitMap. Used to get the screenBits bitmap.
|
2001-01-30 09:57:13 +00:00 |
Jack Jansen
|
01a2d9e281
|
Use FSpCreateResFile() in stead of CreateResFile().
Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
|
2001-01-29 15:32:00 +00:00 |
Jack Jansen
|
bf21bef254
|
Got ZeroScrap() and PutScrap() to work under Carbon.
|
2001-01-29 15:20:06 +00:00 |
Jack Jansen
|
64aa1e2c83
|
Use FSpCreateResFile() in stead of CreateResFile().
|
2001-01-29 15:19:17 +00:00 |
Jack Jansen
|
565e956cb0
|
Use CountMenuItems() in stead of CountMItems().
|
2001-01-29 15:18:46 +00:00 |
Jack Jansen
|
1bbf6ff00f
|
Make balloon code dependent on existence of Help module
|
2001-01-29 14:59:33 +00:00 |
Jack Jansen
|
a3e2dcadcc
|
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
|
2001-01-29 14:27:32 +00:00 |
Jack Jansen
|
5c3c58bde0
|
Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access.
Got GetPortBitMapForCopyBits() and port.portBits to work.
|
2001-01-29 14:07:01 +00:00 |
Jack Jansen
|
9b897ecaac
|
Ported the icglue module to carbon.
|
2001-01-29 13:33:16 +00:00 |
Jack Jansen
|
54c0787909
|
Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files).
|
2001-01-29 13:32:10 +00:00 |
Jack Jansen
|
f424f24bbb
|
Re-enabled Scrap (even though it's mostly empty right now).
|
2001-01-29 13:31:10 +00:00 |
Jack Jansen
|
afd0aa680a
|
Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem.
|
2001-01-29 13:29:47 +00:00 |
Jack Jansen
|
5a8115c94b
|
Ported the icglue module to carbon.
|
2001-01-29 13:27:46 +00:00 |
Jack Jansen
|
13735e3e3e
|
Added Help, Scrap and icglue missing methods.
|
2001-01-29 13:22:29 +00:00 |
Jack Jansen
|
2beeb22533
|
Added cellobject.c
|
2001-01-28 22:45:46 +00:00 |
Jack Jansen
|
a813153e15
|
Got waste to work for Carbon.
|
2001-01-26 16:32:20 +00:00 |
Jack Jansen
|
c34a5ade0a
|
ucnhash module has gone, xreadlines module added.
|
2001-01-25 18:31:16 +00:00 |
Jack Jansen
|
41eb3c7dc5
|
ucnhash module has gone.
|
2001-01-25 16:28:34 +00:00 |
Jack Jansen
|
4ff2fe7ee1
|
ucnhash module has gone, xreadlines module added.
|
2001-01-25 16:28:00 +00:00 |
Jack Jansen
|
c4abd00457
|
Got rid of extraneous Modues:TE in the search path.
|
2001-01-24 16:09:59 +00:00 |
Jack Jansen
|
48d11c133a
|
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
|
2001-01-24 16:07:31 +00:00 |
Jack Jansen
|
4a4adf4293
|
Recognize {compiler} and {project} prefixes to pathnames and output the correct XML.
|
2001-01-24 16:04:50 +00:00 |
Jack Jansen
|
7b3cc1f9c3
|
Regenerated (and manually massaged for PutScrap) so it can be byuilt both for Carbon and Classic. The Carbon module is rather empty, though, for now.
|
2001-01-24 16:04:01 +00:00 |
Jack Jansen
|
5396feb3bb
|
Quick (manual) fix to make the module compile with Waste 2.0. TBD later.
|
2001-01-24 16:03:05 +00:00 |
Jack Jansen
|
8c98266a7d
|
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
|
2001-01-24 16:02:07 +00:00 |
Jack Jansen
|
f47075e86d
|
Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too.
|
2001-01-24 14:22:13 +00:00 |
Jack Jansen
|
131c288484
|
Build directives for PythonStandalone were missing.
|
2001-01-24 14:06:35 +00:00 |
Jack Jansen
|
bace5e9481
|
Added the GrafPort attributes that are unavailable under Carbon.
|
2001-01-24 14:06:04 +00:00 |
Jack Jansen
|
bd58edaa01
|
Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds.
|
2001-01-24 14:05:11 +00:00 |
Jack Jansen
|
7b7e713c0d
|
Also build the Carbon extension modules.
|
2001-01-23 23:19:41 +00:00 |
Jack Jansen
|
b51362163a
|
Removed extraneous references to Modules:TE
|
2001-01-23 23:19:13 +00:00 |
Jack Jansen
|
119177b900
|
The C-prefix file for Carbon plugin projects.
|
2001-01-23 22:46:21 +00:00 |
Jack Jansen
|
dfebb2786a
|
Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy.
|
2001-01-23 22:45:52 +00:00 |
Jack Jansen
|
3236f6ad8c
|
Projects for Carbon plugin modules.
|
2001-01-23 22:42:45 +00:00 |
Jack Jansen
|
366ffcb7ff
|
Use &# escape for non-ascii chars.
|
2001-01-23 22:40:32 +00:00 |
Jack Jansen
|
193509b320
|
Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
|
2001-01-23 22:38:23 +00:00 |
Jack Jansen
|
c3fc51f61b
|
Added the actual builds of the carbon projects.
|
2001-01-23 22:36:52 +00:00 |
Jack Jansen
|
8c19b882e4
|
Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it!
|
2001-01-23 22:36:26 +00:00 |
Jack Jansen
|
6abe676538
|
Various settings were unconditionally set. Allow them to be overridden in the settings dict.
|
2001-01-23 22:35:22 +00:00 |
Jack Jansen
|
50f6f6f621
|
If the template is not specified it depends on the current execution model (classic ppc or carbon).
|
2001-01-23 22:34:50 +00:00 |
Jack Jansen
|
6ecf14639d
|
Added a template for Carbon plugin projects.
|
2001-01-23 22:33:31 +00:00 |
Jack Jansen
|
a106f82e4e
|
Moved files from template to template-ppc, as this is the template for classic PPC projects.
|
2001-01-23 22:33:01 +00:00 |
Jack Jansen
|
9080e9b938
|
Added a note about the memory size.
Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
|
2001-01-23 21:03:52 +00:00 |
Jack Jansen
|
670c4bd6df
|
Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
|
2001-01-23 20:57:52 +00:00 |
Jack Jansen
|
842818422b
|
Use &# escape for non-ascii chars.
|
2001-01-23 20:56:25 +00:00 |
Jack Jansen
|
5bb3be2ffe
|
A script to search for methods that are missing in Carbon in Python
sources. So far only runs under unix, but what gives:-)
|
2001-01-23 15:59:39 +00:00 |
Jack Jansen
|
ca919da9c9
|
Made the about box a bit larger (Apparently MacOSX does something a little different?).
|
2001-01-23 15:55:59 +00:00 |
Jack Jansen
|
7302340436
|
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
|
2001-01-23 14:58:20 +00:00 |
Jack Jansen
|
43bb2a4f44
|
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
|
2001-01-23 14:56:31 +00:00 |
Jack Jansen
|
d829e9e8e3
|
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
|
2001-01-23 14:34:49 +00:00 |
Jack Jansen
|
a07d37f1fc
|
Regenerated (shoulnd't make a difference).
|
2001-01-22 16:27:54 +00:00 |
Jack Jansen
|
391f40e9f0
|
Unicodedatabase.c has gone.
|
2001-01-22 16:26:46 +00:00 |
Jack Jansen
|
af4c942b8a
|
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
|
2001-01-22 15:38:40 +00:00 |
Jack Jansen
|
ed79548a84
|
No need to make the S_ constants 32 bit (and its actually harmful because of multiple defines).
|
2001-01-22 14:51:03 +00:00 |
Jack Jansen
|
0e1c24ab89
|
Waste needs the ICProgKit API.
|
2001-01-22 14:50:05 +00:00 |
Jack Jansen
|
441dea5f32
|
It's SetControlData_Handle, not SetControl_DataHandle.
|
2001-01-22 14:49:28 +00:00 |
Jack Jansen
|
f75c9d94b4
|
Re-generated with relative paths.
|
2001-01-21 22:27:11 +00:00 |
Jack Jansen
|
0447ebd3e2
|
Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1.
|
2001-01-21 22:26:26 +00:00 |
Jack Jansen
|
1f5cd700e9
|
Added support for forced project building.
Added carbon targets (mainly placeholders at the moment).
|
2001-01-21 22:25:11 +00:00 |
Jack Jansen
|
1eda203a02
|
Added a force option (to force project generation, the default is now to only generate if different).
Try to convert all search paths to relative.
|
2001-01-21 22:24:27 +00:00 |
Jack Jansen
|
d6389956cb
|
Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject().
|
2001-01-21 22:23:13 +00:00 |
Jack Jansen
|
9eca23559d
|
Various tweaks for Python 2.1a1.
|
2001-01-19 23:47:21 +00:00 |
Jack Jansen
|
c33a423c53
|
Treat an empty kwdict argument the same as a missing one.
|
2001-01-19 23:46:28 +00:00 |
Jack Jansen
|
726d873887
|
Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution" of a funny define makes portable code impossible:-(
|
2001-01-19 23:45:57 +00:00 |
Jack Jansen
|
c00df0bbba
|
Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression.
|
2001-01-16 15:54:58 +00:00 |
Jack Jansen
|
f50fbf11f6
|
Config file for standalone carbon python.
|
2001-01-16 15:51:24 +00:00 |
Jack Jansen
|
2fffb13448
|
Added Carbon interpreter.
|
2001-01-16 15:50:48 +00:00 |
Jack Jansen
|
844c297da9
|
Converted to CW Pro 6 and new naming scheme.
|
2001-01-16 14:24:56 +00:00 |
Jack Jansen
|
159830ec3a
|
Added the 'carb' resource to the carbon interpreter.
|
2001-01-16 13:01:48 +00:00 |
Jack Jansen
|
ee5b8fa58a
|
Replaced the single .exp file by two files, one for classic and one for carbon.
|
2001-01-16 13:01:11 +00:00 |
Jack Jansen
|
da8df6ea8e
|
Config file for shared carbon Python.
|
2001-01-14 23:02:32 +00:00 |
Jack Jansen
|
a3d95fa5a4
|
Added PythonCoreCarbon and PythonInterpreterCarbon targets.
|
2001-01-14 23:01:36 +00:00 |
Jack Jansen
|
d7b68021ce
|
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
|
2001-01-12 23:42:28 +00:00 |
Jack Jansen
|
8e0ee7761d
|
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
|
2001-01-12 23:41:46 +00:00 |
Jack Jansen
|
319c67b6e1
|
The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it.
|
2001-01-12 23:39:59 +00:00 |
Jack Jansen
|
736b51df7c
|
SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead.
The UserPane routines appear to be fixed in the current Universal Headers, so they're re-enabled.
|
2001-01-12 23:39:00 +00:00 |
Jack Jansen
|
d9d0b5fab1
|
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
|
2001-01-12 23:37:14 +00:00 |
Jack Jansen
|
bef8f68d84
|
Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon.
|
2001-01-12 23:36:13 +00:00 |
Jack Jansen
|
264630e855
|
When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being.
|
2001-01-11 23:04:32 +00:00 |
Jack Jansen
|
6ba34aa07f
|
Disabled a few other routines that are available in CarbonLib.
|
2001-01-11 23:03:56 +00:00 |
Jack Jansen
|
6993f27c82
|
Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!!
|
2001-01-11 23:03:20 +00:00 |
Jack Jansen
|
92f4b366cb
|
Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads.
|
2001-01-09 22:27:24 +00:00 |
Jack Jansen
|
ebadcb1c1d
|
FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes.
|
2001-01-09 22:25:49 +00:00 |
Jack Jansen
|
91faef83ca
|
Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.
|
2001-01-09 22:24:56 +00:00 |