summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macosmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed double-dispose of splash() dialogJack Jansen1998-02-201-0/+2
* Export type objects to PythonJack Jansen1997-09-201-1/+5
* Added SysBeepJack Jansen1997-09-081-7/+22
* Added GetTicks() here, so profiling can use a decent timerJack Jansen1997-09-011-0/+9
* added SetEventHandlerJack Jansen1997-06-201-12/+25
* Removed SetScheduleTimesJack Jansen1997-06-031-26/+66
* Don't free the MacOS_Splash() dialog twice...Jack Jansen1997-05-131-2/+4
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-071-1/+1
* Added an attribute string_id_to_buffer, which gives the offset youJack Jansen1997-04-031-0/+12
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+1
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* Got rid of nfullpath()Jack Jansen1996-11-091-1/+1
* removed unused varJack Jansen1996-10-231-1/+0
* Added DebugStr method to drop into low-level debuggerJack Jansen1996-09-301-0/+16
* Added dialog-centering code to splash()Jack Jansen1996-09-231-1/+16
* Fixed macos.splash to actually *draw* the splash box:-)Jack Jansen1996-09-151-3/+7
* Added splash method (to quickly display splash screen without firstJack Jansen1996-05-201-0/+20
* Removed unused varsJack Jansen1996-03-051-3/+0
* Added openrf method, which opens resource fork. The resulting objectJack Jansen1996-02-291-0/+330
* Added GetErrorString method (convert OSErr number to string)Jack Jansen1995-07-171-0/+11
* return old value of PyMac_DoYieldEnabled; -1 means do not even check for inte...Guido van Rossum1995-02-261-5/+6
* change SC ifdef to MPWGuido van Rossum1995-02-211-1/+1
* Minor bug fixJack Jansen1995-02-201-1/+1
* cfm 68k supportGuido van Rossum1995-02-181-0/+4
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-021-0/+14
* - Moved interrupt code to macglue.cJack Jansen1995-01-271-0/+15
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-261-0/+23
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
* ported CW5 changes back to ThinkGuido van Rossum1995-01-221-0/+1
* Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --Guido van Rossum1995-01-221-37/+19
* Ported to CW5/new universal headersJack Jansen1995-01-221-2/+2
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-211-4/+4
* added high level event interface (requires stdwin patch)Guido van Rossum1995-01-181-3/+99
* Moved some generally useful routines to macglue.cJack Jansen1995-01-181-28/+0
* rename2 changesGuido van Rossum1995-01-121-12/+10
* Used new getargs interface; added {Get,Set}FileInfo.Guido van Rossum1995-01-091-44/+77
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
* - Use PyErr_Mac for nicer exceptionsJack Jansen1994-12-141-25/+57
* config.c: add MacOS moduleGuido van Rossum1994-09-291-38/+50
* Support user routines (callbacks) on sound channels.Guido van Rossum1994-09-161-6/+74
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-161-0/+405