| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed try/except TypeError around calling the ae handler function, it masks... | Jack Jansen | 2000-10-19 | 1 | -8/+6 |
|
|
* | Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the s... | Jack Jansen | 2000-10-19 | 1 | -0/+2 |
|
|
* | Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. Thi... | Jack Jansen | 2000-10-19 | 1 | -4/+1 |
|
|
* | Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ... | Jack Jansen | 2000-10-12 | 1 | -2/+6 |
|
|
* | Handle the ****/**** appleevent wildcard when called as a main program, so th... | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
|
|
* | Added a workaround for shortcomings in the OSA support: there can be class/pr... | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
|
|
* | mkcwproject now works, but for one thing: the import of the XML document as ... | Jack Jansen | 2000-09-22 | 4 | -10/+16 |
|
|
* | Test files for mkcwproject | Jack Jansen | 2000-09-22 | 2 | -0/+223 |
|
|
* | More bits and pieces of project generation. | Jack Jansen | 2000-09-22 | 5 | -10/+119 |
|
|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 1 | -3/+3 |
|
|
* | Allow lists of files/fsspecs as the source for copy() and move(). By | Jack Jansen | 2000-09-22 | 1 | -2/+12 |
|
|
* | Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut... | Jack Jansen | 2000-09-21 | 1 | -10/+10 |
|
|
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ... | Jack Jansen | 2000-09-19 | 1 | -4/+236 |
|
|
* | This will eventually evolve into a package that creates CodeWarrior projects ... | Jack Jansen | 2000-09-15 | 5 | -0/+845 |
|
|
* | Read a QuickTime movie and return the frames. | Jack Jansen | 2000-09-15 | 1 | -0/+276 |
|
|
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 1 | -94/+0 |
|
|
* | This shouldn't have been here in the first place. | Jack Jansen | 2000-09-10 | 1 | -241/+0 |
|
|
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
|
|
* | Regenerated to take advantage of support for multiple names for a single prop... | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
|
|
* | Added a package for the other browser too. | Jack Jansen | 2000-08-20 | 6 | -0/+964 |
|
|
* | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -0/+65 |
|
|
* | Updated for the new applescript interface (which actually makes it so ridicul... | Jack Jansen | 2000-08-20 | 1 | -23/+6 |
|
|
* | Enums we cannot find are set to None, and enumsubst understands this (no subs... | Jack Jansen | 2000-08-20 | 1 | -2/+5 |
|
|
* | 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 class... | Jack Jansen | 2000-08-17 | 10 | -0/+4440 |
|
|
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() to... | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
|
|
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 10 | -10/+10 |
|
|
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat... | Jack Jansen | 2000-06-20 | 2 | -3/+3 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 10 | -11/+11 |
|
|
* | Import this to replace open() by an extended version that uses | Jack Jansen | 2000-05-09 | 1 | -0/+66 |
|
|
* | Removed string-exception preference, added tabcheck and NavService preference... | Jack Jansen | 2000-05-05 | 1 | -6/+6 |
|
|
* | Auto-install on import, if NavServices is available. Unless a "no navservices... | Jack Jansen | 2000-05-05 | 1 | -0/+1 |
|
|
* | Added accessor for kControlListBoxDoubleClickPart | Jack Jansen | 2000-05-04 | 1 | -0/+4 |
|
|
* | Fix by Dan Green and Corran Webster to support LongDateTime | Jack Jansen | 2000-04-18 | 1 | -0/+3 |
|
|
* | Return a handle in stead of a resource. | Jack Jansen | 2000-04-07 | 1 | -1/+1 |
|
|
* | Added getaboutmenutext() method. (jvr) | Just van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) | Just van Rossum | 2000-03-27 | 1 | -3/+4 |
|
|
* | fixed several event handling buglets, added command Q support, added a new mo... | Just van Rossum | 2000-03-27 | 1 | -23/+37 |
|
|
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -2/+3 |
|
|
* | A module to parse/generate MediaDescription handles as used by QuickTime. Only | Jack Jansen | 2000-03-02 | 1 | -0/+97 |
|
|
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
|
|
* | Made all textfields in message and question boxes minimal height and invisibl... | Jack Jansen | 2000-01-18 | 1 | -0/+10 |
|
|
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
|
|
* | Two constants were missing. | Jack Jansen | 2000-01-07 | 1 | -0/+2 |
|
|
* | Support keys that have a Handle as parameter, by using the new GetControlData... | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
|
|
* | StandardFile compatability routines. For the time being calling macfsn._insta... | Jack Jansen | 1999-12-18 | 1 | -0/+130 |
|
|
* | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
|
|