Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make macglue.h C++ compatible. | Jack Jansen | 1999-09-30 | 1 | -0/+7 |
| | |||||
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 1 | -0/+3 |
| | | | | (which was missing, for some reason). | ||||
* | Incorrect argument for PyMacBuildwide() | Jack Jansen | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Add (temporary) PyMac_{Build,Get}wide | Jack Jansen | 1998-04-21 | 1 | -0/+2 |
| | |||||
* | Added declarations for mac{set,get}filetype | Jack Jansen | 1998-04-15 | 1 | -0/+5 |
| | |||||
* | Mods for user mainloop event handling | Jack Jansen | 1997-06-20 | 1 | -2/+3 |
| | |||||
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 1 | -1/+2 |
| | | | | | | | | - Remembering whether sys.path components refer to files or folders, - Using mac-specific code to check for file existence, in stead of trying to fopen() each possible file. These mods need an accompanying mod to import.c. | ||||
* | Added prototype for PyMac_RestoreMenuBar | Jack Jansen | 1997-06-12 | 1 | -0/+1 |
| | |||||
* | Removed SetScheduleTimes and PyMac_DoYieldEnabled | Jack Jansen | 1997-06-03 | 1 | -6/+13 |
| | | | | | | Added [GS]etSchedParams Added parameter to PyMac_HandleEvent (safe to run python code at this point) Removed various cruft | ||||
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
| | |||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -0/+1 |
| | | | | stead of standard Py_Initialize(), which it calls). | ||||
* | Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec | Jack Jansen | 1996-11-09 | 1 | -0/+5 |
| | |||||
* | macglue: added PyMac_AppRefNum | Jack Jansen | 1996-09-06 | 1 | -0/+2 |
| | | | | pythonresources: elaborated comment on preferences, added new options | ||||
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 1 | -0/+2 |
| | | | | | to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus. | ||||
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 1 | -2/+6 |
| | | | | | | | | | - Update lastyield correctly - Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix broke this) - Use our own GUSISpin routine: fixes crash when exiting with sockets open and keeps windows, etc reacting consistently when waiting for accepts(), etc. | ||||
* | PyMac_BuildNumVersion added | Jack Jansen | 1996-08-02 | 1 | -0/+2 |
| | |||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+4 |
| | | | | after each chdir call. | ||||
* | Added converters for Fixed | Jack Jansen | 1995-11-15 | 1 | -0/+2 |
| | |||||
* | Added PyMac_PromptGetFile, removed stuff gone to other sources. | Jack Jansen | 1995-08-14 | 1 | -3/+4 |
| | |||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+1 |
| | | | | unsupported features). | ||||
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 1 | -0/+2 |
| | | | | | | | | directory. - No __main__ resource found message is now a dialog - Fixes wrt stdio window handling in applets. NB: these fixes require a new resource file. | ||||
* | macstrerror -> MacOS-StrError; added applet and cfm-68k support | Guido van Rossum | 1995-02-18 | 1 | -7/+13 |
| | |||||
* | Added support for loading pyc code from a resource. | Jack Jansen | 1995-02-15 | 1 | -0/+3 |
| | |||||
* | ported to Think C | Guido van Rossum | 1995-02-14 | 1 | -0/+8 |
| | |||||
* | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 1 | -0/+2 |
| | | | | | from an alias resource (or from the user). Note: this uses a dialog resource so there's an accompanying change in the resource file. | ||||
* | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 1 | -1/+2 |
| | | | | events they don't want to handle to stdio | ||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 1 | -0/+2 |
| | | | | | | | - 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 | ||||
* | Prototypes for new routines. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| | |||||
* | Some layout changes; added EventRecord Get/Build functions (as a tuple). | Guido van Rossum | 1995-01-25 | 1 | -9/+23 |
| | |||||
* | cosmetics: copyright, comments | Guido van Rossum | 1995-01-22 | 1 | -4/+33 |
| | |||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -4/+0 |
| | |||||
* | modernized/rationalized, added PyMac_BuildOSType | Guido van Rossum | 1995-01-18 | 1 | -7/+11 |
| | |||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 1 | -3/+12 |
| | | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) | ||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 1 | -3/+3 |
| | |||||
* | New routines: | Jack Jansen | 1994-12-14 | 1 | -0/+3 |
macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications. |