| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | Example: control eudora using AppleEvents | Jack Jansen | 1995-11-14 | 3 | -0/+681 |
|
|
* | Sample extension module: InterSLIP control API. | Jack Jansen | 1995-11-14 | 3 | -0/+342 |
|
|
* | Control InterSLIP using modeless dialog, uses FrameWork | Jack Jansen | 1995-11-14 | 2 | -0/+171 |
|
|
* | Control InterSLIP using a modal dialog | Jack Jansen | 1995-11-14 | 2 | -0/+105 |
|
|
* | Browse all PICT resources in the resource chain. Uses SetWindowPic for | Jack Jansen | 1995-11-14 | 2 | -0/+176 |
|
|
* | - Added support for PicHandle | Jack Jansen | 1995-11-14 | 6 | -4/+368 |
|
|
* | New universal headers, a few bit-flags were added. | Jack Jansen | 1995-11-14 | 3 | -2/+13 |
|
|
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 5 | -13/+190 |
|
|
* | Universal header changes: some new bits defined. | Jack Jansen | 1995-11-14 | 2 | -2/+11 |
|
|
* | Regenerated because of minor changes in universal headers | Jack Jansen | 1995-11-14 | 3 | -24/+25 |
|
|
* | Updated for the CW7.5 release, and some minor tweaks that I don't | Jack Jansen | 1995-11-14 | 12 | -4248/+4302 |
|
|
* | Project to build alternative version of MWCRuntimePPC.lib, needed for | Jack Jansen | 1995-11-14 | 1 | -0/+100 |
|
|
* | almost-but-not-quite working python with tk. | Jack Jansen | 1995-11-14 | 1 | -0/+813 |
|
|
* | MacTkPython configuration file. | Jack Jansen | 1995-11-14 | 1 | -0/+5 |
|
|
* | Added progress-bar dialog | Jack Jansen | 1995-11-14 | 1 | -55/+57 |
|
|
* | Changed for the 1.3.2 compiler (CW7.5) | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
|
|
* | Initialize GUSI for MacTkPython | Jack Jansen | 1995-11-14 | 1 | -0/+3 |
|
|
* | Added 2 missing SetPort calls | Jack Jansen | 1995-11-14 | 1 | -1/+2 |
|
|
* | Added a ProgressBar() class (which shows a progress bar). Needs new | Jack Jansen | 1995-11-14 | 1 | -0/+63 |
|
|
* | Added _tkinter, if USE_TK defined | Jack Jansen | 1995-11-10 | 1 | -1/+6 |
|
|
* | Continue looking for "open doc" events even after "open app". This | Jack Jansen | 1995-11-10 | 1 | -0/+3 |
|
|
* | Cosmetic change to event handling. | Jack Jansen | 1995-11-10 | 1 | -3/+11 |
|
|
* | For MW Python, update titlebar of window when python exits. | Jack Jansen | 1995-11-10 | 1 | -5/+9 |
|
|
* | Added idle() method, called when no events are available. | Jack Jansen | 1995-11-10 | 1 | -0/+5 |
|
|
* | - plugin tkinter module for ppc python | Jack Jansen | 1995-10-31 | 3 | -0/+1166 |
|
|
* | Updated 'vers' resource to 1.3 (forgot before the distribution:-) | Jack Jansen | 1995-10-27 | 2 | -72/+74 |
|
|
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 2 | -10/+47 |
|
|
* | MACTCP renamed to MACTCPconst | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
|
|
* | Added prototypes. | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
|
|
* | Added localport/localhost initialization. This fixes socket.getsockname(). | Jack Jansen | 1995-10-23 | 1 | -0/+2 |
|
|
* | CW6->CW7 | Jack Jansen | 1995-10-23 | 1 | -2/+3 |
|
|
* | Take care that filenames for .hqx files are ascii (no more mu's, etc) | Jack Jansen | 1995-10-23 | 1 | -1/+8 |
|
|
* | Added imgpbm and imgsgi | Jack Jansen | 1995-10-12 | 1 | -1/+3 |
|
|
* | Added missing imgpbm and imgsgi modules | Jack Jansen | 1995-10-12 | 1 | -0/+4 |
|
|
* | Export strdup (parsermodule needs it) | Jack Jansen | 1995-10-12 | 1 | -2/+4 |
|
|
* | Last few notes/bugs | Jack Jansen | 1995-10-12 | 1 | -0/+9 |
|
|
* | Last minor tweaks: debug off, added missing img mods, minor things | Jack Jansen | 1995-10-12 | 11 | -3697/+3707 |
|
|
* | Fixed positioning of icon on copy() | Jack Jansen | 1995-10-09 | 1 | -1/+3 |
|
|
* | Updated for 1.3 | Jack Jansen | 1995-10-09 | 2 | -28/+52 |
|
|