Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Various fixes/enhancements, thanks to Ivan and Just: | Jack Jansen | 1996-01-08 | 1 | -5/+24 |
| | | | | | | | | - Added window.SetPort() method - Added optional bounds and resid parameters to Window.open() - Fixed apple-menu DA handling - Fixed activate-event handling - Added default Application.makeusermenus() (File:Quit only) | ||||
* | Fixed GetPen and SetPt arguments | Jack Jansen | 1996-01-08 | 3 | -8/+11 |
| | |||||
* | Added support for PenState and Patterns (and the accompanying qd | Jack Jansen | 1996-01-06 | 4 | -6/+395 |
| | | | | globals) | ||||
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 4 | -2/+57 |
| | |||||
* | A different binhexer, apparently:-( | Jack Jansen | 1996-01-02 | 26 | -6840/+6966 |
| | |||||
* | Fixed example | Jack Jansen | 1996-01-02 | 1 | -1/+6 |
| | |||||
* | (Minimal) instructions on how to build python from source | Jack Jansen | 1995-12-21 | 1 | -0/+75 |
| | |||||
* | Added missing newline | Jack Jansen | 1995-12-21 | 2 | -2/+2 |
| | |||||
* | Common header file for all plugin modules | Jack Jansen | 1995-12-21 | 1 | -0/+1 |
| | |||||
* | Sample image drawing code (not fully functional yet) | Jack Jansen | 1995-12-12 | 1 | -0/+156 |
| | |||||
* | Minor bugfix in keyboard input handling | Jack Jansen | 1995-12-12 | 1 | -1/+2 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 25 | -38/+229 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 6 | -858/+1135 |
| | | | | example programs translated to python and added. | ||||
* | Added support for RGB objects (tuples in python) | Jack Jansen | 1995-12-09 | 4 | -2/+359 |
| | |||||
* | Added QuickTime module | Jack Jansen | 1995-12-09 | 1 | -0/+1 |
| | |||||
* | Added component mgr and quicktime modules | Jack Jansen | 1995-12-09 | 1 | -0/+5 |
| | |||||
* | still untested (but it compiles) | Jack Jansen | 1995-11-30 | 4 | -199/+7038 |
| | |||||
* | Added Cm.slb, the component mgr interface | Jack Jansen | 1995-11-30 | 1 | -0/+1 |
| | |||||
* | QuickTime support (not yet functional) | Jack Jansen | 1995-11-30 | 4 | -0/+1340 |
| | |||||
* | Component mgr support | Jack Jansen | 1995-11-30 | 6 | -0/+1165 |
| | |||||
* | BitMap object support (only lightly tested) | Jack Jansen | 1995-11-16 | 4 | -1/+411 |
| | |||||
* | A variation on PICTbrowse.py that displays the picture using | Jack Jansen | 1995-11-15 | 1 | -0/+187 |
| | | | | DrawPicture. | ||||
* | Added converters for Fixed | Jack Jansen | 1995-11-15 | 2 | -0/+25 |
| | |||||
* | Added support for GrafPort object | Jack Jansen | 1995-11-15 | 5 | -26/+279 |
| | |||||
* | Added (minimal) support for a GrafPort type | Jack Jansen | 1995-11-15 | 4 | -94/+139 |
| |