summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Added support for GrafPort objectJack Jansen1995-11-155-26/+279
|
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-154-94/+139
|
* - Added support for PicHandleJack Jansen1995-11-145-3/+366
| | | | | - Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.
* New universal headers, a few bit-flags were added.Jack Jansen1995-11-142-1/+2
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-144-11/+180
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Universal header changes: some new bits defined.Jack Jansen1995-11-141-1/+1
|
* Regenerated because of minor changes in universal headersJack Jansen1995-11-142-12/+12
|
* Added _tkinter, if USE_TK definedJack Jansen1995-11-101-1/+6
|
* Added missing imgpbm and imgsgi modulesJack Jansen1995-10-121-0/+4
|
* New universal headersJack Jansen1995-10-097-41/+44
|
* 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
| | | | may be NULL (for user items, for instance).
* 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
| | | | returned by event routines)
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
| | | | this.... Hope it is correct)
* 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
| | | | prompt) and added optional prompt to GetDirectory.
* 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
| | | | - (temporarily?) removed newmodule reference
* 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
|