summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/Nav.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes that should make it possible to run Python on machines without NavServi...Jack Jansen2000-09-141-0/+5
* Got rid of Py_FatalError calls.Jack Jansen2000-09-081-3/+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-8/+1
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-1/+12
* Got rid of PyMem_XDEL.Jack Jansen2000-05-051-7/+7
* Handling of defaultLocation argument was wrong, causing a crash when used. Fi...Jack Jansen2000-01-131-1/+16
* Added a line about passing None as eventProc to the docstring to get movableJack Jansen1999-12-171-0/+1
* Finished (I think), but only very lightly tested. Should now have full interf...Jack Jansen1999-12-171-104/+413
* Allow keyword arguments, and the dialog is now actually shown. No way toJack Jansen1999-12-161-29/+53
* Navigation Services module. Started from scratch, as Joe's module exported to...Jack Jansen1999-12-161-0/+618