Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | display. | ||||
* | - Added support for PicHandle | Jack Jansen | 1995-11-14 | 6 | -4/+368 |
| | | | | | - 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 | 3 | -2/+13 |
| | |||||
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 5 | -13/+190 |
| | | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers. | ||||
* | 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 |
| | | | | remember. | ||||
* | Project to build alternative version of MWCRuntimePPC.lib, needed for | Jack Jansen | 1995-11-14 | 1 | -0/+100 |
| | | | | PythonCore as of the CW7.5 release. | ||||
* | 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 |
| |