summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-201-1/+3
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-203-138/+148
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.Jack Jansen1996-11-201-0/+6
|
* Fixed bundle to allow any object (file, folder, disk) to be dropped onJack Jansen1996-11-201-116/+81
| | | | an applet.
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-202-63/+68
|
* Add twit "home" location to sys.path (so you can put the applet on theJack Jansen1996-11-112-2/+9
| | | | desktop)
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
| | | | structure.
* Updated (which should have been done before the 1.4 distribution).Jack Jansen1996-11-091-6/+12
|
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
|
* Got rid of nfullpath()Jack Jansen1996-11-092-3/+2
|
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-092-36/+31
| | | | | | much identical anyway). Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point to the current application.
* When loading a PYC resource check whether the filename is theJack Jansen1996-11-091-21/+45
| | | | | application, and if so take a shortcut. This should speedup loading PYC resources when running off a CDROM quite a bit.
* More sensible default sys.pathJack Jansen1996-11-091-16/+15
|
* Keep the folder structure in Mac:mwerks:projects similar to theJack Jansen1996-11-091-2/+2
| | | | toplevel build folder structure.
* Removed addpack callsJack Jansen1996-11-091-2/+0
|
* Removed old project file, als restructured projects directory toJack Jansen1996-11-091-117/+0
| | | | reflect build directory structure (the latter done by hand)
* Probably just binhexed again...Jack Jansen1996-10-235-184/+184
|
* Different default location for distribution templatesJack Jansen1996-10-231-4/+4
|
* Only copy project files from build* and plugins to the projectsJack Jansen1996-10-231-17/+33
| | | | folder, leave other projects where they are
* Build imgmodules.cfm68k tooJack Jansen1996-10-231-1/+1
|
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-233-0/+3
|
* Project files for 1.4 releaseJack Jansen1996-10-2327-9214/+8485
|
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-232-7/+6
|
* Updated to cw10Jack Jansen1996-10-232-248/+250
|
* Fixed gusi preferencesJack Jansen1996-10-231-4/+4
|
* removed unused varJack Jansen1996-10-231-1/+0
|
* Added support for tab hooksJack Jansen1996-10-232-0/+59
|
* Raise a more intellegible error in the case of missing keyword argsJack Jansen1996-10-231-2/+9
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Added a note on swed and htmled examples, added tab support, fixed typoJack Jansen1996-10-235-123/+128
|
* Modified to work together with BBPyJack Jansen1996-10-233-891/+905
| | | | Re-enabled splash screen
* Get preference file name from a resource.Jack Jansen1996-10-221-3/+22
| | | | Changed for 1.8.0 CWGUSI release
* Also put aliases to PythonCore{PPC,CFM68K} in the extensions folderJack Jansen1996-10-221-1/+35
|
* Updated the instructions for the 1.4 releaseJack Jansen1996-10-221-39/+29
|
* Added a note about incorrect "PythonCore not found" messageJack Jansen1996-10-221-2/+17
| | | | Added a few comments on preference file handling.
* Added a note about PythonApplet nameJack Jansen1996-10-221-12/+11
|
* Version upped to 1.4, removed some unused dialogs, added STR resourceJack Jansen1996-10-224-665/+661
| | | | with preference filename.
* - Get preference filename from a resourceJack Jansen1996-10-221-31/+53
| | | | - Create the file if it doesn't exist and don't be fussy about it
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
|
* Ported to CW10Jack Jansen1996-10-1625-8589/+8646
|
* Added a warning about gusi cfm68k "far data"Jack Jansen1996-10-161-1/+4
|
* Changed Types to types.Jack Jansen1996-10-151-1/+1
|
* Fixed xstat to again include resroucefork size, creator, type. ObtainJack Jansen1996-10-151-14/+50
| | | | | thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree).
* Fixed flashing in ProgressBar update.Jack Jansen1996-10-151-9/+8
|
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-0/+4
|
* Moved resources to 510/511: the numbers above 512 gave problems whenJack Jansen1996-10-112-63/+64
| | | | editing preferences in applets with their own dialogs
* Prepared for Tk windowing implementationJack Jansen1996-10-095-28/+61
|
* tweaked some of the positions of interface elements.Jack Jansen1996-10-091-888/+887
|
* Create img modules for cfm68k too.Jack Jansen1996-10-081-0/+11
|
* Use mac_image (from cmif stuff)Jack Jansen1996-10-042-46/+64
| | | | | Fixed off-by-four error Keep data around so it won't get reclaimed