summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variableJack Jansen1995-10-031-2/+0
* Added List moduleJack Jansen1995-08-311-0/+2
* Generated anewJack Jansen1995-08-1717-11/+49
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-172-0/+10
* Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.Jack Jansen1995-08-171-0/+13
* Added WhichWindow function to obtain window object given WindowPtr (asJack Jansen1995-08-171-0/+17
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
* Lots of stuff removed: gone to various other files.Jack Jansen1995-08-141-233/+3
* Added new call PromptGetFile (like StandardGetFile, but accepts aJack Jansen1995-08-141-2/+29
* Interface to the Mac List Manager.Jack Jansen1995-08-144-0/+955
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
* add xstat (extended stat, returns resource fork size and creator/type)Guido van Rossum1995-08-081-1/+32
* Added binasciiJack Jansen1995-08-071-0/+2
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-293-18/+58
* - Added getplatform()Jack Jansen1995-07-281-0/+9
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-171-0/+24
* 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
* 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
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-183-1/+97
* 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
* Trying again to check it in. Changes to:Jack Jansen1995-06-068-256/+403
* Rather massive changes:Jack Jansen1995-06-054-333/+139
* 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 inte...Guido van Rossum1995-02-261-5/+6
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-12/+7
* 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