Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindFolder argument is a short, not an unsigned short. | Jack Jansen | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 1 | -5/+6 |
| | | | | | | needed header files included. | ||||
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵ | Jack Jansen | 2000-07-07 | 1 | -1/+1 |
| | | | | specifier, now that h is signed-only. | ||||
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
| | |||||
* | Made the core toolbox modules carbon-compatible using the new greylist ↵ | Jack Jansen | 2000-06-02 | 1 | -0/+4 |
| | | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there. | ||||
* | Big oops: macfs has always been using a private exception but calling it ↵ | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
| | | | | | | | mac.error. It now uses MacOS.Error (the OSErr valued error) and advertises that too. This fix shouldn't break anything, I guess. | ||||
* | New exception interface | Jack Jansen | 1997-10-07 | 1 | -5/+1 |
| | |||||
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -1/+10 |
| | |||||
* | Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return | Jack Jansen | 1997-06-16 | 1 | -1/+28 |
| | | | | an FSSpec to a non-existing file. | ||||
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 1 | -2/+2 |
| | | | | - c2pstr has moved to a different include file | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -2/+2 |
| | | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit) | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Renamed | Jack Jansen | 1997-01-30 | 1 | -172/+171 |
| | |||||
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 1 | -2/+1 |
| | |||||
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+21 |
| | |||||
* | Added [GS]etDates methods to get and set creation, modification and | Jack Jansen | 1996-09-15 | 1 | -0/+88 |
| | | | | backup times. | ||||
* | Added SetFolder method which sets Standard File initial folder | Jack Jansen | 1996-07-22 | 1 | -0/+29 |
| | |||||
* | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -2/+0 |
| | |||||
* | Added new call PromptGetFile (like StandardGetFile, but accepts a | Jack Jansen | 1995-08-14 | 1 | -2/+29 |
| | | | | prompt) and added optional prompt to GetDirectory. | ||||
* | Added interfaces to {Get,Set}FInfo and accompanying objects | Jack Jansen | 1995-08-07 | 1 | -1/+174 |
| | |||||
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
| | |||||
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
| | |||||
* | replace %#s with portable solution | Guido van Rossum | 1995-02-20 | 1 | -13/+14 |
| | |||||
* | Added GetDirectory() method | Jack Jansen | 1995-02-20 | 1 | -1/+16 |
| | |||||
* | ported to Think C | Guido van Rossum | 1995-02-14 | 1 | -0/+1 |
| | |||||
* | Added RawFSSpec and RawAlias methods which turn their string arguments | Jack Jansen | 1995-02-13 | 1 | -0/+53 |
| | | | | into fsspec and alias objects. | ||||
* | Added [GS]etCreatorType methods to FSSpec objects | Jack Jansen | 1995-02-02 | 1 | -0/+49 |
| | |||||
* | fixed StandardGetFile argument handling | Guido van Rossum | 1995-01-30 | 1 | -11/+4 |
| | |||||
* | added (method) casts and 1995 copyright | Guido van Rossum | 1995-01-26 | 1 | -9/+12 |
| | |||||
* | Complete rewrite. | Jack Jansen | 1995-01-26 | 1 | -49/+349 |
| | |||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -4/+4 |
| | |||||
* | ported to THINK C (not tested yet) | Guido van Rossum | 1995-01-19 | 1 | -0/+4 |
| | |||||
* | Initial version of FSSpec and Alias code. Non-functional as of now. | Jack Jansen | 1995-01-18 | 1 | -0/+184 |