summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* TextEdit sample code (not yet complete)Jack Jansen1996-04-102-0/+102
|
* Added TextEdit interfaceJack Jansen1996-04-101-0/+56
|
* Interface to TextEdit toolboxJack Jansen1996-04-103-0/+1179
|
* Added resource-ids for override preferences.Jack Jansen1996-04-041-1/+7
|
* Added support for override preferencesJack Jansen1996-04-041-13/+54
|
* Added support for editing override preferences in appletsJack Jansen1996-04-042-74/+181
|
* Don't change Standard File folder on chdir().Jack Jansen1996-03-251-0/+2
|
* Replaced non-ascii chars by backslash escapesJack Jansen1996-03-251-1/+1
|
* Removed one level of "mac" in path initializationJack Jansen1996-03-251-8/+8
|
* Compare sourcefile to hqx file (if it exists) before binhexing. ThisJack Jansen1996-03-251-4/+35
| | | | | should stop us from continually updating the .hqx files, at least for resource files.
* Updated to reflect new situation, added a warning on fmmodule.cJack Jansen1996-03-201-35/+41
|
* Added a note about removing unwanted sys.path stuffJack Jansen1996-03-201-0/+2
|
* re-binhexedJack Jansen1996-03-205-521/+521
|
* Removed addpack callsJack Jansen1996-03-2014-75/+1
|
* Removed addpack calls for toolbox modules.Jack Jansen1996-03-207-35/+0
|
* Somehow the <<terminated>> got mangled. Fixed.Jack Jansen1996-03-201-1/+1
|
* Fixed pythonpath to include tkinter and mac:toolbox, and source-treeJack Jansen1996-03-207-3616/+3616
| | | | locations for mac libs. The others were re-binhexed for reasons unknown...
* Fixed for new directory layoutJack Jansen1996-03-2013-4101/+4094
|
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-2011-252/+231
|
* Oops... I Inadvertently lost their cvs files...Jack Jansen1996-03-184-0/+908
|
* Were copied to Relnotes-1.[12] long ago...Jack Jansen1996-03-182-300/+0
|
* Fixed binhexerJack Jansen1996-03-183-75/+76
|
* Explanations of the examples hereJack Jansen1996-03-185-0/+1019
|
* Minor fixJack Jansen1996-03-181-2/+2
|
* Changed creator from PYTH to PythJack Jansen1996-03-181-1/+1
|
* Binhexer fixedJack Jansen1996-03-181-11/+10
|
* Added option to set queue sizeJack Jansen1996-03-181-3/+4
|
* Added a few file typesJack Jansen1996-03-181-1/+3
|
* Use MacOS.openrf (if it is available) for opening resource forksJack Jansen1996-03-121-3/+9
| | | | Copy in .5Mb chunks in stead of 1Mb
* Added checkmenu() method (to checkmark an entry) and delete() methodJack Jansen1996-03-121-0/+18
| | | | to remove a menu.
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-123-30/+54
| | | | - Set "ok" to be default button
* Added missing include of Fonts.hJack Jansen1996-03-071-0/+1
|
* New binhexerJack Jansen1996-03-077-250/+254
|
* Config files for shared PPC python with GUSI and for _tkinter pluginJack Jansen1996-03-072-0/+9
| | | | module.
* binhex fixedJack Jansen1996-03-0713-5646/+5629
|
* - gusiprefs.rsrc added (note: must be in application/applet, not inJack Jansen1996-03-077-4210/+4231
| | | | | library for shared python) - binhexer fixed.
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-064-15/+48
| | | | after each chdir call.
* Added code to make fsspecs work for gusi-pythonJack Jansen1996-03-051-0/+16
|
* Removed unused varsJack Jansen1996-03-051-3/+0
|
* Added openrf method, which opens resource fork. The resulting objectJack Jansen1996-02-291-0/+330
| | | | supports a subset of normal file functionality.
* Added __sinit() call, so C++ initializations in shared library workJack Jansen1996-02-291-0/+3
|
* - Reorganized init codeJack Jansen1996-02-285-45/+63
| | | | - Fixed serious bug in code to get options from a resource
* Added TMPL for startup optionsJack Jansen1996-02-211-9/+13
| | | | app.
* Store default startup options in preference file orJack Jansen1996-02-213-4/+66
| | | | app.
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-2126-8414/+8437
|
* - AppleEvent timeout set to infiniteJack Jansen1996-02-211-1/+8
| | | | - Continue even if a build fails
* Script to recursively change PYTH creators to PythJack Jansen1996-02-211-0/+34
|
* Tk resources (but with a different name, without a space)Jack Jansen1996-02-211-0/+3181
|
* Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.Jack Jansen1996-02-211-2/+14
|
* - Added Tk projectsJack Jansen1996-02-2019-8116/+9435
| | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime