Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Jack Jansen
|
362c7cd07b
|
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
|
2002-11-30 00:01:29 +00:00 |
Jack Jansen
|
3c06b9a7d4
|
Use the new macresource module to open the accompanying resource file (if needed).
|
2001-08-27 21:41:23 +00:00 |
Jack Jansen
|
5a6fdcd371
|
Import the MacOS toolbox modules from the Carbon package.
|
2001-08-25 12:15:04 +00:00 |
Jack Jansen
|
cbed91b4db
|
Merging appropriate 2.1.1 fixes back into the main trunk.
|
2001-08-03 13:31:36 +00:00 |
Jack Jansen
|
d829e9e8e3
|
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
|
2001-01-23 14:34:49 +00:00 |
Jack Jansen
|
e7bfc915da
|
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
|
2001-01-09 22:22:58 +00:00 |
Jack Jansen
|
8eff33b51f
|
Added an optional debug handler that traps and prints all unknown appleevents.
|
2000-06-20 22:01:04 +00:00 |
Jack Jansen
|
34d11f0670
|
Fixed multi-arg appends.
|
2000-03-07 23:40:13 +00:00 |
Jack Jansen
|
3b23ed9ba6
|
Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
|
1999-12-23 14:45:02 +00:00 |
Jack Jansen
|
f25813ac6c
|
Re-committed as AppleSingle
|
1999-01-29 12:06:21 +00:00 |
Jack Jansen
|
1c4d96fde8
|
Added examples/testcode for the Icn module.
|
1999-01-21 14:30:55 +00:00 |
Jack Jansen
|
b736a87703
|
Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there).
|
1998-11-01 22:11:33 +00:00 |
Jack Jansen
|
fb37f89b81
|
Replaced all remaining BinHex files with their binary counterparts.
|
1998-08-20 15:03:49 +00:00 |
Jack Jansen
|
a2139fef94
|
Added (minimal) documentation on how to build standalone applications
with Python.
Updated various things (versions of libraries used, urls).
|
1998-02-25 15:40:35 +00:00 |
Jack Jansen
|
ef5cd05c3d
|
Calling Application._quit() is now preferred over raising self.
|
1996-09-17 12:39:12 +00:00 |
Jack Jansen
|
6aadd26419
|
rebinhexed
|
1996-08-05 15:40:37 +00:00 |
Jack Jansen
|
8494967f77
|
Added a region arg to update calls
|
1996-04-10 14:53:29 +00:00 |
Jack Jansen
|
94a71aba52
|
re-binhexed
|
1996-03-20 16:25:52 +00:00 |
Jack Jansen
|
065796072c
|
Fixed binhexer
|
1996-03-18 13:39:09 +00:00 |
Jack Jansen
|
93fa45c9c5
|
A variation on PICTbrowse.py that displays the picture using
DrawPicture.
|
1995-11-15 15:20:35 +00:00 |
Jack Jansen
|
07043b4573
|
Browse all PICT resources in the resource chain. Uses SetWindowPic for
display.
|
1995-11-14 11:32:06 +00:00 |