summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/Nav.c
Commit message (Expand)AuthorAgeFilesLines
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-041-81/+27
* Don't call PyMac_HandleEvent in unix-PythonJack Jansen2001-09-021-0/+2
* Fixed changed UPP routines names. The module now compiles and loads.Jack Jansen2001-05-221-3/+7
* Treat an empty kwdict argument the same as a missing one.Jack Jansen2001-01-191-20/+20
* 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