| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Added GetErrorString method (convert OSErr number to string) | Jack Jansen | 1995-07-17 | 1 | -0/+11 |
|
|
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+5 |
|
|
* | Added methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 3 | -1/+97 |
|
|
* | Added as_Resource() method to convert menu object to res object | Jack Jansen | 1995-06-18 | 2 | -0/+21 |
|
|
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 3 | -0/+21 |
|
|
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
|
|
* | Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) | Jack Jansen | 1995-06-18 | 1 | -2/+9 |
|
|
* | Added USE_* ifdefs for a couple of optional modules. | Jack Jansen | 1995-06-14 | 1 | -9/+22 |
|
|
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 21 | -359/+339 |
|
|
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 1 | -0/+1 |
|
|