summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/dlg/Dlgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed.Jack Jansen2001-08-231-1426/+0
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-197/+76
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-1/+15
* On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr...Jack Jansen2001-02-201-8/+12
* Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at d...Jack Jansen2001-02-061-7/+47
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-2/+184
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-251-1/+12
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-141-4/+0
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-2/+2
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-39/+1
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-2/+2
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-4/+10
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-4/+126
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-2/+2
* Added a function SetUserItemHandler: this takes a function(dialog,Jack Jansen1998-07-101-0/+58
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-6/+6
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-183/+317
* Export type objects to PythonJack Jansen1997-09-201-0/+4
* Added support for GetDialogWindow and other accessor functionsJack Jansen1996-09-231-0/+79
* RegeneratedJack Jansen1996-08-021-3/+0
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-3/+8
* - Added color window/pixmap supportJack Jansen1995-12-121-2/+11
* Generated anewJack Jansen1995-08-171-1/+2
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-92/+190
* fix bug in filterproc interfaceGuido van Rossum1995-02-211-1/+1
* another round... ported to __SC__Guido van Rossum1995-02-191-91/+11
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+905