Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed binhexer | Jack Jansen | 1996-03-18 | 3 | -75/+76 |
| | |||||
* | Explanations of the examples here | Jack Jansen | 1996-03-18 | 5 | -0/+1019 |
| | |||||
* | Minor fix | Jack Jansen | 1996-03-18 | 1 | -2/+2 |
| | |||||
* | Changed creator from PYTH to Pyth | Jack Jansen | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Binhexer fixed | Jack Jansen | 1996-03-18 | 1 | -11/+10 |
| | |||||
* | Added option to set queue size | Jack Jansen | 1996-03-18 | 1 | -3/+4 |
| | |||||
* | Added a few file types | Jack Jansen | 1996-03-18 | 1 | -1/+3 |
| | |||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 |
| | | | | Copy in .5Mb chunks in stead of 1Mb | ||||
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
| | | | | to remove a menu. | ||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 3 | -30/+54 |
| | | | | - Set "ok" to be default button | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | New binhexer | Jack Jansen | 1996-03-07 | 7 | -250/+254 |
| | |||||
* | Config files for shared PPC python with GUSI and for _tkinter plugin | Jack Jansen | 1996-03-07 | 2 | -0/+9 |
| | | | | module. | ||||
* | binhex fixed | Jack Jansen | 1996-03-07 | 13 | -5646/+5629 |
| | |||||
* | - gusiprefs.rsrc added (note: must be in application/applet, not in | Jack Jansen | 1996-03-07 | 7 | -4210/+4231 |
| | | | | | library for shared python) - binhexer fixed. | ||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 4 | -15/+48 |
| | | | | after each chdir call. | ||||
* | Added code to make fsspecs work for gusi-python | Jack Jansen | 1996-03-05 | 1 | -0/+16 |
| | |||||
* | Removed unused vars | Jack Jansen | 1996-03-05 | 1 | -3/+0 |
| | |||||
* | Added openrf method, which opens resource fork. The resulting object | Jack Jansen | 1996-02-29 | 1 | -0/+330 |
| | | | | supports a subset of normal file functionality. | ||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 5 | -45/+63 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Added TMPL for startup options | Jack Jansen | 1996-02-21 | 1 | -9/+13 |
| | | | | app. | ||||
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 3 | -4/+66 |
| | | | | app. | ||||
* | Changed MacOS creator code from PYTH to Pyth | Jack Jansen | 1996-02-21 | 26 | -8414/+8437 |
| | |||||
* | - AppleEvent timeout set to infinite | Jack Jansen | 1996-02-21 | 1 | -1/+8 |
| | | | | - Continue even if a build fails | ||||
* | Script to recursively change PYTH creators to Pyth | Jack Jansen | 1996-02-21 | 1 | -0/+34 |
| | |||||
* | Tk resources (but with a different name, without a space) | Jack Jansen | 1996-02-21 | 1 | -0/+3181 |
| | |||||
* | Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. | Jack Jansen | 1996-02-21 | 1 | -2/+14 |
| | |||||
* | - Added Tk projects | Jack Jansen | 1996-02-20 | 19 | -8116/+9435 |
| | | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime | ||||
* | Added config file for Tk-python | Jack Jansen | 1996-02-20 | 2 | -166/+13 |
| | | | | Removed mwerksglue.c (which was useless anyway) | ||||
* | Ported to CW8 | Jack Jansen | 1996-02-20 | 1 | -0/+20 |
| | |||||
* | Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) | Jack Jansen | 1996-02-20 | 1 | -0/+2 |
| | |||||
* | - Added Guido's fixes | Jack Jansen | 1996-02-20 | 1 | -45/+28 |
| | | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen | ||||
* | Allow makefile('rb') or 'wb'. | Jack Jansen | 1996-02-14 | 1 | -0/+1 |
| | |||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 5 | -6/+76 |
| | |||||
* | For gusi-based python | Jack Jansen | 1996-02-14 | 2 | -1/+12 |
| | |||||
* | GUSI-based python projects | Jack Jansen | 1996-02-14 | 2 | -0/+2054 |
| | |||||
* | Comment fix | Jack Jansen | 1996-02-14 | 1 | -2/+2 |
| | |||||
* | Re-binhexed all projects. | Jack Jansen | 1996-01-31 | 12 | -4904/+5068 |
| | |||||
* | Added cmath module | Jack Jansen | 1996-01-29 | 1 | -0/+6 |
| | |||||
* | Modules implementing WWW and URL suite, and a module to control netscape. | Jack Jansen | 1996-01-29 | 3 | -0/+544 |
| | |||||
* | Added missing get() method | Jack Jansen | 1996-01-29 | 1 | -0/+24 |
| | |||||
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 2 | -40/+125 |
| | | | | accessed as Qd.qd.xxxx | ||||
* | Set default item for dialog | Jack Jansen | 1996-01-22 | 1 | -0/+1 |
| | |||||
* | Added rgbFgColor and a few other members of CGrafPort | Jack Jansen | 1996-01-15 | 2 | -12/+32 |
| | |||||
* | Added Fm module | Jack Jansen | 1996-01-15 | 1 | -0/+2 |
| | |||||
* | - Added FontInfo support | Jack Jansen | 1996-01-11 | 5 | -37/+178 |
| | | | | - Added (read-)access to members of [C]GrafPort object | ||||
* | Added font manager toolbox module | Jack Jansen | 1996-01-09 | 1 | -0/+1 |
| | |||||
* | - Fixed bug in getfillable() | Jack Jansen | 1996-01-09 | 1 | -1/+8 |
| | | | | - Added setcallback() method to set a user-callback | ||||
* | An interface to the font manager | Jack Jansen | 1996-01-09 | 5 | -0/+637 |
| |