| Commit message (Expand) | Author | Age | Files | Lines |
* | Hmm, in some cases we don't seem to get our scriptname in argv[0]. | Jack Jansen | 2002-08-02 | 1 | -2/+13 |
|
|
* | Final step in making applets first-class citizens: if the applet wants | Jack Jansen | 2002-08-02 | 2 | -0/+56 |
|
|
* | Oops, the -psn stuff is in argv[1], of course. | Jack Jansen | 2002-08-02 | 1 | -2/+2 |
|
|
* | Got rid of a couple of OS9-isms. | Jack Jansen | 2002-08-02 | 1 | -3/+8 |
|
|
* | - Slightly better error message in case of syntax errors in the script. | Jack Jansen | 2002-08-02 | 1 | -3/+5 |
|
|
* | - Remove -psn-xxxx argument added by the Finder. | Jack Jansen | 2002-08-02 | 1 | -1/+4 |
|
|
* | Construct a sys.argv from the initial AppleEvent sent by the finder | Jack Jansen | 2002-08-02 | 1 | -0/+111 |
|
|
* | Slightly better error message in case of missing resources. | Jack Jansen | 2002-08-02 | 1 | -5/+5 |
|
|
* | Added a __contains__ method. | Jack Jansen | 2002-07-26 | 1 | -0/+3 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | In plugin projects use (by default) the new mwerks_shcarbon_pch | Jack Jansen | 2002-06-26 | 1 | -1/+1 |
|
|
* | Close the project after generating it, so we don't keep a gazillion project | Jack Jansen | 2002-06-26 | 1 | -0/+1 |
|
|
* | Turns out GetArgv() options can be 4-tuples too, with the last value being th... | Jack Jansen | 2002-06-26 | 1 | -3/+9 |
|
|
* | Open the source file in universal newline mode. | Jack Jansen | 2002-06-20 | 1 | -1/+1 |
|
|
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 1 | -45/+96 |
|
|
* | Allow the shared library initialization routine to be overridden with an init... | Jack Jansen | 2002-05-23 | 3 | -2/+4 |
|
|
* | Regenerated from new Universal Headers. | Jack Jansen | 2002-05-22 | 16 | -261/+717 |
|
|
* | Fixed a mistake on my part when regenerating: removed a bogus import of Appls... | Jack Jansen | 2002-05-07 | 1 | -2/+0 |
|
|
* | Regenerated. | Jack Jansen | 2002-04-24 | 1 | -4/+4 |
|
|
* | Second part of fix for #493826: regenerated suite modules so errn exists but ... | Jack Jansen | 2002-04-23 | 33 | -1012/+687 |
|
|
* | Regenerated to include Internet Config error strings. | Jack Jansen | 2002-04-22 | 1 | -9/+72 |
|
|
* | Get rid of backward compatibility modules. Do this fairly early in the 2.3 cy... | Jack Jansen | 2002-04-11 | 45 | -180/+0 |
|
|
* | Suite to talk to the OSX Terminal application. | Jack Jansen | 2002-03-30 | 2 | -0/+345 |
|
|
* | Got rid of obsolete way to get at various toolbox types. | Jack Jansen | 2002-03-30 | 1 | -5/+3 |
|
|
* | Handle .icns and .plist files for applets. | Jack Jansen | 2002-03-29 | 1 | -5/+23 |
|
|
* | Implemented buildtools for MachoPython .app bundles. The API is compatible | Jack Jansen | 2002-03-29 | 1 | -2/+150 |
|
|
* | Don't attempt to create a dummy fsspec if the user cancelled out, just | Jack Jansen | 2002-03-29 | 1 | -3/+6 |
|
|
* | Re-raise the Res.Error if the file doesn't exist. | Jack Jansen | 2002-03-29 | 1 | -0/+2 |
|
|
* | If the file has no resource fork first check to see whether it's a | Jack Jansen | 2002-03-29 | 1 | -5/+12 |
|
|
* | Removed debug. | Jack Jansen | 2002-03-29 | 1 | -1/+0 |
|
|
* | Added an open_pathname() method which opens a resource file by pathname, | Jack Jansen | 2002-03-21 | 1 | -7/+12 |
|
|
* | mkalias() now also works for folders. Fixes bug #515830. | Just van Rossum | 2002-03-10 | 1 | -3/+7 |
|
|
* | Added support for unicode strings (utxt). | Jack Jansen | 2002-02-05 | 1 | -0/+7 |
|
|
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 1 | -7/+12 |
|
|
* | Rename the routine to start the target running _start(), with a compatibility | Jack Jansen | 2002-01-23 | 1 | -2/+6 |
|
|
* | Regenerated to take advantage of new _builtinSuites package. | Jack Jansen | 2002-01-22 | 15 | -660/+588 |
|
|
* | A "magic" suite that is the base suite for StdSuites. This solves a problem w... | Jack Jansen | 2002-01-22 | 2 | -0/+168 |
|
|
* | Get rid of fsspec type initializer, it wasn't used anyway. | Jack Jansen | 2002-01-21 | 1 | -2/+0 |
|
|
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 1 | -12/+26 |
|
|
* | Fixed to work under MachoPython, doing the expected unpacking for applesingle... | Jack Jansen | 2002-01-13 | 1 | -2/+24 |
|
|
* | UH 3.4 checkin that I had forgotten about. | Jack Jansen | 2002-01-04 | 1 | -4/+51 |
|
|
* | Some of the new routines are carbon-only. | Jack Jansen | 2002-01-04 | 1 | -4/+4 |
|
|
* | Updated for CW7 | Jack Jansen | 2001-12-14 | 2 | -538/+114 |
|
|
* | Add default values for options in the class init routine, not in the convenie... | Jack Jansen | 2001-12-14 | 2 | -14/+17 |
|
|
* | first checkin for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+25 |
|
|
* | Don't barf when an AppleEvent was not handled. It's ok to ignore. | Just van Rossum | 2001-12-13 | 1 | -2/+3 |
|
|
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 1 | -54/+284 |
|
|
* | Support files for CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+353 |
|
|
* | The new menu initialization code would also add the SIOUX menus if a (frozen)... | Jack Jansen | 2001-12-10 | 1 | -5/+9 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|