summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/dlg/dlgsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-4/+0
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-131-7/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-1/+1
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-1/+1
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-15/+0
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-2/+2
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-051-1/+1
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-16/+13
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-1/+17
* On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr...Jack Jansen2001-02-201-4/+8
* Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at d...Jack Jansen2001-02-061-4/+60
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-8/+17
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-251-1/+27
* 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-1/+1
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-4/+0
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-1/+1
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-3/+4
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-0/+1
* 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/+52
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+5
* Added support for GetDialogWindow and other accessor functionsJack Jansen1996-09-231-0/+14
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-1/+1
* - Added color window/pixmap supportJack Jansen1995-12-121-5/+3
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-171-0/+6
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+5
* fix bug in filterproc interfaceGuido van Rossum1995-02-211-1/+1
* another round... ported to __SC__Guido van Rossum1995-02-191-2/+6
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+121