Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -2/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -128/+128 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -1/+1 |
| | | | | attributes are no longer supported. | ||||
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 1 | -10/+4 |
| | | | | needed). | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -6/+6 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 1 | -1/+1 |
| | | | | {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 | 1 | -1/+1 |
| | |||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -1/+1 |
| | |||||
* | Converted to Appearance and using a List control in stead of manually ↵ | Jack Jansen | 1999-12-23 | 1 | -22/+5 |
| | | | | creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes. | ||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 1 | -0/+186 |