1. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 25 years ago
  2. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
  3. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  4. 5c6634c - Actually _implemented_ SetFolder() by Jack Jansen · 25 years ago
  5. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  6. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  7. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  8. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  9. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  10. 13681b7 If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char [, glyph]). by Jack Jansen · 25 years ago
  11. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  12. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  13. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  14. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  15. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  16. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  17. a6107f7 Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet. by Jack Jansen · 25 years ago
  18. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  19. b70699b Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't by Jack Jansen · 25 years ago
  20. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  21. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  22. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  23. cab9476 Drag manager constants. by Jack Jansen · 25 years ago
  24. 1de2a92 Initial minimal test program: print information on anything dropped onto Python by Jack Jansen · 25 years ago
  25. 0d3be0a Class around PixMap objects that allows more python-like access. By Joe Strout. by Jack Jansen · 26 years ago
  26. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 26 years ago
  27. a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 26 years ago
  28. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
  29. cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) by Jack Jansen · 26 years ago
  30. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 26 years ago
  31. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 26 years ago
  32. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  33. b92268a Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. by Jack Jansen · 26 years ago
  34. 49fc666 Use typeFloat for all floating point values. The previously used by Jack Jansen · 26 years ago
  35. 26a69db put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr by Just van Rossum · 26 years ago
  36. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 26 years ago
  37. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 26 years ago
  38. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  39. 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 26 years ago
  40. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 26 years ago
  41. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  42. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 26 years ago
  43. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
  44. 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
  45. 260400f Removed debug print by Jack Jansen · 26 years ago
  46. 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
  47. 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
  48. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  49. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  50. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  51. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  52. 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 26 years ago
  53. 87440e4 Extended replacement for scripts:cfmfile.py (Just) by Jack Jansen · 26 years ago
  54. 871fad2 Added has_key() method to IC object. Removed a debug print. by Jack Jansen · 26 years ago
  55. 5c44027 Added a delete() method to menu entries. Only the last entry of a menu by Jack Jansen · 26 years ago
  56. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  57. 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 26 years ago
  58. bb6193c Added a PopupMenu class. by Jack Jansen · 26 years ago
  59. d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
  60. 7b7a2c2 Added new folder types by Jack Jansen · 27 years ago
  61. 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
  62. 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
  63. 4e12663 Regenerated from new (3.1) universal headers by Jack Jansen · 27 years ago
  64. 36659fe Re-generated with slightly more intelligent script by Jack Jansen · 27 years ago
  65. b8fd1f1 Tabnanny fixes by Jack Jansen · 27 years ago
  66. 1301f2b __file__ now sometimes refers to the .pyc file by Jack Jansen · 27 years ago
  67. bfb77a0 Oops, this wasn't checked in yet: part of the AE structure for the new by Jack Jansen · 27 years ago
  68. 0e4033a Module to use Mac serial port as a communication link by Jack Jansen · 27 years ago
  69. 0aa9782 Helper routines to create standalone Python applications. by Jack Jansen · 27 years ago
  70. f7d8f45 Hack to get at string buffer address changed by Jack Jansen · 27 years ago
  71. 5e58bcd Regenerated from Universal Headers 3.0.1 (which are changed by Jack Jansen · 27 years ago
  72. 7c2fddf Updated to Waste 1.3 by Jack Jansen · 27 years ago
  73. 7b56aad Break circular reference on menus upon cleanup by Jack Jansen · 27 years ago
  74. 20989e8 Mods by Bill Bedford by Jack Jansen · 27 years ago
  75. 5b0533d Addition by Bill Bedford: Ordinal and NOrdinal classes so we can by Jack Jansen · 27 years ago
  76. 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
  77. e86d287 Loading defaults for gusi/sys.path didn't work for applets. Fixed. by Jack Jansen · 27 years ago
  78. a23a462 Balloon help definitions by Jack Jansen · 27 years ago
  79. 0e680b7 Moved toolbox to lib-toolbox, Sjoerd-style. by Jack Jansen · 27 years ago
  80. 3802039 Moved scripting to lib-scripting (did it the Sjoerd-way this time) by Jack Jansen · 27 years ago
  81. 6954e34 Added old-exceptions and no-site-python preferences and upped version to 4. by Jack Jansen · 27 years ago
  82. e632380 Dunno, rebinhexed? by Jack Jansen · 27 years ago
  83. 8a99a8a Preferences is a general module to get (and set) preferences in by Jack Jansen · 27 years ago
  84. 21b5d60 Moved suites to their own folder by Jack Jansen · 27 years ago
  85. f2e917e Regenerated by Jack Jansen · 27 years ago
  86. 48f662d mkalias() now has an optional third parameter to create relative aliases (Just) by Jack Jansen · 27 years ago
  87. 756a69f - Added classes to support class/property generation by gensuitemodule by Jack Jansen · 27 years ago
  88. d080edd Added dopendingevents call by Jack Jansen · 27 years ago
  89. 3f5aef7 Allow specifying own resources for all dialogs by Jack Jansen · 27 years ago
  90. 1b3904b Module to buffer stdout/stderr until stdin is read. Useful for by Jack Jansen · 27 years ago
  91. 0b34dd5 Regenerated by Jack Jansen · 27 years ago
  92. 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
  93. d3b06a8 Added optional preload arg to some routines (which creates reloaded by Jack Jansen · 27 years ago
  94. 7fb76e0 Replaced MacOS.EnableAppswitch by MacOS.SchedParams by Jack Jansen · 27 years ago
  95. 8766dfd Regenreated for MSL by Jack Jansen · 27 years ago
  96. 48c5527 Add a few more BringToFont calls by Jack Jansen · 27 years ago
  97. 141f9a0 Regenrated from CW11 IDE by Jack Jansen · 27 years ago
  98. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  99. cb2554e Still not a real test, but at least it runs again by Jack Jansen · 28 years ago
  100. 1801aad Use MacOS.string_id_to_buffer for id() to buffer address hack by Jack Jansen · 28 years ago