summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* added SetEventHandlerJack Jansen1997-06-201-12/+25
|
* Adapted to new event handling. It is now also possible to abort out ofJack Jansen1997-06-202-2/+12
| | | | an AESend with command-. (unless specifically disabled, of course).
* Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to returnJack Jansen1997-06-161-1/+28
| | | | an FSSpec to a non-existing file.
* Removed SetScheduleTimesJack Jansen1997-06-031-26/+66
| | | | | Added SchedParams Added docstrings for most routines
* Added zlib (optional on USE_ZLIB)Jack Jansen1997-06-031-0/+6
|
* RenamedJack Jansen1997-05-231-1/+1
|
* Added keys() and mapping interface to shared-library objects, allowingJack Jansen1997-05-231-2/+103
| | | | iteration over all symbols exported
* Don't free the MacOS_Splash() dialog twice...Jack Jansen1997-05-131-2/+4
|
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-075-7/+7
| | | | - c2pstr has moved to a different include file
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
| | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-082-7/+7
|
* Added an attribute string_id_to_buffer, which gives the offset youJack Jansen1997-04-031-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 (withJack Jansen1997-04-031-27/+57
| | | | | textual messages) - Plugged a memory leak or two
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-2417-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 #endifJack Jansen1997-02-201-1/+1
|
* Added operator, errno and soundex modules.Jack Jansen1997-02-201-1/+7
|
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
|
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903
|
* Added/updated copyright noticesJack Jansen1997-01-318-10/+9
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* RenamedJack Jansen1997-01-305-621/+617
|
* Added imgpngJack Jansen1997-01-301-0/+2
|
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596
| | | | wrapper shortly)
* Added gdbm (if USE_GDBM defined)Jack Jansen1996-12-231-0/+6
|
* Got rid of nfullpath()Jack Jansen1996-11-092-3/+2
|
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-231-6/+3
|
* removed unused varJack Jansen1996-10-231-1/+0
|
* Added support for tab hooksJack Jansen1996-10-232-0/+59
|
* Fixed xstat to again include resroucefork size, creator, type. ObtainJack Jansen1996-10-151-14/+50
| | | | | thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree).
* Fixed object-handler-install bugJack Jansen1996-10-011-1/+1
|
* Fixed bug in object-handler install arg handlingJack Jansen1996-10-011-1/+1
|
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-014-35/+42
| | | | object.
* Added DebugStr method to drop into low-level debuggerJack Jansen1996-09-301-0/+16
|
* Added dialog-centering code to splash()Jack Jansen1996-09-231-1/+16
|
* Added support for GetDialogWindow and other accessor functionsJack Jansen1996-09-232-0/+93
|
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+21
|
* Fixed macos.splash to actually *draw* the splash box:-)Jack Jansen1996-09-151-3/+7
|
* Added [GS]etDates methods to get and set creation, modification andJack Jansen1996-09-151-0/+88
| | | | backup times.
* - Renamed USE_BGEN to USE_TOOLBOXJack Jansen1996-08-201-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 Jansen1996-08-192-34/+4
|
* GUSI mkdir() lost its dummy second argJack Jansen1996-08-061-0/+4
|
* Upgraded to Waste 1.2fJack Jansen1996-08-063-98/+114
|
* RegeneratedJack Jansen1996-08-0210-30/+0
|
* Removed unused varJack Jansen1996-08-012-5/+0
|
* NumVersion stuff has changedJack Jansen1996-08-012-47/+8
|
* Added access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-262-4/+68
|
* Added SetFolder method which sets Standard File initial folderJack Jansen1996-07-221-0/+29
|
* inittab is a "struct _inittab".Jack Jansen1996-07-101-4/+1
|
* Added splash method (to quickly display splash screen without firstJack Jansen1996-05-201-0/+20
| | | | having to load a zillion extension modules)
* Added wasteJack Jansen1996-05-201-0/+6
|
* Fixed callback handling on 68K machines.Jack Jansen1996-05-202-16/+22
|