Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 27 | -64/+68 |
| | |||||
* | Removed reop | Jack Jansen | 1998-04-17 | 1 | -2/+0 |
| | |||||
* | Added Sndihooks | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Module with hooks for sound input | Jack Jansen | 1998-04-15 | 1 | -0/+514 |
| | |||||
* | Reindented some of the C code | Jack Jansen | 1998-04-15 | 2 | -40/+46 |
| | |||||
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 3 | -9/+448 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
| | | | | Char/CharParameter | ||||
* | Regerated: Style and StyleParameter are different beasts | Jack Jansen | 1998-02-25 | 1 | -2/+2 |
| | |||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 28 | -1201/+2918 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Fixed double-dispose of splash() dialog | Jack Jansen | 1998-02-20 | 1 | -0/+2 |
| | |||||
* | Updated for Waste 1.3 | Jack Jansen | 1998-02-20 | 2 | -23/+287 |
| | |||||
* | Add fstat() if using GUSI | Jack Jansen | 1998-02-20 | 1 | -24/+29 |
| | |||||
* | Universal Headers 3 | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Updated to Universal Headers 3 constant names | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added cPickle and cStringIO | Jack Jansen | 1998-01-06 | 1 | -0/+7 |
| | |||||
* | 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 |
| | | | | for blacklisting them. | ||||
* | 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 |
| | | | | reason they were blacklisted, we can handle them as generic Handles. | ||||
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 3 | -2/+39 |
| | | | | reason they were excluded. | ||||
* | 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 |
| | | | | 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 |
| |