Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gensuitemodule generates python classes from aete/aeut resources | Jack Jansen | 1995-07-17 | 1 | -0/+24 |
| | | | | test_suite is a tiny test program for such a generated class | ||||
* | Generated anew after fixing aescan.py | Jack Jansen | 1995-07-17 | 2 | -85/+82 |
| | |||||
* | Also scan AERegistry.h and AEObjects.h and create .py definition | Jack Jansen | 1995-07-17 | 1 | -0/+21 |
| | | | | | | files. Some methods had turned to functions again. Fixed. | ||||
* | Added GetErrorString method (convert OSErr number to string) | Jack Jansen | 1995-07-17 | 1 | -0/+11 |
| | |||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+5 |
| | | | | unsupported features). | ||||
* | Added methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 3 | -1/+97 |
| | | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself) | ||||
* | Added as_Resource() method to convert menu object to res object | Jack Jansen | 1995-06-18 | 2 | -0/+21 |
| | |||||
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 3 | -0/+21 |
| | |||||
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
| | |||||
* | Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) | Jack Jansen | 1995-06-18 | 1 | -2/+9 |
| | |||||
* | Added USE_* ifdefs for a couple of optional modules. | Jack Jansen | 1995-06-14 | 1 | -9/+22 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 21 | -359/+339 |
| | |||||
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 1 | -0/+1 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 24 | -519/+1118 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 8 | -256/+403 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Rather massive changes: | Jack Jansen | 1995-06-05 | 4 | -333/+139 |
| | | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names | ||||
* | Added img stuff (within #ifdef, so they're easy to remove) | Jack Jansen | 1995-06-03 | 1 | -0/+23 |
| | |||||
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
| | |||||
* | use PyMac_Yield() instead of PyMac_Idle() | Guido van Rossum | 1995-03-23 | 1 | -1/+1 |
| | |||||
* | first cut at the whole quickdraw.h header file ... | Guido van Rossum | 1995-03-19 | 4 | -28/+3496 |
| | |||||
* | moved OpenDeskAcc here | Guido van Rossum | 1995-03-19 | 3 | -0/+30 |
| | |||||
* | added evtedit.py for SystemClick() | Guido van Rossum | 1995-03-10 | 1 | -0/+6 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-10 | 9 | -5/+10 |
| | |||||
* | remove some unused local variables | Guido van Rossum | 1995-03-04 | 1 | -5/+0 |
| | |||||
* | more stuff | Guido van Rossum | 1995-02-28 | 3 | -2/+9 |
| | |||||
* | more stuff | Guido van Rossum | 1995-02-28 | 2 | -12/+21 |
| | |||||
* | all bgen modules now work with MWerks | Guido van Rossum | 1995-02-27 | 1 | -4/+0 |
| | |||||
* | return old value of PyMac_DoYieldEnabled; -1 means do not even check for ↵ | Guido van Rossum | 1995-02-26 | 1 | -5/+6 |
| | | | | interrupts | ||||
* | MAde a few things more orthogonal and did some cleanups: | Jack Jansen | 1995-02-24 | 1 | -12/+7 |
| | | | | | | | | - 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. | ||||
* | changed ifdefs and comments -- more modules are good | Guido van Rossum | 1995-02-21 | 1 | -11/+5 |
| | |||||
* | change SC ifdef to MPW | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
| | |||||
* | ported to MPW/SC | Guido van Rossum | 1995-02-21 | 1 | -7/+7 |
| | |||||
* | fix bug in filterproc interface | Guido van Rossum | 1995-02-21 | 3 | -28/+3 |
| | |||||
* | replace %#s with portable solution | Guido van Rossum | 1995-02-20 | 1 | -13/+14 |
| | |||||
* | Some more modules temp excluded in mwerks, and a comment fix. | Jack Jansen | 1995-02-20 | 1 | -1/+8 |
| | |||||
* | Minor bug fix | Jack Jansen | 1995-02-20 | 1 | -1/+1 |
| | |||||
* | Added GetDirectory() method | Jack Jansen | 1995-02-20 | 1 | -1/+16 |
| | |||||
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 2 | -2/+2 |
| | |||||
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 10 | -198/+135 |
| | |||||
* | added copyright header | Guido van Rossum | 1995-02-19 | 1 | -0/+24 |
| | |||||
* | explicitly init flags in methodlist | Guido van Rossum | 1995-02-19 | 1 | -1/+1 |
| | |||||
* | cfm 68k support | Guido van Rossum | 1995-02-18 | 1 | -0/+4 |
| | |||||
* | added imp; forget ctb and math for __SC__ (for now) | Guido van Rossum | 1995-02-18 | 1 | -5/+11 |
| | |||||
* | add __SC__ ifdef | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | different #ifdefs | Guido van Rossum | 1995-02-14 | 2 | -8/+6 |
| | |||||
* | ported to Think C | Guido van Rossum | 1995-02-14 | 2 | -0/+16 |
| | |||||
* | Some of Guido's bgen modules aren't think-only anymore | Jack Jansen | 1995-02-13 | 1 | -0/+3 |
| | |||||
* | malloc debug only on ppc | Guido van Rossum | 1995-02-13 | 1 | -1/+1 |
| | |||||
* | added QuickDraw | Guido van Rossum | 1995-02-13 | 1 | -2/+2 |
| | |||||
* | Added RawFSSpec and RawAlias methods which turn their string arguments | Jack Jansen | 1995-02-13 | 1 | -0/+53 |
| | | | | into fsspec and alias objects. |