summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated from Universal Headers 3.3.2Jack Jansen2000-12-1218-405/+847
|
* Put all AE constants into AppleEvents.pyJack Jansen2000-12-126-911/+905
|
* Added an extraexportsymbols option, to allow (you guessed it:-) extra export ↵Jack Jansen2000-12-031-1/+5
| | | | symbols to be specified.
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-032-2/+9
|
* Don't generate SYM files by default.Jack Jansen2000-12-031-1/+1
|
* Added support for adding libraries.Jack Jansen2000-11-266-3/+35
| | | | Added support for project-relative and absolute path names in the search path entries.
* Added MathLib and InterfaceLib. Added Python:Include so #include ↵Jack Jansen2000-11-191-4/+49
| | | | "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals.
* Close the project after building it, so that building umpteen projects ↵Jack Jansen2000-11-191-0/+1
| | | | doesn't keep all the projects open.
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-221-1/+1
|
* Removed try/except TypeError around calling the ae handler function, it ↵Jack Jansen2000-10-191-8/+6
| | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
* Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵Jack Jansen2000-10-191-0/+2
| | | | 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.
* Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. ↵Jack Jansen2000-10-191-4/+1
| | | | 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).
* Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ↵Jack Jansen2000-10-121-2/+6
| | | | Overridable with a class variable keepconsole.
* Handle the ****/**** appleevent wildcard when called as a main program, so ↵Jack Jansen2000-09-241-1/+1
| | | | that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it).
* Added a workaround for shortcomings in the OSA support: there can be ↵Jack Jansen2000-09-242-5/+16
| | | | class/property conflicts and passing classes as arguments doesn't work. The package now seems to work.
* mkcwproject now works, but for one thing: the import of the XML document as ↵Jack Jansen2000-09-224-10/+16
| | | | a project through AppleEvents.
* Test files for mkcwprojectJack Jansen2000-09-222-0/+223
|
* More bits and pieces of project generation.Jack Jansen2000-09-225-10/+119
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-221-3/+3
| | | | Default is "unseen output". Upped the Popt version number.
* Allow lists of files/fsspecs as the source for copy() and move(). ByJack Jansen2000-09-221-2/+12
| | | | Bill Bedford, slightly edited by me.
* Various tweaks and bugfixes to GetArgv. It now appears good enough for ↵Jack Jansen2000-09-211-10/+10
| | | | Distutils.
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ↵Jack Jansen2000-09-191-4/+236
| | | | create a unix-style sys.argv.
* This will eventually evolve into a package that creates CodeWarrior projects ↵Jack Jansen2000-09-155-0/+845
| | | | 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.
* Read a QuickTime movie and return the frames.Jack Jansen2000-09-151-0/+276
|
* Moved to Unsupported.Jack Jansen2000-09-121-94/+0
|
* This shouldn't have been here in the first place.Jack Jansen2000-09-101-241/+0
|
* Call GetDialogWindow to convert dialogs to windows.Jack Jansen2000-08-251-6/+6
|
* Regenerated to take advantage of support for multiple names for a single ↵Jack Jansen2000-08-2210-105/+37
| | | | property.
* Added a package for the other browser too.Jack Jansen2000-08-206-0/+964
|
* Updated for new AppleScript structure and moved to Lib (it's far too useful ↵Jack Jansen2000-08-201-0/+65
| | | | to lurk in the source folder).
* Updated for the new applescript interface (which actually makes it so ↵Jack Jansen2000-08-201-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 Jansen2000-08-201-2/+5
| | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums).
* Finder suite.Jack Jansen2000-08-2012-0/+3801
|
* Regenerated with fixes to gensuitemodule.Jack Jansen2000-08-206-44/+44
|
* Package with suites for talking to CodeWarrior.Jack Jansen2000-08-175-0/+3554
|
* Package with suites for talking to netscape.Jack Jansen2000-08-178-0/+1362
|
* The package with standard suites. These are used separately and as base ↵Jack Jansen2000-08-1710-0/+4440
| | | | classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).
* Don't call BringToFront() on the dialog object, but call GetDialogWindow() ↵Jack Jansen2000-07-241-3/+3
| | | | to get a window object.
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-2110-10/+10
|
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-202-3/+3
| | | | carbon-compatible).
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-0210-11/+11
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Import this to replace open() by an extended version that usesJack Jansen2000-05-091-0/+66
| | | | | Internet Config to set creator/type based on the extension. Donated by Oliver Steele.
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-051-6/+6
| | | | preference, upped version number.
* Auto-install on import, if NavServices is available. Unless a "no ↵Jack Jansen2000-05-051-0/+1
| | | | navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs.
* Added accessor for kControlListBoxDoubleClickPartJack Jansen2000-05-041-0/+4
|
* Fix by Dan Green and Corran Webster to support LongDateTimeJack Jansen2000-04-181-0/+3
| | | | values. Untested by me.
* Return a handle in stead of a resource.Jack Jansen2000-04-071-1/+1
|
* Added getaboutmenutext() method. (jvr)Just van Rossum2000-03-281-1/+4
|
* my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)Just van Rossum2000-03-271-3/+4
|
* fixed several event handling buglets, added command Q support, added a new ↵Just van Rossum2000-03-271-23/+37
| | | | module doc string, some formatting nits. (jvr)