summaryrefslogtreecommitdiffstats
path: root/Mac/Include
Commit message (Collapse)AuthorAgeFilesLines
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-171-0/+1
|
* First bits and pieces of appearance support: an init routine, a global flag ↵Jack Jansen1999-12-072-13/+16
| | | | | | PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0).
* Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_HJack Jansen1999-11-051-1/+5
| | | | | since we have these in the current CW release (and probably already had them quite some time, but never added the defines).
* MrC also needs BAD_STATIC_FORWARD define.Jack Jansen1999-10-261-0/+3
|
* Make macglue.h C++ compatible.Jack Jansen1999-09-301-0/+7
|
* Added pascal-style string name of preference file resource, and bracketedJack Jansen1999-01-301-1/+6
| | | | C struct declarations with #ifndef rez
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-011-1/+1
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
|
* Added SIZEOF_VOID_P and HAVE_LONG_LONGJack Jansen1998-10-051-0/+2
|
* I guess I'll have to commit this file occasionally...Jack Jansen1998-08-201-1/+1
|
* Define some things to 1 (in stead of empty) to be compatible with new PILJack Jansen1998-08-201-2/+2
|
* Added SIZEOF_INT and SIZEOF_LONGJack Jansen1998-08-051-0/+3
|
* Added prototypes for the code resource routines, and for PstringJack Jansen1998-07-132-1/+4
| | | | (which was missing, for some reason).
* Version for 1.5.1Jack Jansen1998-05-061-1/+1
|
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-231-1/+1
|
* Add (temporary) PyMac_{Build,Get}wideJack Jansen1998-04-211-0/+2
|
* Add HAVE_MKTIMEJack Jansen1998-04-211-0/+1
|
* Added declarations for mac{set,get}filetypeJack Jansen1998-04-151-0/+5
|
* Added CHECK_IMPORT_CASEJack Jansen1998-02-201-0/+8
| | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-062-21/+22
| | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
* Added old-exceptions and no-site-python options and upped preferenceJack Jansen1997-09-091-2/+9
| | | | | version to 4. Added balloon-help item to options dialog.
* Preference resource now has a version numberJack Jansen1997-09-081-11/+11
|
* Moved the include of macbuildno.h to getbuildinfo.c. Putting it hereJack Jansen1997-09-081-2/+0
| | | | resulted in full recompilation every time.
* Define BUILDNO in macbuildno.h (incremented by fullbuild)Jack Jansen1997-09-012-0/+3
|
* Mods for user mainloop event handlingJack Jansen1997-06-201-2/+3
|
* Make imports faster on the Mac, byJack Jansen1997-06-121-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_RestoreMenuBarJack Jansen1997-06-121-0/+1
|
* Removed SetScheduleTimes and PyMac_DoYieldEnabledJack Jansen1997-06-031-6/+13
| | | | | | Added [GS]etSchedParams Added parameter to PyMac_HandleEvent (safe to run python code at this point) Removed various cruft
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
|
* Added PyMac_StopGUSISpinJack Jansen1997-05-231-5/+6
|
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
|
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
|
* Added/updated copyright noticesJack Jansen1997-01-314-1/+73
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-151-0/+1
| | | | stead of standard Py_Initialize(), which it calls).
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
|
* Added range of resource-ids for twit.Jack Jansen1996-12-231-1/+4
|
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
|
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-0/+4
|
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+4
|
* - Put all options in a structJack Jansen1996-09-071-3/+13
| | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting
* macglue: added PyMac_AppRefNumJack Jansen1996-09-062-5/+17
| | | | pythonresources: elaborated comment on preferences, added new options
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-062-0/+8
| | | | | 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 Jansen1996-09-041-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.
* Guido:Jack Jansen1996-08-191-1/+10
| | | | | - define USE_CHECKSTACK - Comment on defines used
* PyMac_BuildNumVersion addedJack Jansen1996-08-021-0/+2
|
* Added resource-ids for override preferences.Jack Jansen1996-04-041-1/+7
|
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-0/+1
| | | | - Set "ok" to be default button
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+4
| | | | after each chdir call.