1. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  2. 1f9249c Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for by Jack Jansen · 25 years ago
  3. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  4. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  5. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 25 years ago
  6. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  7. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  8. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 25 years ago
  9. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  10. da261e6 Added Nav by Jack Jansen · 25 years ago
  11. e1a45b3 Allow keyword arguments, and the dialog is now actually shown. No way to by Jack Jansen · 25 years ago
  12. 2865387 Added Nav module by Jack Jansen · 25 years ago
  13. e91a29d Navigation Services module. Started from scratch, as Joe's module exported too little for my needs. by Jack Jansen · 25 years ago
  14. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  15. 8a9fdff Added kind resources (in US-english and dutch, sigh). by Jack Jansen · 25 years ago
  16. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  17. b1b78d8 Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. by Jack Jansen · 25 years ago
  18. 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
  19. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  20. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  21. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  22. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  23. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  24. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  25. 2d76c25 In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier by Jack Jansen · 25 years ago
  26. c5d0959 Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K. by Jack Jansen · 25 years ago
  27. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  28. 608b3fa Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we by Jack Jansen · 25 years ago
  29. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  30. d6bc4e7 New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out. by Jack Jansen · 25 years ago
  31. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  32. 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
  33. 24c3531 Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1. by Jack Jansen · 25 years ago
  34. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  35. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  36. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  37. 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
  38. 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
  39. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  40. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  41. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  42. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  43. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  44. f941acd Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H by Jack Jansen · 25 years ago
  45. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  46. 29e5184 Typo fixed in docstring; removed unneccesary import. (jvr) by Just van Rossum · 25 years ago
  47. 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
  48. 8ff5276 - changed the API of process() so it will return a list of missing modules instead of raising an exception. by Just van Rossum · 25 years ago
  49. 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
  50. 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago
  51. afca415 New __version__ number (1.0!) -- jvr by Just van Rossum · 25 years ago
  52. 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
  53. 460ff20 String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr by Just van Rossum · 25 years ago
  54. 32a15ad MrC also needs BAD_STATIC_FORWARD define. by Jack Jansen · 25 years ago
  55. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  56. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  57. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  58. 70d7849 CW Pro 5 projects. by Jack Jansen · 25 years ago
  59. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  60. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  61. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  62. 4cc9562 Regenerated, no significant diferences. by Jack Jansen · 25 years ago
  63. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  64. 9a41aa8 Distribution files for 1.5.1c1. by Jack Jansen · 25 years ago
  65. 9f678a1 1.5.2c1 version. by Jack Jansen · 25 years ago
  66. a840fca Initial checkin of IDE scripts. (jvr) by Just van Rossum · 25 years ago
  67. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  68. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  69. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  70. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  71. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  72. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  73. f6969fa Removed availabe() method again: even on PPC it sometimes returns 1 while by Jack Jansen · 25 years ago
  74. 9502692 Return MacOS.Error in stead of RuntimeError in case of failure so the user by Jack Jansen · 25 years ago
  75. 493aa48 Added available() method, which checks whether quicktime is installed at all (by by Jack Jansen · 25 years ago
  76. c8c1b5d Drag module added. by Jack Jansen · 25 years ago
  77. 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 25 years ago
  78. cab9476 Drag manager constants. by Jack Jansen · 25 years ago
  79. d58c746 mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit. by Just van Rossum · 25 years ago
  80. 1de2a92 Initial minimal test program: print information on anything dropped onto Python by Jack Jansen · 25 years ago
  81. 58b2eac Print something on stderr in case of exceptions in callback routines. by Jack Jansen · 25 years ago
  82. c4f6331 Drag manager interface (completely untested, so far) by Jack Jansen · 25 years ago
  83. fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
  84. c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
  85. c020e2d Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except for the readme filename. Untested too, because I don't have ADD/IAD installed yet. by Jack Jansen · 25 years ago
  86. d9f3c94 added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr by Just van Rossum · 25 years ago
  87. f98e692 removed two redundant lines -- jvr by Just van Rossum · 25 years ago
  88. 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 25 years ago
  89. 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 25 years ago
  90. eb67a7b improved scrollbar delay behavior -- jvr by Just van Rossum · 25 years ago
  91. 0d3be0a Class around PixMap objects that allows more python-like access. By Joe Strout. by Jack Jansen · 25 years ago
  92. 65f685b Removed reference to the PSA (PSA membership no longer needed for CVS by Jack Jansen · 25 years ago
  93. 6ddbfb9 Oops, try again. Test checkin (empty line) to see whether the new mailman-based PythonMac-checkins mailing list works. by Jack Jansen · 25 years ago
  94. 0817547 Test checkin (empty line) to see whether the new mailman-based PythonMac-checkins mailing list works. by Jack Jansen · 25 years ago
  95. 012ae20 Added bufferobject.c by Jack Jansen · 25 years ago
  96. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 25 years ago
  97. b8c9f01 Removed all owner resources except for "Pyth". by Jack Jansen · 25 years ago
  98. 5744d2a For some reason these files had never been checked in. by Jack Jansen · 25 years ago
  99. cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 25 years ago
  100. 8387af6 If a control has no refcon pointing back to the Python object we create a new by Jack Jansen · 25 years ago