| Commit message (Expand) | Author | Age | Files | Lines |
* | Added pcre module | Jack Jansen | 1997-10-08 | 1 | -0/+2 |
|
|
* | New exception interface | Jack Jansen | 1997-10-07 | 4 | -18/+5 |
|
|
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 19 | -7/+111 |
|
|
* | Added interface to the Balloon Help Manager | Jack Jansen | 1997-09-09 | 4 | -0/+494 |
|
|
* | Added SysBeep | Jack Jansen | 1997-09-08 | 1 | -7/+22 |
|
|
* | Can't remember... | Jack Jansen | 1997-09-01 | 1 | -13/+2 |
|
|
* | Added GetTicks() here, so profiling can use a decent timer | Jack Jansen | 1997-09-01 | 1 | -0/+9 |
|
|
* | Added #include <WETabs.h>, which had somehow gone missing | Jack Jansen | 1997-08-27 | 3 | -4/+20 |
|
|
* | Added reop | Jack Jansen | 1997-08-19 | 1 | -0/+2 |
|
|
* | Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason | Jack Jansen | 1997-08-15 | 3 | -5/+59 |
|
|
* | Added #include <string.h> for memcpy() | Jack Jansen | 1997-08-15 | 2 | -0/+2 |
|
|
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 3 | -4/+348 |
|
|
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 3 | -2/+39 |
|
|
* | Made AEDesc_{New,Convert} global | Jack Jansen | 1997-08-15 | 2 | -8/+8 |
|
|
* | 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 |
|
|
* | Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return | Jack Jansen | 1997-06-16 | 1 | -1/+28 |
|
|
* | Removed SetScheduleTimes | Jack Jansen | 1997-06-03 | 1 | -26/+66 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 3 | -13/+192 |
|
|
* | 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 |
|
|
* | - Most errors are *not* OSErr style, so raise better exceptions (with | Jack Jansen | 1997-04-03 | 1 | -27/+57 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 17 | -205/+114 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|