Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle .icns and .plist files for applets. | Jack Jansen | 2002-03-29 | 1 | -5/+23 |
| | | | | | Also, for now (until we learn to parse .plist files) we make a special case for the IDE, setting the creator to "Pide". | ||||
* | Implemented buildtools for MachoPython .app bundles. The API is compatible | Jack Jansen | 2002-03-29 | 1 | -2/+150 |
| | | | | enough that IDE and BuildApplet can create applets, yeah! | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | Allow selecting a template in findtemplate(), so Classic programs can build ↵ | Jack Jansen | 2001-02-17 | 1 | -6/+8 |
| | | | | Carbon applets and vice-versa. | ||||
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon. | ||||
* | Set the finder "is shared" bit, by request of Joe Strout. It seems this ↵ | Jack Jansen | 1999-12-03 | 1 | -1/+1 |
| | | | | | | allows multiple simultaneous copies to be run from a server, and Applets shouldn't write their datafork so it appears safe. | ||||
* | Remove all owner resources from template, and if no owner resource contained in | Jack Jansen | 1999-03-17 | 1 | -14/+22 |
| | | | | applet-specific rsrc file we add a "Pyta" owner resource. Owner resources have both id=0 and name="Owner resource" (is this always true?). | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -1/+1 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| | |||||
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |