summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-012-0/+0
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-204-946/+0
|
* Support for freezing packages (Just).Jack Jansen1998-08-182-6/+11
|
* Replace first sys.path entry with the directory where the script livesJack Jansen1998-08-181-1/+5
| | | | (Just).
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-312-7/+201
|
* A well-known example for freeze.Jack Jansen1998-06-261-0/+5
|
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-2610-0/+557
| | | | | | | | | augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet.
* Moved resources around to forestall conflicts with debuggeeJack Jansen1996-12-238-17/+20
|
* Add twit "home" location to sys.path (so you can put the applet on theJack Jansen1996-11-112-2/+9
| | | | desktop)
* Modified to work together with BBPyJack Jansen1996-10-233-891/+905
| | | | Re-enabled splash screen
* Changed Types to types.Jack Jansen1996-10-151-1/+1
|
* Prepared for Tk windowing implementationJack Jansen1996-10-095-28/+61
|
* tweaked some of the positions of interface elements.Jack Jansen1996-10-091-888/+887
|
* - Simplified inheritance structure (still not good enough)Jack Jansen1996-09-267-1070/+1133
| | | | | | | | | - Added menubar in stead of buttons - (optionally) switch menubar back and forth to facilitate debugging FrameWork applications - Handle "Open Document" appleevent - Fixed click in grow-box location - Allow a new debug session after previous one has finished
* Fixed PM debuggingJack Jansen1996-09-254-392/+871
| | | | Added different arrow-icons for running/calling/returning/exception
* Disabled splash screen, added ShowMessageJack Jansen1996-09-251-4/+6
|
* The Window Independent Tracer (which will probably move elsewhere onceJack Jansen1996-09-2410-0/+2256
it is truly window-independent:-)