summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctlscan.py
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-06-211-0/+172
| | | | 'release21-maint'.
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-04-171-171/+0
| | | | 'release21-maint'.
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-091-0/+3
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-2/+3
|
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-9/+44
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-0/+9
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-8/+15
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-14/+14
|
* Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a ↵Jack Jansen1999-12-091-0/+12
| | | | few routines that seem to be missing in my CW Pro 5.1.
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-091-4/+11
| | | | HandleControlClick. Untested.
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-071-0/+4
| | | | output parameter.
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-281-5/+6
| | | | | TrackControl. TrackControl is now manually generated (too much work to explain this to bgen).
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-0/+2
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+22
| | | | | | 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 GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-151-2/+0
| | | | reason they were excluded.
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-011-1/+1
| | | | object.
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-121-1/+2
| | | | destroyed python object.
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-1/+8
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+60