1. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  2. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  3. 362c7cd Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  4. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  5. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  6. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  7. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 23 years ago
  8. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  9. 8eff33b Added an optional debug handler that traps and prints all unknown appleevents. by Jack Jansen · 24 years ago
  10. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  11. 3b23ed9 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. by Jack Jansen · 25 years ago
  12. f25813a Re-committed as AppleSingle by Jack Jansen · 25 years ago
  13. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 25 years ago
  14. b736a87 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). by Jack Jansen · 26 years ago
  15. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  16. a2139fe Added (minimal) documentation on how to build standalone applications by Jack Jansen · 26 years ago
  17. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 28 years ago
  18. 6aadd26 rebinhexed by Jack Jansen · 28 years ago
  19. 8494967 Added a region arg to update calls by Jack Jansen · 28 years ago
  20. 94a71ab re-binhexed by Jack Jansen · 28 years ago
  21. 0657960 Fixed binhexer by Jack Jansen · 28 years ago
  22. 93fa45c A variation on PICTbrowse.py that displays the picture using DrawPicture. by Jack Jansen · 29 years ago
  23. 07043b4 Browse all PICT resources in the resource chain. Uses SetWindowPic for display. by Jack Jansen · 29 years ago