summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* Treat an empty kwdict argument the same as a missing one.Jack Jansen2001-01-191-20/+20
* Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"...Jack Jansen2001-01-191-0/+8
* The interruptRoutine attribute is gone under Carbon. Luckily it appears that ...Jack Jansen2001-01-122-2/+10
* SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H...Jack Jansen2001-01-122-29/+7
* xstat() will never be implemented under Carbon. Fortunately it also doesn't a...Jack Jansen2001-01-121-5/+5
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-093-21/+22
* Various tweaks to make it everything build and compile again under carbon. Ma...Jack Jansen2001-01-095-0/+86
* Fixed a few declarations.Jack Jansen2001-01-032-0/+6
* Remove (unused) regex imports.Jack Jansen2001-01-022-2/+0
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-193-93/+163
* Added hash() and compare() functions. Needed because multiple WinObj's can no...Jack Jansen2000-12-192-2/+35
* Blacklisted a few constants with funny definitions (and they're not important...Jack Jansen2000-12-191-0/+7
* Set autodispose only if RefCon isn't set yet on the window. This way we don't...Jack Jansen2000-12-142-6/+117
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-1220-491/+2240
* Use new multi-input-file feature of bgen in stead of @-file hack to parse mul...Jack Jansen2000-12-123-247/+339
* Drag moved to core toolbox modules (Win uses it).Jack Jansen2000-12-121-2/+2
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-1028-546/+3034
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ...Jack Jansen2000-10-191-0/+13
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
* Added a method KeepConsole so programs can override the Keep console open opt...Jack Jansen2000-10-121-0/+16
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-141-0/+5
* Added Qdoffs and (optionally) icglue modules.Jack Jansen2000-09-141-0/+8
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-082-10/+10
* Got rid of Py_FatalError calls.Jack Jansen2000-09-085-12/+6
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-253-2/+43
* Added a prototype for mstats().Jack Jansen2000-08-251-0/+2
* Window objects now also have an AutoDispose funcpointer (set for our windows,...Jack Jansen2000-08-253-23/+61
* HMGetBalloonWindow should try to return an existing window.Jack Jansen2000-08-252-1/+3
* - Added pyexpat.Jack Jansen2000-08-251-3/+9
* Updated for new AppleScript structure and moved to Lib (it's far too useful t...Jack Jansen2000-08-201-71/+0
* Fixed again to work with the old scripting interface (so we can test the new ...Jack Jansen2000-08-201-1/+1
* ANSIfied.Jack Jansen2000-07-311-6/+6
* Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo...Jack Jansen2000-07-242-2/+2
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-148-75/+0
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-1437-206/+206
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-1444-916/+152
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-111-4/+0
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-112-5/+7
* Fiddled declaration/implementation of setcallback() so that it is ansifyable.Jack Jansen2000-07-112-8/+16
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-111-15/+15
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-0723-86/+86
* added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math.Jack Jansen2000-06-281-1/+7
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-2114-5/+160
* Made to work under carbon.Jack Jansen2000-06-203-2/+44
* Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access.Jack Jansen2000-06-202-0/+84
* Moved AE module to the core toolbox set: it is needed by Nav and it isn't all...Jack Jansen2000-06-071-2/+2
* Removed SYMANTEC_CFM68K support.Jack Jansen2000-06-041-4/+0
* Removed USE_STDWIN support.Jack Jansen2000-06-044-87/+1
* Removed THINK_C support.Jack Jansen2000-06-042-8/+0