Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 9 | -11/+11 |
| | |||||
* | Added optional mouseregion parameter to WaitNextEvent (which is now | Jack Jansen | 1998-09-17 | 3 | -25/+56 |
| | | | | manually generated). | ||||
* | I give in (after all these years): renaming config.c to macconfig.c to forestall | Jack Jansen | 1998-08-18 | 1 | -0/+0 |
| | | | | the continuous name conflicts which cause the wrong config.c to be found. | ||||
* | - Added a function MoviesTask, which is the same as the method but | Jack Jansen | 1998-07-22 | 2 | -3/+29 |
| | | | | | with a null movie (giving time to all active movies) - Made the graphics world parameter to SetMovieGWorld optional. | ||||
* | Added a function SetUserItemHandler: this takes a function(dialog, | Jack Jansen | 1998-07-10 | 2 | -0/+110 |
| | | | | | | item) as parameter and returns a handle suitable for passing to SetDialogItem as a user-item redraw routine. Note that you can only make one of these, for now. | ||||
* | The init routine for MacOS had a non-standard name. Changed to | Jack Jansen | 1998-07-01 | 2 | -3/+3 |
| | | | | initMacOS(). | ||||
* | Added {Get,Set}PopupData calls to get at the data for popup menu controls. | Jack Jansen | 1998-06-19 | 2 | -0/+85 |
| | |||||
* | Allow an (optional) tracking function (or -1) to be specified to | Jack Jansen | 1998-05-28 | 3 | -41/+166 |
| | | | | | TrackControl. TrackControl is now manually generated (too much work to explain this to bgen). | ||||
* | Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). | Jack Jansen | 1998-04-27 | 2 | -4/+4 |
| | |||||
* | Added FOUR_CHAR_CODE define | Jack Jansen | 1998-04-27 | 1 | -0/+4 |
| | |||||
* | New versions from Just. | Jack Jansen | 1998-04-27 | 2 | -9/+5 |
| | |||||
* | Grmpf, a lot more routines have gotten a "Mac" prefix for their | Jack Jansen | 1998-04-24 | 9 | -8/+956 |
| | | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files. | ||||
* | Added support for the horribly complex TimeRecord, so we can position | Jack Jansen | 1998-04-23 | 3 | -9/+431 |
| | | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else). | ||||
* | SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. | Jack Jansen | 1998-04-23 | 4 | -21/+39 |
| | |||||
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 13 | -198/+1679 |
| | |||||
* | Added ColorPicker and Printing modules, donated by Just. In config.c | Jack Jansen | 1998-04-21 | 3 | -0/+570 |
| | | | | they're dependent on the WITH_TOOLBOX define. | ||||
* | 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 |