Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 5 | -42/+12 |
| | | | | needed). | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 5 | -26/+26 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 4 | -10/+10 |
| | |||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 4 | -4/+4 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. | ||||
* | Added an optional debug handler that traps and prints all unknown appleevents. | Jack Jansen | 2000-06-20 | 6 | -4/+4 |
| | |||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 5 | -5/+5 |
| | |||||
* | Converted to Appearance and using a List control in stead of manually ↵ | Jack Jansen | 1999-12-23 | 7 | -90/+185 |
| | | | | creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes. | ||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 1 | -0/+0 |
| | |||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 2 | -0/+372 |
| | |||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 1 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 2 | -11/+0 |
| | |||||
* | Added (minimal) documentation on how to build standalone applications | Jack Jansen | 1998-02-25 | 1 | -2/+2 |
| | | | | | | with Python. Updated various things (versions of libraries used, urls). | ||||
* | Calling Application._quit() is now preferred over raising self. | Jack Jansen | 1996-09-17 | 2 | -2/+2 |
| | |||||
* | rebinhexed | Jack Jansen | 1996-08-05 | 1 | -6/+7 |
| | |||||
* | Added a region arg to update calls | Jack Jansen | 1996-04-10 | 3 | -6/+6 |
| | |||||
* | re-binhexed | Jack Jansen | 1996-03-20 | 1 | -8/+8 |
| | |||||
* | Fixed binhexer | Jack Jansen | 1996-03-18 | 1 | -10/+9 |
| | |||||
* | A variation on PICTbrowse.py that displays the picture using | Jack Jansen | 1995-11-15 | 1 | -0/+187 |
| | | | | DrawPicture. | ||||
* | Browse all PICT resources in the resource chain. Uses SetWindowPic for | Jack Jansen | 1995-11-14 | 2 | -0/+176 |
display. |