Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return old value of PyMac_DoYieldEnabled; -1 means do not even check for ↵ | Guido van Rossum | 1995-02-26 | 1 | -5/+6 |
| | | | | interrupts | ||||
* | change SC ifdef to MPW | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
| | |||||
* | Minor bug fix | Jack Jansen | 1995-02-20 | 1 | -1/+1 |
| | |||||
* | cfm 68k support | Guido van Rossum | 1995-02-18 | 1 | -0/+4 |
| | |||||
* | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 1 | -0/+14 |
| | | | | events they don't want to handle to stdio | ||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 1 | -0/+15 |
| | | | | | | | - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg | ||||
* | Added eventhandling in mainloop/busywait routine plus leaving some | Jack Jansen | 1995-01-26 | 1 | -0/+23 |
| | | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps. | ||||
* | Got rid of the Resource and Sound interfaces, in favor of the ones | Guido van Rossum | 1995-01-25 | 1 | -410/+3 |
| | | | | generated from the header files (with some hand-holding :-). | ||||
* | ported CW5 changes back to Think | Guido van Rossum | 1995-01-22 | 1 | -0/+1 |
| | |||||
* | Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- | Guido van Rossum | 1995-01-22 | 1 | -37/+19 |
| | | | | | | | | | | | the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...). | ||||
* | Ported to CW5/new universal headers | Jack Jansen | 1995-01-22 | 1 | -2/+2 |
| | |||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -4/+4 |
| | |||||
* | added high level event interface (requires stdwin patch) | Guido van Rossum | 1995-01-18 | 1 | -3/+99 |
| | |||||
* | Moved some generally useful routines to macglue.c | Jack Jansen | 1995-01-18 | 1 | -28/+0 |
| | |||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 1 | -12/+10 |
| | |||||
* | Used new getargs interface; added {Get,Set}FileInfo. | Guido van Rossum | 1995-01-09 | 1 | -44/+77 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 1 | -2/+2 |
| | |||||
* | - Use PyErr_Mac for nicer exceptions | Jack Jansen | 1994-12-14 | 1 | -25/+57 |
| | | | | | | - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff) | ||||
* | config.c: add MacOS module | Guido van Rossum | 1994-09-29 | 1 | -38/+50 |
| | | | | macosmodule.c: lots of updates (though playing sound can still hang :-( ) | ||||
* | Support user routines (callbacks) on sound channels. | Guido van Rossum | 1994-09-16 | 1 | -6/+74 |
| | |||||
* | gestaltmodule.c: interface to Gestalt Manager. | Guido van Rossum | 1994-09-16 | 1 | -0/+405 |
macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c. |