Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -2/+2 |
| | |||||
* | Added a function SetUserItemHandler: this takes a function(dialog, | Jack Jansen | 1998-07-10 | 1 | -0/+52 |
| | | | | | | 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. | ||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -3/+0 |
| | |||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -0/+5 |
| | | | | | | 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. | ||||
* | Added support for GetDialogWindow and other accessor functions | Jack Jansen | 1996-09-23 | 1 | -0/+14 |
| | |||||
* | Replaced various dummy updateRegions by real arguments | Jack Jansen | 1996-04-10 | 1 | -1/+1 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -5/+3 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | Use ResObj_OptNew for GetDialogItem return value: the handle returned | Jack Jansen | 1995-08-17 | 1 | -0/+6 |
| | | | | may be NULL (for user items, for instance). | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -0/+5 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | fix bug in filterproc interface | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
| | |||||
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 1 | -2/+6 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+121 |