summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Handle the ****/**** appleevent wildcard when called as a main program, so th...Jack Jansen2000-09-241-1/+1
* Added a workaround for shortcomings in the OSA support: there can be class/pr...Jack Jansen2000-09-242-5/+16
* mkcwproject now works, but for one thing: the import of the XML document as ...Jack Jansen2000-09-224-10/+16
* 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. Defa...Jack Jansen2000-09-221-3/+3
* Allow lists of files/fsspecs as the source for copy() and move(). ByJack Jansen2000-09-221-2/+12
* Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut...Jack Jansen2000-09-211-10/+10
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ...Jack Jansen2000-09-191-4/+236
* This will eventually evolve into a package that creates CodeWarrior projects ...Jack Jansen2000-09-155-0/+845
* 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 prop...Jack Jansen2000-08-2210-105/+37
* 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 t...Jack Jansen2000-08-201-0/+65
* Updated for the new applescript interface (which actually makes it so ridicul...Jack Jansen2000-08-201-23/+6
* Enums we cannot find are set to None, and enumsubst understands this (no subs...Jack Jansen2000-08-201-2/+5
* 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 class...Jack Jansen2000-08-1710-0/+4440
* Don't call BringToFront() on the dialog object, but call GetDialogWindow() to...Jack Jansen2000-07-241-3/+3
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-2110-10/+10
* Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat...Jack Jansen2000-06-202-3/+3
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-0210-11/+11
* Import this to replace open() by an extended version that usesJack Jansen2000-05-091-0/+66
* Removed string-exception preference, added tabcheck and NavService preference...Jack Jansen2000-05-051-6/+6
* Auto-install on import, if NavServices is available. Unless a "no navservices...Jack Jansen2000-05-051-0/+1
* Added accessor for kControlListBoxDoubleClickPartJack Jansen2000-05-041-0/+4
* Fix by Dan Green and Corran Webster to support LongDateTimeJack Jansen2000-04-181-0/+3
* 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 mo...Just van Rossum2000-03-271-23/+37
* Fixed multi-arg appends.Jack Jansen2000-03-071-2/+3
* A module to parse/generate MediaDescription handles as used by QuickTime. OnlyJack Jansen2000-03-021-0/+97
* In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancelJack Jansen2000-02-101-4/+10
* Made all textfields in message and question boxes minimal height and invisibl...Jack Jansen2000-01-181-0/+10
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
* Two constants were missing.Jack Jansen2000-01-071-0/+2
* Support keys that have a Handle as parameter, by using the new GetControlData...Jack Jansen1999-12-191-0/+21
* StandardFile compatability routines. For the time being calling macfsn._insta...Jack Jansen1999-12-181-0/+130
* Fixed menu glyph stuff.Jack Jansen1999-12-151-15/+10
* Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det...Just van Rossum1999-12-151-1/+1
* If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,...Jack Jansen1999-12-141-4/+10
* Regenerated now that bgen can handle a few more constructs in constant defini...Jack Jansen1999-12-1421-26/+174
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-50/+26