summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* - Don't return mac-style pathnames in unix-Python.Jack Jansen2001-08-082-168/+79
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-071-6/+0
* Got rid of mactcp cruft, added Mlte and CF modules.Jack Jansen2001-08-071-8/+6
* Removed unused variable.Jack Jansen2001-08-071-2/+0
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-071-2/+2
* Oops, arg type for the glue routine was wrong.Jack Jansen2001-08-061-1/+1
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-031-1/+16
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-033-3/+26
* (Finally) converted to new-style args.Jack Jansen2001-08-031-37/+136
* Used an adapted MethodGenerator to generate methods too for functions that ha...Jack Jansen2001-07-173-326/+300
* The TNXDraw gworld argument is optional.Jack Jansen2001-07-163-2/+35
* Various small fixes. The demo now starts to limp along.Jack Jansen2001-07-143-2/+36
* Fixed the mis-guessed parameters and added support for a few optional paramet...Jack Jansen2001-07-133-20/+143
* First stab at an interface to the Multi Language Text Editor. It compiles and...Jack Jansen2001-07-133-0/+1528
* Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an...Jack Jansen2001-07-081-10/+274
* Do conversion of CFStrings to/from unicode.unknown2001-07-042-43/+255
* - Use weaklink generators so we can support OSX-only calls without crashing o...Jack Jansen2001-07-012-5/+41
* Added CFURL support, and got base chaining to really work.Jack Jansen2001-06-283-46/+547
* CFArray, CFData and CFDictonary are now covered, but mainly opaque.Jack Jansen2001-06-273-9/+2372
* First small step towards bgen-generated CoreFoundation. there is hardly any r...Jack Jansen2001-06-263-0/+666
* Added support for the gc module (!).Just van Rossum2001-06-211-0/+6
* Got rid of a silly #if.Jack Jansen2001-06-201-1/+1
* Don't use extern when we mean staticforward (OSX gcc is picky about it).Jack Jansen2001-06-203-24/+5
* {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For no...Jack Jansen2001-06-202-36/+5
* ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.Jack Jansen2001-06-204-4/+4
* Added a const to shut up a compiler warning.Jack Jansen2001-06-202-2/+2
* Reversed the order of the checks for None or a Dialog where a Window is expec...Jack Jansen2001-06-202-22/+8
* Removed some unused routines under Carbon. They caused compile errors with UH34.Jack Jansen2001-06-201-0/+3
* Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead o...Jack Jansen2001-06-202-3/+18
* Fixed an error in the signature of the QdRGB converter routines.Jack Jansen2001-06-132-4/+4
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-2241-5765/+2230
* Fixed changed UPP routines names. The module now compiles and loads.Jack Jansen2001-05-221-3/+7
* Ifdeffed a few more sections. All functionality that is relevant on MacOSXJack Jansen2001-05-191-4/+13
* Include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-193-8/+28
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-1726-2/+463
* Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...Jack Jansen2001-05-121-0/+4
* Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...Jack Jansen2001-05-122-10/+13
* Check RefCon backpointer to python object with IsPointerValid() before derefe...Jack Jansen2001-04-252-2/+4
* Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ...Jack Jansen2001-03-201-0/+28
* FindFolder argument is a short, not an unsigned short.Jack Jansen2001-03-151-1/+1
* Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly corre...Jack Jansen2001-03-022-0/+7
* Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.Jack Jansen2001-02-282-0/+14
* SetListCellIndent() argument was guessed incorrectly. Fixed.Jack Jansen2001-02-272-15/+10
* Soundex has gone.Jack Jansen2001-02-271-2/+0
* On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr...Jack Jansen2001-02-202-12/+20
* Oops, repr didn't allocate the memory it used...Jack Jansen2001-02-112-1/+19
* Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at d...Jack Jansen2001-02-062-11/+107