Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added _id attribute to GrafPort objects (real id of grafport, numeric) | Jack Jansen | 1996-05-08 | 2 | -3/+6 |
| | |||||
* | Added support for callbacks (for embedded objects) | Jack Jansen | 1996-05-07 | 3 | -4/+453 |
| | |||||
* | Made style and soup handles optional | Jack Jansen | 1996-04-23 | 3 | -17/+27 |
| | |||||
* | Removed ...gen.py files from repository | Jack Jansen | 1996-04-16 | 13 | -4878/+0 |
| | |||||
* | Added support for accessing a few more TERec members | Jack Jansen | 1996-04-16 | 2 | -8/+32 |
| | |||||
* | An interface to WASTE, an all-singing-all-dancing TextEdit replacement | Jack Jansen | 1996-04-16 | 3 | -0/+1955 |
| | |||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 33 | -29/+114 |
| | | | | Lib:toolbox folder. | ||||
* | Added scrap manager | Jack Jansen | 1996-04-12 | 1 | -0/+4 |
| | |||||
* | Fixed a nasty bug where FindControl could return a reference to a | Jack Jansen | 1996-04-12 | 4 | -4/+7 |
| | | | | destroyed python object. | ||||
* | Interface to the scrap manager | Jack Jansen | 1996-04-12 | 3 | -0/+308 |
| | |||||
* | Replaced various dummy updateRegions by real arguments | Jack Jansen | 1996-04-10 | 15 | -21/+43 |
| | |||||
* | Interface to TextEdit toolbox | Jack Jansen | 1996-04-10 | 3 | -0/+1179 |
| | |||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+10 |
| | | | | after each chdir call. | ||||
* | 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. | ||||
* | 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 |
| | | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen | ||||
* | 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 |
| | | | | accessed as Qd.qd.xxxx | ||||
* | 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 |
| | | | | - Added (read-)access to members of [C]GrafPort object | ||||
* | 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 |
| | | | | globals) | ||||
* | 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 |
| | | | | | - 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 | 4 | -858/+967 |
| | | | | example programs translated to python and added. | ||||
* | 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 |
| | | | | | - Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros. | ||||
* | 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 |
| | | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers. | ||||
* | 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 |
| | | | | may be NULL (for user items, for instance). |