Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added SetEventHandler | Jack Jansen | 1997-06-20 | 1 | -12/+25 |
| | |||||
* | Adapted to new event handling. It is now also possible to abort out of | Jack Jansen | 1997-06-20 | 2 | -2/+12 |
| | | | | an AESend with command-. (unless specifically disabled, of course). | ||||
* | Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return | Jack Jansen | 1997-06-16 | 1 | -1/+28 |
| | | | | an FSSpec to a non-existing file. | ||||
* | Removed SetScheduleTimes | Jack Jansen | 1997-06-03 | 1 | -26/+66 |
| | | | | | Added SchedParams Added docstrings for most routines | ||||
* | Added zlib (optional on USE_ZLIB) | Jack Jansen | 1997-06-03 | 1 | -0/+6 |
| | |||||
* | Renamed | Jack Jansen | 1997-05-23 | 1 | -1/+1 |
| | |||||
* | Added keys() and mapping interface to shared-library objects, allowing | Jack Jansen | 1997-05-23 | 1 | -2/+103 |
| | | | | iteration over all symbols exported | ||||
* | Don't free the MacOS_Splash() dialog twice... | Jack Jansen | 1997-05-13 | 1 | -2/+4 |
| | |||||
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 5 | -7/+7 |
| | | | | - c2pstr has moved to a different include file | ||||
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 3 | -13/+192 |
| | | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason. | ||||
* | Changed [SG]etCRefCon to [SG]etControlReference | Jack Jansen | 1997-04-08 | 2 | -7/+7 |
| | |||||
* | Added an attribute string_id_to_buffer, which gives the offset you | Jack Jansen | 1997-04-03 | 1 | -0/+12 |
| | | | | | | | | have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place... | ||||
* | - Most errors are *not* OSErr style, so raise better exceptions (with | Jack Jansen | 1997-04-03 | 1 | -27/+57 |
| | | | | | textual messages) - Plugged a memory leak or two | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 17 | -205/+114 |
| | | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit) | ||||
* | Comments around identifier after #endif | Jack Jansen | 1997-02-20 | 1 | -1/+1 |
| | |||||
* | Added operator, errno and soundex modules. | Jack Jansen | 1997-02-20 | 1 | -1/+7 |
| | |||||
* | Redid arg/return handling (still not as I would like it to be, though). | Jack Jansen | 1997-02-20 | 1 | -76/+263 |
| | |||||
* | An initial stab at calling random C routines from Python | Jack Jansen | 1997-02-17 | 1 | -0/+903 |
| | |||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 8 | -10/+9 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Renamed | Jack Jansen | 1997-01-30 | 5 | -621/+617 |
| | |||||
* | Added imgpng | Jack Jansen | 1997-01-30 | 1 | -0/+2 |
| | |||||
* | Low-level interface to Internet Config (to be augmented by nice Python | Jack Jansen | 1997-01-07 | 1 | -0/+596 |
| | | | | wrapper shortly) | ||||
* | Added gdbm (if USE_GDBM defined) | Jack Jansen | 1996-12-23 | 1 | -0/+6 |
| | |||||
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 2 | -3/+2 |
| | |||||
* | Malloc debugging now flagged with USE_MALLOC_DEBUG | Jack Jansen | 1996-10-23 | 1 | -6/+3 |
| | |||||
* | removed unused var | Jack Jansen | 1996-10-23 | 1 | -1/+0 |
| | |||||
* | Added support for tab hooks | Jack Jansen | 1996-10-23 | 2 | -0/+59 |
| | |||||
* | Fixed xstat to again include resroucefork size, creator, type. Obtain | Jack Jansen | 1996-10-15 | 1 | -14/+50 |
| | | | | | thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree). | ||||
* | Fixed object-handler-install bug | Jack Jansen | 1996-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug in object-handler install arg handling | Jack Jansen | 1996-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed very nasty null-dereferencing bug in DisposeControl/destroy | Jack Jansen | 1996-10-01 | 4 | -35/+42 |
| | | | | object. | ||||
* | Added DebugStr method to drop into low-level debugger | Jack Jansen | 1996-09-30 | 1 | -0/+16 |
| | |||||
* | Added dialog-centering code to splash() | Jack Jansen | 1996-09-23 | 1 | -1/+16 |
| | |||||
* | Added support for GetDialogWindow and other accessor functions | Jack Jansen | 1996-09-23 | 2 | -0/+93 |
| | |||||
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+21 |
| | |||||
* | Fixed macos.splash to actually *draw* the splash box:-) | Jack Jansen | 1996-09-15 | 1 | -3/+7 |
| | |||||
* | Added [GS]etDates methods to get and set creation, modification and | Jack Jansen | 1996-09-15 | 1 | -0/+88 |
| | | | | backup times. | ||||
* | - Renamed USE_BGEN to USE_TOOLBOX | Jack Jansen | 1996-08-20 | 1 | -6/+10 |
| | | | | | - Moved Qt and Cm out of toolbox into private library (so people without QuickTime can install PPC Python) | ||||
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 2 | -34/+4 |
| | |||||
* | GUSI mkdir() lost its dummy second arg | Jack Jansen | 1996-08-06 | 1 | -0/+4 |
| | |||||
* | Upgraded to Waste 1.2f | Jack Jansen | 1996-08-06 | 3 | -98/+114 |
| | |||||
* | Regenerated | Jack Jansen | 1996-08-02 | 10 | -30/+0 |
| | |||||
* | Removed unused var | Jack Jansen | 1996-08-01 | 2 | -5/+0 |
| | |||||
* | NumVersion stuff has changed | Jack Jansen | 1996-08-01 | 2 | -47/+8 |
| | |||||
* | Added access to selFlags and listFlags members (both read and write) | Jack Jansen | 1996-07-26 | 2 | -4/+68 |
| | |||||
* | Added SetFolder method which sets Standard File initial folder | Jack Jansen | 1996-07-22 | 1 | -0/+29 |
| | |||||
* | inittab is a "struct _inittab". | Jack Jansen | 1996-07-10 | 1 | -4/+1 |
| | |||||
* | Added splash method (to quickly display splash screen without first | Jack Jansen | 1996-05-20 | 1 | -0/+20 |
| | | | | having to load a zillion extension modules) | ||||
* | Added waste | Jack Jansen | 1996-05-20 | 1 | -0/+6 |
| | |||||
* | Fixed callback handling on 68K machines. | Jack Jansen | 1996-05-20 | 2 | -16/+22 |
| |