- 8387af6 If a control has no refcon pointing back to the Python object we create a new by Jack Jansen · 26 years ago
- a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 26 years ago
- 4100900 Added a rewrite rule so the Str255 argument of GetControlTitle is seen as by Jack Jansen · 26 years ago
- 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
- e32596b Interface to the appearance manager. by Jack Jansen · 26 years ago
- e4349e8 Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising by Jack Jansen · 26 years ago
- e058189 Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as by Jack Jansen · 26 years ago
- b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
- d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
- 31000dd Interface to GetIcon, PlotIcon and friends. by Jack Jansen · 26 years ago
- cdcbd1f Added {Get,Set}WindowUserData methods. by Jack Jansen · 26 years ago
- deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
- 91b5bed Added optional mouseregion parameter to WaitNextEvent (which is now by Jack Jansen · 26 years ago
- 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago
- d81fc3c - Added a function MoviesTask, which is the same as the method but by Jack Jansen · 26 years ago
- df901df Added a function SetUserItemHandler: this takes a function(dialog, by Jack Jansen · 26 years ago
- d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
- 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
- 848250c Allow an (optional) tracking function (or -1) to be specified to by Jack Jansen · 26 years ago
- 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 27 years ago
- 2d7850f Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
- aa70234 New versions from Just. by Jack Jansen · 27 years ago
- e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 27 years ago
- b200639 Added support for the horribly complex TimeRecord, so we can position by Jack Jansen · 27 years ago
- 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 27 years ago
- 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 27 years ago
- 02facaf Added ColorPicker and Printing modules, donated by Just. In config.c by Jack Jansen · 27 years ago
- 0c4d947 Replaced addpack by handcrafted code to find the bgen stuff. by Jack Jansen · 27 years ago
- b36b830 Removed reop by Jack Jansen · 27 years ago
- 8fa02d9 Added Sndihooks by Jack Jansen · 27 years ago
- 75c5ef9 Module with hooks for sound input by Jack Jansen · 27 years ago
- a239a92 Reindented some of the C code by Jack Jansen · 27 years ago
- a4f0309 Added WEGetTabSize and WESetTabSize, at Just's request by Jack Jansen · 27 years ago
- 52b38b7 Support for sound input added. The interface is even worse than the by Jack Jansen · 27 years ago
- e742a82 Regenerated because of confusion with Style/StyleParameter and by Jack Jansen · 27 years ago
- d6b6d88 Regerated: Style and StyleParameter are different beasts by Jack Jansen · 27 years ago
- 21f9687 Regenerated from Universal Headers 3.0.1. Some new calls are by Jack Jansen · 27 years ago
- cbe6a53 Fixed double-dispose of splash() dialog by Jack Jansen · 27 years ago
- 2369a98 Updated for Waste 1.3 by Jack Jansen · 27 years ago
- 40bd770 Add fstat() if using GUSI by Jack Jansen · 27 years ago
- c2952bc Universal Headers 3 by Jack Jansen · 27 years ago
- 1b5b37f Updated to Universal Headers 3 constant names by Jack Jansen · 27 years ago
- d9d2968 Added cPickle and cStringIO by Jack Jansen · 27 years ago
- bbaf37c Added pcre module by Jack Jansen · 27 years ago
- 55e3927 New exception interface by Jack Jansen · 27 years ago
- a755e68 Export type objects to Python by Jack Jansen · 27 years ago
- bf2f602 Added interface to the Balloon Help Manager by Jack Jansen · 27 years ago
- 2e871e4 Added SysBeep by Jack Jansen · 27 years ago
- 68a0ee0 Can't remember... by Jack Jansen · 27 years ago
- 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 27 years ago
- 8505ef8 Added #include <WETabs.h>, which had somehow gone missing by Jack Jansen · 27 years ago
- 97de10c Added reop by Jack Jansen · 27 years ago
- 8f0fab7 Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason by Jack Jansen · 27 years ago
- eaf3c9b Added #include <string.h> for memcpy() by Jack Jansen · 27 years ago
- 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 27 years ago
- c7fefed Added GetAuxiliaryControlRecord and SetControlColor, there was no good by Jack Jansen · 27 years ago
- f69633e Made AEDesc_{New,Convert} global by Jack Jansen · 27 years ago
- 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