| Commit message (Expand) | Author | Age | Files | Lines |
* | Added {Get,Set}WindowUserData methods. | Jack Jansen | 1998-10-22 | 3 | -6/+44 |
|
|
* | 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 |
|
|
* | I give in (after all these years): renaming config.c to macconfig.c to forestall | Jack Jansen | 1998-08-18 | 1 | -0/+0 |
|
|
* | - Added a function MoviesTask, which is the same as the method but | Jack Jansen | 1998-07-22 | 2 | -3/+29 |
|
|
* | Added a function SetUserItemHandler: this takes a function(dialog, | Jack Jansen | 1998-07-10 | 2 | -0/+110 |
|
|
* | The init routine for MacOS had a non-standard name. Changed to | Jack Jansen | 1998-07-01 | 2 | -3/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added support for the horribly complex TimeRecord, so we can position | Jack Jansen | 1998-04-23 | 3 | -9/+431 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|