summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/Nav.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, 'k' is the new format code for un unchecked 32 bit quantity,Jack Jansen2003-04-171-4/+4
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-171-5/+5
* Removed unused variableJack Jansen2003-03-071-1/+0
* Fixed the first two bugs in the new file dialogs (found by Just):Jack Jansen2003-01-171-10/+11
* For reasons unknown previewProc and filterProc were disabled. Enabled them.Jack Jansen2003-01-171-4/+2
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-6/+6
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-4/+0
* Allow access to the returned value(s) as FSRefs. Unfortunately for someJack Jansen2002-11-221-2/+38
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-1/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* 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