summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctlscan.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-171/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-158/+158
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-0/+1
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-14/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-150/+3
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-151-6/+6
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Oops, forgot to mark CreateScrollBarControl and CreateSliderControlJust van Rossum2001-12-311-0/+2
* - added support for ControlActionProcs, exposing the following calls:Just van Rossum2001-12-301-1/+5
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-181-10/+12
* Added support for tab controls and initial (incomplete) supportJust van Rossum2001-12-181-7/+32
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-141-0/+94
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-131-0/+1
* Updated for Universal Headers 3.4.Just van Rossum2001-12-121-1/+32
* Don't use extern when we mean staticforward (OSX gcc is picky about it).Jack Jansen2001-06-201-0/+1
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-091-0/+3
* 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
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-8/+15
* 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 few...Jack Jansen1999-12-091-0/+12
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-091-4/+11
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-071-0/+4
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-281-5/+6
* 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
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-151-2/+0
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-011-1/+1
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-121-1/+2
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-1/+8
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+60