1. 8f11d8e Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools:CGI: stuff. Later. (jvr) by Just van Rossum · 24 years ago
  2. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  3. c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 24 years ago
  4. f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 24 years ago
  5. 4011723 - new version of PythonCGISlave by Just van Rossum · 24 years ago
  6. 0c3baaf my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) by Just van Rossum · 24 years ago
  7. 7ec7c8a fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr) by Just van Rossum · 24 years ago
  8. 158ce42 realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference. by Just van Rossum · 24 years ago
  9. deb6373 Data of type Point is passed by value, not by reference. by Jack Jansen · 24 years ago
  10. a27e9fb Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. by Jack Jansen · 24 years ago
  11. 1a7d5b1 Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API... by Jack Jansen · 24 years ago
  12. abc411b Started on support for callbacks for UserPane controls. Unfinished and untested. by Jack Jansen · 24 years ago
  13. c59996e Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive). by Jack Jansen · 24 years ago
  14. def77e5 AETransactionID was mistakenly defined as a short (it is a long). Fixed. by Jack Jansen · 24 years ago
  15. add03b6 Handles were never disposed. Added an AutoDispose(onoff) method to control this. by Jack Jansen · 24 years ago
  16. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  17. 6f3fceb Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, by Jack Jansen · 24 years ago
  18. 1b7a70f Fixed parameters to a few time and timebase calls: InOut parameters were by Jack Jansen · 24 years ago
  19. 6dc8ce9 Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at by Jack Jansen · 24 years ago
  20. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 24 years ago
  21. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  22. 957d07a Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. by Jack Jansen · 24 years ago
  23. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 24 years ago
  24. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 24 years ago
  25. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 24 years ago
  26. 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
  27. 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
  28. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  29. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  30. 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
  31. 5c6634c - Actually _implemented_ SetFolder() by Jack Jansen · 25 years ago
  32. 2c6cf97 Handling of defaultLocation argument was wrong, causing a crash when used. Fixed. by Jack Jansen · 25 years ago
  33. 3d6163a List objects obtained through as_List(resource) are not auto-disposed upon by Jack Jansen · 25 years ago
  34. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  35. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  36. 205b435 Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. by Jack Jansen · 25 years ago
  37. bb05b25 CW Pro 5.3 projects. by Jack Jansen · 25 years ago
  38. f7ac1d3 Nasty error: handle parameters are passed by _address_ to SetControlData. by Jack Jansen · 25 years ago
  39. 1c252bf Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING by Jack Jansen · 25 years ago
  40. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  41. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  42. b9247d3 Oops, forgot & in ParseTuple argument in ControlGetDataHandle. by Jack Jansen · 25 years ago
  43. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  44. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  45. 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
  46. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  47. 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
  48. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  49. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago
  50. a1a0fef Unified handle-conversion scheme to by Jack Jansen · 25 years ago
  51. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  52. 1f9249c Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for by Jack Jansen · 25 years ago
  53. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  54. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  55. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 25 years ago
  56. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  57. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  58. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 25 years ago
  59. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  60. da261e6 Added Nav by Jack Jansen · 25 years ago
  61. e1a45b3 Allow keyword arguments, and the dialog is now actually shown. No way to by Jack Jansen · 25 years ago
  62. 2865387 Added Nav module by Jack Jansen · 25 years ago
  63. e91a29d Navigation Services module. Started from scratch, as Joe's module exported too little for my needs. by Jack Jansen · 25 years ago
  64. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  65. 8a9fdff Added kind resources (in US-english and dutch, sigh). by Jack Jansen · 25 years ago
  66. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  67. 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
  68. 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
  69. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  70. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  71. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  72. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  73. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  74. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  75. 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
  76. 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
  77. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  78. 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
  79. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  80. 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
  81. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  82. 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
  83. 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
  84. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  85. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  86. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  87. 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
  88. 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
  89. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  90. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  91. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  92. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  93. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  94. f941acd Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H by Jack Jansen · 25 years ago
  95. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  96. 29e5184 Typo fixed in docstring; removed unneccesary import. (jvr) by Just van Rossum · 25 years ago
  97. 2e5b0f2 Adapted to new macmudulefinder.process() API. (jvr) by Just van Rossum · 25 years ago
  98. 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
  99. 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
  100. 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago