summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/dlg/dlgscan.py
Commit message (Collapse)AuthorAgeFilesLines
* StdFilterProc() uses InOut parameters.Jack Jansen2003-02-271-0/+7
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-10/+0
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
| | | | we catch errors during the build process in stead of later during runtime.
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
|
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-3/+8
|
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-051-0/+1
| | | | Universal Headers 3.4
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+7
|
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-251-0/+4
| | | | | GetDialogWindow() returns an existing window. Added a comment that the methodchain Dialogs->Windows is suspect under Carbon/MacOSX, but we need it under Carbon. No solution yet:-(
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-0/+6
| | | | | | 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-1/+5
|
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-0/+5
|
* 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/+1
| | | | | | 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.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-1/+2
| | | | Lib:toolbox folder.
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-171-0/+4
| | | | may be NULL (for user items, for instance).
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-1/+7
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* another round... ported to __SC__Guido van Rossum1995-02-191-0/+5
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+67