Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
| | | | | | - don't identify() enum values. - make aetools.Error available in the package module. | ||||
* | Updated the applescript documentation for te new framework, and replaced the ↵ | Jack Jansen | 2000-08-20 | 9 | -963/+1252 |
| | | | | | | Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or higher should have). | ||||
* | Added a package for the other browser too. | Jack Jansen | 2000-08-20 | 6 | -0/+964 |
| | |||||
* | Moved to unsupported: it never lived up to its expectancies, and for the Mac ↵ | Jack Jansen | 2000-08-20 | 10 | -0/+0 |
| | | | | all the functionality is available in the IDE. | ||||
* | Moved to unsupported: it doesn't work anymore and it has outlived its ↵ | Jack Jansen | 2000-08-20 | 1 | -0/+0 |
| | | | | usefulness so I don't want to fix it. | ||||
* | Updated for new AppleScript structure and moved to Lib (it's far too useful ↵ | Jack Jansen | 2000-08-20 | 1 | -8/+2 |
| | | | | to lurk in the source folder). | ||||
* | Fixed again to work with the old scripting interface (so we can test the new ↵ | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
| | | | | one actually still works). | ||||
* | Updated for the new applescript interface (which actually makes it so ↵ | Jack Jansen | 2000-08-20 | 1 | -23/+6 |
| | | | | ridiculously simple that its main reason for existence is backward compatability). | ||||
* | Enums we cannot find are set to None, and enumsubst understands this (no ↵ | Jack Jansen | 2000-08-20 | 2 | -6/+10 |
| | | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). | ||||
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
| | | | | Do two passes over the suites so we can figure out dependencies for enums and such. The manual method was getting too cumbersome for Finder suites. | ||||
* | Finder suite. | Jack Jansen | 2000-08-20 | 12 | -0/+3801 |
| | |||||
* | Regenerated with fixes to gensuitemodule. | Jack Jansen | 2000-08-20 | 6 | -44/+44 |
| | |||||
* | Package with suites for talking to CodeWarrior. | Jack Jansen | 2000-08-17 | 5 | -0/+3554 |
| | |||||
* | Package with suites for talking to netscape. | Jack Jansen | 2000-08-17 | 8 | -0/+1362 |
| | |||||
* | The package with standard suites. These are used separately and as base ↵ | Jack Jansen | 2000-08-17 | 10 | -0/+4440 |
| | | | | classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package). | ||||
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
| | |||||
* | Generate packages in stead of separate modules. The package main module ↵ | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
| | | | | imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. | ||||
* | Removed temporary code to disable OT networking (this was a workaround for ↵ | Jack Jansen | 2000-08-17 | 1 | -1/+1 |
| | | | | getpeername() not working in a previous release of GUSI, but it has been fixed). | ||||
* | Removed temporary code that always set creator to SimpleText. | Jack Jansen | 2000-08-17 | 1 | -2/+7 |
| | |||||
* | Moved PyOS_StackCheck prototype to pythonrun.h | Jack Jansen | 2000-08-07 | 1 | -1/+0 |
| | |||||
* | Project for pyexpat module. | Jack Jansen | 2000-08-06 | 2 | -0/+1 |
| | |||||
* | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
| | |||||
* | Two more cases of GUSI2 include access paths not being correct (reveiled by ↵ | Jack Jansen | 2000-07-31 | 2 | -0/+0 |
| | | | | the new pyport.h). | ||||
* | Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion ↵ | Jack Jansen | 2000-07-24 | 2 | -2/+2 |
| | | | | for PyArg_ParseTuple format strings. | ||||
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 3 | -6/+10 |
| | |||||
* | Added PyMac_getscript() which returns the pythonic name of the current ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+34 |
| | | | | script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund. | ||||
* | Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the ↵ | Jack Jansen | 2000-07-24 | 2 | -0/+10 |
| | | | | right place, but it will have to do for now. | ||||
* | If any of the builds in a group fails offer to stop the fullbuild process ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
| | | | | and open the failing projects in codewarrior. | ||||
* | Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
| | | | | without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). | ||||
* | Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to ↵ | Jack Jansen | 2000-07-24 | 2 | -0/+8 |
| | | | | forestal a multiple define. | ||||
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() ↵ | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
| | | | | to get a window object. | ||||
* | 'carb' resource for carbon application. | Jack Jansen | 2000-07-18 | 1 | -0/+15 |
| | |||||
* | Some thanks weren't checked in yet. | Jack Jansen | 2000-07-18 | 1 | -2/+2 |
| | |||||
* | MacPython on MacOSX DP4 gets started in the wrong directory. The workaround ↵ | Jack Jansen | 2000-07-18 | 2 | -1/+17 |
| | | | | (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. | ||||
* | Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. | Jack Jansen | 2000-07-18 | 1 | -0/+3 |
| | |||||
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 9 | -83/+0 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 44 | -223/+223 |
| | |||||
* | include stdio.h for sprintf prototype. | Jack Jansen | 2000-07-14 | 1 | -0/+1 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 45 | -916/+244 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | include macdefs.h for declaration of getwd, if non-gusi python. | Jack Jansen | 2000-07-14 | 1 | -0/+1 |
| | |||||
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 2 | -5/+4 |
| | |||||
* | Don't declare sync if we use gusi. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
| | |||||
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 3 | -12/+0 |
| | |||||
* | Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 2 | -63/+0 |
| | |||||
* | - Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 1 | -0/+0 |
| | | | | - ANSIfication step 3: enable "require prototypes" flags. Still lots of warnings, mainly on init routines and bgen stuff. | ||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 19 | -41/+83 |
| | | | | | | needed header files included. | ||||
* | Added a declaration of fileno() if we use GUSI. Not sure whether it should ↵ | Jack Jansen | 2000-07-11 | 1 | -0/+5 |
| | | | | go here or in pyport.h really... | ||||
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
| | |||||
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 6 | -33/+33 |
| | |||||
* | So many things have changed over the last few weeks that it's probably a ↵ | Jack Jansen | 2000-07-07 | 30 | -10/+24 |
| | | | | good idea to check the project files in again. |