Jack Jansen
|
6ecf14639d
|
Added a template for Carbon plugin projects.
|
2001-01-23 22:33:31 +00:00 |
Jack Jansen
|
a106f82e4e
|
Moved files from template to template-ppc, as this is the template for classic PPC projects.
|
2001-01-23 22:33:01 +00:00 |
Jack Jansen
|
842818422b
|
Use &# escape for non-ascii chars.
|
2001-01-23 20:56:25 +00:00 |
Jack Jansen
|
7302340436
|
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
|
2001-01-23 14:58:20 +00:00 |
Jack Jansen
|
d829e9e8e3
|
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
|
2001-01-23 14:34:49 +00:00 |
Jack Jansen
|
af4c942b8a
|
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
|
2001-01-22 15:38:40 +00:00 |
Jack Jansen
|
441dea5f32
|
It's SetControlData_Handle, not SetControl_DataHandle.
|
2001-01-22 14:49:28 +00:00 |
Jack Jansen
|
d6389956cb
|
Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject().
|
2001-01-21 22:23:13 +00:00 |
Jack Jansen
|
e7bfc915da
|
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
|
2001-01-09 22:22:58 +00:00 |
Jack Jansen
|
a9e3db354d
|
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
|
2001-01-09 22:10:16 +00:00 |
Jack Jansen
|
b55e5f1b62
|
Fixed a few declarations.
|
2001-01-03 16:44:27 +00:00 |
Jack Jansen
|
e396c04832
|
struct.pack wants H for unsigned shorts, not h.
|
2001-01-03 11:14:12 +00:00 |
Jack Jansen
|
5a95e42841
|
Updated for new universal headers (oops... this was loooong due).
|
2001-01-01 22:58:20 +00:00 |
Jack Jansen
|
620e914266
|
Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers).
|
2000-12-19 21:33:51 +00:00 |
Jack Jansen
|
6fe608c840
|
Regenerated from Universal Headers 3.3.2
|
2000-12-12 22:08:00 +00:00 |
Jack Jansen
|
177fa8c25e
|
Put all AE constants into AppleEvents.py
|
2000-12-12 22:06:53 +00:00 |
Jack Jansen
|
0eba959ed3
|
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
|
2000-12-03 22:39:09 +00:00 |
Jack Jansen
|
aee9d6b73e
|
Allow recursive searh entries by ending the pathname in ":*".
|
2000-12-03 22:38:34 +00:00 |
Jack Jansen
|
cb9b1ebe6c
|
Don't generate SYM files by default.
|
2000-12-03 22:37:32 +00:00 |
Jack Jansen
|
cb54be869c
|
Added support for adding libraries.
Added support for project-relative and absolute path names in the search path entries.
|
2000-11-26 23:02:38 +00:00 |
Jack Jansen
|
707e964734
|
Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals.
|
2000-11-19 21:53:15 +00:00 |
Jack Jansen
|
6f484cb25a
|
Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
|
2000-11-19 21:51:06 +00:00 |
Jack Jansen
|
185f42d917
|
struct.pack has become picky about h (short) and H (unsigned short).
|
2000-10-22 21:59:23 +00:00 |
Jack Jansen
|
62e3843ca7
|
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
|
2000-10-19 20:49:12 +00:00 |
Jack Jansen
|
749023695e
|
Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.
|
2000-10-19 20:32:35 +00:00 |
Jack Jansen
|
fd9925af56
|
Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before).
|
2000-10-19 20:31:51 +00:00 |
Jack Jansen
|
f2bd9ee357
|
Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.
|
2000-10-12 21:25:37 +00:00 |
Jack Jansen
|
55a0bde290
|
Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
|
2000-09-24 22:00:11 +00:00 |
Jack Jansen
|
486f138224
|
Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work.
|
2000-09-24 21:56:43 +00:00 |
Jack Jansen
|
4a751580ca
|
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
|
2000-09-22 23:54:07 +00:00 |
Jack Jansen
|
9a8df7db6b
|
Test files for mkcwproject
|
2000-09-22 23:28:40 +00:00 |
Jack Jansen
|
07642c3689
|
More bits and pieces of project generation.
|
2000-09-22 23:26:55 +00:00 |
Jack Jansen
|
4a5eb967b8
|
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
|
2000-09-22 21:50:11 +00:00 |
Jack Jansen
|
fdd2269fcc
|
Allow lists of files/fsspecs as the source for copy() and move(). By
Bill Bedford, slightly edited by me.
|
2000-09-22 12:17:14 +00:00 |
Jack Jansen
|
0bb0a90b20
|
Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils.
|
2000-09-21 22:01:08 +00:00 |
Jack Jansen
|
f86eda5d19
|
Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv.
|
2000-09-19 22:42:38 +00:00 |
Jack Jansen
|
76167fecc1
|
This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all.
|
2000-09-15 22:44:08 +00:00 |
Jack Jansen
|
a647f577f0
|
Read a QuickTime movie and return the frames.
|
2000-09-15 13:43:46 +00:00 |
Jack Jansen
|
9c940ca143
|
Moved to Unsupported.
|
2000-09-12 20:24:50 +00:00 |
Jack Jansen
|
8de9f81e8f
|
This shouldn't have been here in the first place.
|
2000-09-10 20:45:10 +00:00 |
Jack Jansen
|
0c1836f13b
|
Call GetDialogWindow to convert dialogs to windows.
|
2000-08-25 22:06:19 +00:00 |
Jack Jansen
|
6c091c8ff2
|
Regenerated to take advantage of support for multiple names for a single property.
|
2000-08-22 20:35:17 +00:00 |
Jack Jansen
|
e743c6e27e
|
Added a package for the other browser too.
|
2000-08-20 20:23:58 +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
|
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
|
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 |