Jack Jansen
|
6aa92c5093
|
- identify() enum names.
- don't identify() enum values.
- make aetools.Error available in the package module.
|
2000-08-20 21:59:03 +00:00 |
Jack Jansen
|
c15ab036df
|
Updated the applescript documentation for te new framework, and replaced the Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or
higher should have).
|
2000-08-20 21:57:38 +00:00 |
Jack Jansen
|
e743c6e27e
|
Added a package for the other browser too.
|
2000-08-20 20:23:58 +00:00 |
Jack Jansen
|
9ebf2d2ca4
|
Moved to unsupported: it never lived up to its expectancies, and for the Mac all the functionality is available in the IDE.
|
2000-08-20 20:21:38 +00:00 |
Jack Jansen
|
51f357049b
|
Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it.
|
2000-08-20 20:10:39 +00:00 |
Jack Jansen
|
742ca0385a
|
Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder).
|
2000-08-20 20:06:51 +00:00 |
Jack Jansen
|
18b47a07b7
|
Fixed again to work with the old scripting interface (so we can test the new one actually still works).
|
2000-08-20 20:02:39 +00:00 |
Jack Jansen
|
8bcd471606
|
Updated for the new applescript interface (which actually makes it so ridiculously simple that its main reason for existence is backward compatability).
|
2000-08-20 19:56:13 +00:00 |
Jack Jansen
|
2eda24475c
|
Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums).
|
2000-08-20 19:42:52 +00:00 |
Jack Jansen
|
12b2b76608
|
Fixed event inheritance code (which didn't work at all).
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.
|
2000-08-20 19:30:56 +00:00 |
Jack Jansen
|
f58bbbe139
|
Finder suite.
|
2000-08-20 19:29:03 +00:00 |
Jack Jansen
|
4ef58af9a7
|
Regenerated with fixes to gensuitemodule.
|
2000-08-20 19:28:27 +00:00 |
Jack Jansen
|
5119a0bc2b
|
Package with suites for talking to CodeWarrior.
|
2000-08-17 22:16:11 +00:00 |
Jack Jansen
|
47ff247e4b
|
Package with suites for talking to netscape.
|
2000-08-17 22:15:41 +00:00 |
Jack Jansen
|
ff792c2688
|
The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).
|
2000-08-17 22:14:57 +00:00 |
Jack Jansen
|
87426b9f1b
|
Use the new package-based scripting support.
|
2000-08-17 22:12:12 +00:00 |
Jack Jansen
|
60762cb920
|
Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD.
|
2000-08-17 22:11:45 +00:00 |
Jack Jansen
|
fb106c8c2f
|
Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).
|
2000-08-17 20:04:26 +00:00 |
Jack Jansen
|
d843a018e9
|
Removed temporary code that always set creator to SimpleText.
|
2000-08-17 20:01:24 +00:00 |
Jack Jansen
|
5660639f9f
|
Moved PyOS_StackCheck prototype to pythonrun.h
|
2000-08-07 21:03:33 +00:00 |
Jack Jansen
|
5bcb215e6e
|
Project for pyexpat module.
|
2000-08-06 21:55:43 +00:00 |
Jack Jansen
|
b88b0bce2a
|
ANSIfied.
|
2000-07-31 22:07:49 +00:00 |
Jack Jansen
|
cbfe3c8955
|
Two more cases of GUSI2 include access paths not being correct (reveiled by the new pyport.h).
|
2000-07-31 22:07:21 +00:00 |
Jack Jansen
|
4fb67f4659
|
Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings.
|
2000-07-24 19:59:17 +00:00 |
Jack Jansen
|
5bdbabd203
|
Added more prototypes.
|
2000-07-24 19:52:52 +00:00 |
Jack Jansen
|
1f9f2f4c49
|
Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund.
|
2000-07-24 19:50:16 +00:00 |
Jack Jansen
|
12d86c8240
|
Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now.
|
2000-07-24 19:46:27 +00:00 |
Jack Jansen
|
bc66f950e8
|
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
|
2000-07-24 19:45:07 +00:00 |
Jack Jansen
|
919d3267ff
|
Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support).
|
2000-07-24 19:44:17 +00:00 |
Jack Jansen
|
5199c54e38
|
Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define.
|
2000-07-24 19:42:53 +00:00 |
Jack Jansen
|
ab48e905b5
|
Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object.
|
2000-07-24 14:07:15 +00:00 |
Jack Jansen
|
b1aac244d0
|
'carb' resource for carbon application.
|
2000-07-18 09:43:27 +00:00 |
Jack Jansen
|
e82fad7b8c
|
Some thanks weren't checked in yet.
|
2000-07-18 09:41:31 +00:00 |
Jack Jansen
|
660bb1d1c7
|
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name.
|
2000-07-18 09:40:39 +00:00 |
Jack Jansen
|
574c0e22a5
|
Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.
|
2000-07-18 09:40:08 +00:00 |
Jack Jansen
|
a44923fbfe
|
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
|
2000-07-14 22:52:50 +00:00 |
Jack Jansen
|
74a1e63a89
|
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
|
2000-07-14 22:37:27 +00:00 |
Jack Jansen
|
2d391f2f39
|
include stdio.h for sprintf prototype.
|
2000-07-14 22:18:32 +00:00 |
Jack Jansen
|
9d8b96c850
|
pymactoolbox.h contains protoypes for all externally visible toolbox module
functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error.
|
2000-07-14 22:16:45 +00:00 |
Jack Jansen
|
41e25cc317
|
include macdefs.h for declaration of getwd, if non-gusi python.
|
2000-07-14 22:16:01 +00:00 |
Jack Jansen
|
bb7e213a8b
|
PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.
|
2000-07-14 22:15:24 +00:00 |
Jack Jansen
|
c3f593e6ab
|
Don't declare sync if we use gusi.
|
2000-07-14 22:14:46 +00:00 |
Jack Jansen
|
e17fd2a5af
|
Got rid of __SC__ ifdefs.
|
2000-07-11 22:37:03 +00:00 |
Jack Jansen
|
1af5b082ab
|
Removed guesstabsize.c, which is obsolete.
|
2000-07-11 21:18:44 +00:00 |
Jack Jansen
|
4ceaa03a3e
|
- Removed guesstabsize.c, which is obsolete.
- ANSIfication step 3: enable "require prototypes" flags. Still lots of warnings, mainly on init routines and bgen stuff.
|
2000-07-11 21:18:10 +00:00 |
Jack Jansen
|
9ae898b415
|
ANSIfication step 2: make sure all needed prototypes are available, and all needed
header files included.
|
2000-07-11 21:16:03 +00:00 |
Jack Jansen
|
5e80a75799
|
Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really...
|
2000-07-11 21:14:21 +00:00 |
Jack Jansen
|
85152b93cb
|
Fiddled declaration/implementation of setcallback() so that it is ansifyable.
|
2000-07-11 21:12:55 +00:00 |
Jack Jansen
|
d88296d25a
|
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
|
2000-07-11 19:51:05 +00:00 |
Jack Jansen
|
3d476d73a9
|
So many things have changed over the last few weeks that it's probably a good idea to check the project files in again.
|
2000-07-07 13:15:36 +00:00 |