summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-171-0/+24
| | | | test_suite is a tiny test program for such a generated class
* Generated anew after fixing aescan.pyJack Jansen1995-07-172-85/+82
|
* Also scan AERegistry.h and AEObjects.h and create .py definitionJack Jansen1995-07-171-0/+21
| | | | | | files. Some methods had turned to functions again. Fixed.
* Added GetErrorString method (convert OSErr number to string)Jack Jansen1995-07-171-0/+11
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+5
| | | | unsupported features).
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-183-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 objectJack Jansen1995-06-182-0/+21
|
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-183-0/+21
|
* Added FindFolder interfaceJack Jansen1995-06-181-0/+24
|
* Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)Jack Jansen1995-06-181-2/+9
|
* Added USE_* ifdefs for a couple of optional modules.Jack Jansen1995-06-141-9/+22
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-0921-359/+339
|
* Ported to CodeWarrior 6Jack Jansen1995-06-091-0/+1
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-0624-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 Jansen1995-06-068-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 Jansen1995-06-054-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 Jansen1995-06-031-0/+23
|
* StandardGetFile without args now shows all files (in stead of none)Jack Jansen1995-06-031-0/+2
|
* use PyMac_Yield() instead of PyMac_Idle()Guido van Rossum1995-03-231-1/+1
|
* first cut at the whole quickdraw.h header file ...Guido van Rossum1995-03-194-28/+3496
|
* moved OpenDeskAcc hereGuido van Rossum1995-03-193-0/+30
|
* added evtedit.py for SystemClick()Guido van Rossum1995-03-101-0/+6
|
* the usualGuido van Rossum1995-03-109-5/+10
|
* remove some unused local variablesGuido van Rossum1995-03-041-5/+0
|
* more stuffGuido van Rossum1995-02-283-2/+9
|
* more stuffGuido van Rossum1995-02-282-12/+21
|
* all bgen modules now work with MWerksGuido van Rossum1995-02-271-4/+0
|
* return old value of PyMac_DoYieldEnabled; -1 means do not even check for ↵Guido van Rossum1995-02-261-5/+6
| | | | interrupts
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-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 goodGuido van Rossum1995-02-211-11/+5
|
* change SC ifdef to MPWGuido van Rossum1995-02-211-1/+1
|
* ported to MPW/SCGuido van Rossum1995-02-211-7/+7
|
* fix bug in filterproc interfaceGuido van Rossum1995-02-213-28/+3
|
* replace %#s with portable solutionGuido van Rossum1995-02-201-13/+14
|
* Some more modules temp excluded in mwerks, and a comment fix.Jack Jansen1995-02-201-1/+8
|
* Minor bug fixJack Jansen1995-02-201-1/+1
|
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
|
* ported back to Think CGuido van Rossum1995-02-192-2/+2
|
* another round... ported to __SC__Guido van Rossum1995-02-1910-198/+135
|
* added copyright headerGuido van Rossum1995-02-191-0/+24
|
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
|
* cfm 68k supportGuido van Rossum1995-02-181-0/+4
|
* added imp; forget ctb and math for __SC__ (for now)Guido van Rossum1995-02-181-5/+11
|
* add __SC__ ifdefGuido van Rossum1995-02-171-1/+1
|
* different #ifdefsGuido van Rossum1995-02-142-8/+6
|
* ported to Think CGuido van Rossum1995-02-142-0/+16
|
* Some of Guido's bgen modules aren't think-only anymoreJack Jansen1995-02-131-0/+3
|
* malloc debug only on ppcGuido van Rossum1995-02-131-1/+1
|
* added QuickDrawGuido van Rossum1995-02-131-2/+2
|
* Added RawFSSpec and RawAlias methods which turn their string argumentsJack Jansen1995-02-131-0/+53
| | | | into fsspec and alias objects.