summaryrefslogtreecommitdiffstats
path: root/Mac/Include/pythonresources.h
Commit message (Collapse)AuthorAgeFilesLines
* Added pascal-style string name of preference file resource, and bracketedJack Jansen1999-01-301-1/+6
| | | | C struct declarations with #ifndef rez
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-061-20/+21
| | | | | | 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
|
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
|
* Added/updated copyright noticesJack Jansen1997-01-311-0/+24
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Added range of resource-ids for twit.Jack Jansen1996-12-231-1/+4
|
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
|
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-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-061-5/+15
| | | | pythonresources: elaborated comment on preferences, added new options
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-061-0/+6
| | | | | to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus.
* 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
* - Reorganized init codeJack Jansen1996-02-281-0/+6
| | | | - Fixed serious bug in code to get options from a resource
* Store default startup options in preference file orJack Jansen1996-02-211-0/+11
| | | | app.
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-271-0/+2
| | | | Moved whole exit-handling of console window here (from pythonrun.c)
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-311-9/+20
| | | | preferences file if it is missing.
* New file: list resource-ids in one place.Jack Jansen1995-08-141-0/+54