- 883765e added SetEventHandler by Jack Jansen · 27 years ago
- 3757523 Adapted to new event handling. It is now also possible to abort out of by Jack Jansen · 27 years ago
- d993648 Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return by Jack Jansen · 27 years ago
- 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
- e68a61c Added zlib (optional on USE_ZLIB) by Jack Jansen · 27 years ago
- a07dd0f Renamed by Jack Jansen · 27 years ago
- e8b9b9f Added keys() and mapping interface to shared-library objects, allowing by Jack Jansen · 27 years ago
- 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 27 years ago
- eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 28 years ago
- e0cf87b Enabled resID input/output parameter to NewMovieFromFile. This changes by Jack Jansen · 28 years ago
- 85ae4a8 Changed [SG]etCRefCon to [SG]etControlReference by Jack Jansen · 28 years ago
- f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 28 years ago
- 377df98 - Most errors are *not* OSErr style, so raise better exceptions (with by Jack Jansen · 28 years ago
- 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
- 4f27a55 Comments around identifier after #endif by Jack Jansen · 28 years ago
- c1cd2ca Added operator, errno and soundex modules. by Jack Jansen · 28 years ago
- e0e1f1a Redid arg/return handling (still not as I would like it to be, though). by Jack Jansen · 28 years ago
- b3928d2 An initial stab at calling random C routines from Python by Jack Jansen · 28 years ago
- 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
- f5c2057 Renamed by Jack Jansen · 28 years ago
- 22023f4 Added imgpng by Jack Jansen · 28 years ago
- 8ce72f5 Low-level interface to Internet Config (to be augmented by nice Python by Jack Jansen · 28 years ago
- 81aa0e2 Added gdbm (if USE_GDBM defined) by Jack Jansen · 28 years ago
- 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
- 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
- a1255e0 removed unused var by Jack Jansen · 28 years ago
- 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
- 59b912a Fixed xstat to again include resroucefork size, creator, type. Obtain by Jack Jansen · 28 years ago
- 7df3606 Fixed object-handler-install bug by Jack Jansen · 28 years ago
- 9f2ff91 Fixed bug in object-handler install arg handling by Jack Jansen · 28 years ago
- cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. by Jack Jansen · 28 years ago
- eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
- 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
- d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 28 years ago
- 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
- df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
- 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
- 16ff872 - Renamed USE_BGEN to USE_TOOLBOX by Jack Jansen · 28 years ago
- e5649c7 Removed {Set,Get}SoundVol (old calls not supported by cfm68k) by Jack Jansen · 28 years ago
- 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
- 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
- d84e7aa Regenerated by Jack Jansen · 28 years ago
- a6d78c4 Removed unused var by Jack Jansen · 28 years ago
- 5674e4e NumVersion stuff has changed by Jack Jansen · 28 years ago
- 6451cff Added access to selFlags and listFlags members (both read and write) by Jack Jansen · 28 years ago
- d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
- 84d0bfc inittab is a "struct _inittab". by Jack Jansen · 28 years ago
- ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 28 years ago
- 9d640a3 Added waste by Jack Jansen · 28 years ago
- 25241d9 Fixed callback handling on 68K machines. by Jack Jansen · 28 years ago
- 3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) by Jack Jansen · 29 years ago
- 756522f Added support for callbacks (for embedded objects) by Jack Jansen · 29 years ago
- 8ae8e4f Made style and soup handles optional by Jack Jansen · 29 years ago
- ded81a1 Removed ...gen.py files from repository by Jack Jansen · 29 years ago
- 19171a2 Added support for accessing a few more TERec members by Jack Jansen · 29 years ago
- 90ecdf4 An interface to WASTE, an all-singing-all-dancing TextEdit replacement by Jack Jansen · 29 years ago
- 46d9e79 bgen-generators now drop the python definition file straight in the by Jack Jansen · 29 years ago
- 819fa1a Added scrap manager by Jack Jansen · 29 years ago
- c574b43 Fixed a nasty bug where FindControl could return a reference to a by Jack Jansen · 29 years ago
- da6a971 Interface to the scrap manager by Jack Jansen · 29 years ago
- 2b72417 Replaced various dummy updateRegions by real arguments by Jack Jansen · 29 years ago
- 8a452d6 Interface to TextEdit toolbox by Jack Jansen · 29 years ago
- 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 29 years ago
- 6648fb7 Removed unused vars by Jack Jansen · 29 years ago
- 76a0589 Added openrf method, which opens resource fork. The resulting object by Jack Jansen · 29 years ago
- 243b29b Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. by Jack Jansen · 29 years ago
- b697173 - Added Guido's fixes - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen by Jack Jansen · 29 years ago
- c743c8d Modified for GUSI by Jack Jansen · 29 years ago
- 4fbb6d9 Added cmath module by Jack Jansen · 29 years ago
- d390325 Modules implementing WWW and URL suite, and a module to control netscape. by Jack Jansen · 29 years ago
- bdd0747 Fixed access to Quickdraw globals. Unfortunately, they now have to be by Jack Jansen · 29 years ago
- 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 29 years ago
- 79fb732 Added Fm module by Jack Jansen · 29 years ago
- 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 29 years ago
- 6259af9 An interface to the font manager by Jack Jansen · 29 years ago
- 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 29 years ago
- 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 29 years ago
- b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 29 years ago
- 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
- 9cfea10 It now actually works. Also, MovieInWindow and VerySimplePlayer by Jack Jansen · 29 years ago
- 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 29 years ago
- 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
- 453ced5 still untested (but it compiles) by Jack Jansen · 29 years ago
- cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
- b996856 Component mgr support by Jack Jansen · 29 years ago
- 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 29 years ago
- b7abb18 Added support for GrafPort object by Jack Jansen · 29 years ago
- 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 29 years ago
- 330f576 - Added support for PicHandle by Jack Jansen · 29 years ago
- a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 29 years ago
- 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 29 years ago
- cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 29 years ago
- 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 29 years ago
- e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 29 years ago
- 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 29 years ago
- d40f3c6 New universal headers by Jack Jansen · 29 years ago
- 8ccfc93 Removed unused variable by Jack Jansen · 29 years ago
- 9119ccf Added List module by Jack Jansen · 29 years ago
- d4c2646 Generated anew by Jack Jansen · 29 years ago
- 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 29 years ago