| Commit message (Expand) | Author | Age | Files | Lines |
* | Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. | Jack Jansen | 1996-02-21 | 1 | -2/+14 |
|
|
* | - Added Guido's fixes | Jack Jansen | 1996-02-20 | 1 | -45/+28 |
|
|
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 2 | -1/+53 |
|
|
* | 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 | 1 | -0/+76 |
|
|
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 2 | -40/+125 |
|
|
* | 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 | 4 | -35/+176 |
|
|
* | An interface to the font manager | Jack Jansen | 1996-01-09 | 4 | -0/+605 |
|
|
* | 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 |
|
|
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 4 | -2/+57 |
|
|
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 20 | -33/+224 |
|
|
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 4 | -858/+967 |
|
|
* | Added support for RGB objects (tuples in python) | Jack Jansen | 1995-12-09 | 4 | -2/+359 |
|
|
* | 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 |
|
|
* | QuickTime support (not yet functional) | Jack Jansen | 1995-11-30 | 3 | -0/+1106 |
|
|
* | Component mgr support | Jack Jansen | 1995-11-30 | 4 | -0/+1097 |
|
|
* | BitMap object support (only lightly tested) | Jack Jansen | 1995-11-16 | 4 | -1/+411 |
|
|
* | 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 |
|
|
* | - Added support for PicHandle | Jack Jansen | 1995-11-14 | 5 | -3/+366 |
|
|
* | New universal headers, a few bit-flags were added. | Jack Jansen | 1995-11-14 | 2 | -1/+2 |
|
|
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 4 | -11/+180 |
|
|
* | Universal header changes: some new bits defined. | Jack Jansen | 1995-11-14 | 1 | -1/+1 |
|
|
* | Regenerated because of minor changes in universal headers | Jack Jansen | 1995-11-14 | 2 | -12/+12 |
|
|
* | Added _tkinter, if USE_TK defined | Jack Jansen | 1995-11-10 | 1 | -1/+6 |
|
|
* | Added missing imgpbm and imgsgi modules | Jack Jansen | 1995-10-12 | 1 | -0/+4 |
|
|
* | New universal headers | Jack Jansen | 1995-10-09 | 7 | -41/+44 |
|
|
* | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -2/+0 |
|
|
* | Added List module | Jack Jansen | 1995-08-31 | 1 | -0/+2 |
|
|
* | Generated anew | Jack Jansen | 1995-08-17 | 17 | -11/+49 |
|
|
* | Use ResObj_OptNew for GetDialogItem return value: the handle returned | Jack Jansen | 1995-08-17 | 2 | -0/+10 |
|
|
* | Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. | Jack Jansen | 1995-08-17 | 1 | -0/+13 |
|
|
* | Added WhichWindow function to obtain window object given WindowPtr (as | Jack Jansen | 1995-08-17 | 1 | -0/+17 |
|
|
* | Different arg to GetEventHandler (but I cannot really remember fixing | Jack Jansen | 1995-08-17 | 1 | -5/+7 |
|
|
* | Lots of stuff removed: gone to various other files. | Jack Jansen | 1995-08-14 | 1 | -233/+3 |
|
|
* | Added new call PromptGetFile (like StandardGetFile, but accepts a | Jack Jansen | 1995-08-14 | 1 | -2/+29 |
|
|
* | Interface to the Mac List Manager. | Jack Jansen | 1995-08-14 | 4 | -0/+955 |
|
|
* | re-enabled newmodule | Jack Jansen | 1995-08-09 | 1 | -4/+0 |
|
|
* | add xstat (extended stat, returns resource fork size and creator/type) | Guido van Rossum | 1995-08-08 | 1 | -1/+32 |
|
|
* | Added binascii | Jack Jansen | 1995-08-07 | 1 | -0/+2 |
|
|
* | Added interfaces to {Get,Set}FInfo and accompanying objects | Jack Jansen | 1995-08-07 | 1 | -1/+174 |
|
|
* | Fixed incorrect call to InstallHandler and a few other things | Jack Jansen | 1995-07-29 | 3 | -18/+58 |
|
|
* | - Added getplatform() | Jack Jansen | 1995-07-28 | 1 | -0/+9 |
|
|
* | Gensuitemodule generates python classes from aete/aeut resources | Jack Jansen | 1995-07-17 | 1 | -0/+24 |
|
|
* | Generated anew after fixing aescan.py | Jack Jansen | 1995-07-17 | 2 | -85/+82 |
|
|
* | Also scan AERegistry.h and AEObjects.h and create .py definition | Jack Jansen | 1995-07-17 | 1 | -0/+21 |
|
|