| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced touched(), which no longer seems to work under os9, with something u... | Jack Jansen | 2001-02-09 | 1 | -1/+10 |
|
|
* | Added a few constants. | Jack Jansen | 2001-02-09 | 1 | -0/+6 |
|
|
* | Dialogs and there windows were still confused in some spots. Fixed. | Jack Jansen | 2001-02-09 | 1 | -7/+8 |
|
|
* | Get rid of from ... import * | Jack Jansen | 2001-02-09 | 1 | -1/+1 |
|
|
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 7 | -16/+10 |
|
|
* | Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {... | Jack Jansen | 2001-01-29 | 1 | -12/+12 |
|
|
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 1 | -1/+2 |
|
|
* | Recognize {compiler} and {project} prefixes to pathnames and output the corre... | Jack Jansen | 2001-01-24 | 1 | -1/+10 |
|
|
* | Removed extraneous references to Modules:TE | Jack Jansen | 2001-01-23 | 1 | -9/+0 |
|
|
* | Various settings were unconditionally set. Allow them to be overridden in the... | Jack Jansen | 2001-01-23 | 1 | -4/+6 |
|
|
* | If the template is not specified it depends on the current execution model (c... | Jack Jansen | 2001-01-23 | 1 | -4/+12 |
|
|
* | Added a template for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 8 | -0/+1104 |
|
|
* | Moved files from template to template-ppc, as this is the template for classi... | Jack Jansen | 2001-01-23 | 8 | -0/+0 |
|
|
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
|
|
* | Sigh... First test before committing. InvalWindowRect and friends are window ... | Jack Jansen | 2001-01-23 | 2 | -8/+11 |
|
|
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 2 | -8/+8 |
|
|
* | Better test for skipping project creation: the project file should also exist... | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
|
|
* | It's SetControlData_Handle, not SetControl_DataHandle. | Jack Jansen | 2001-01-22 | 1 | -1/+1 |
|
|
* | Don't generate project if the XML file already exists and is identical to wha... | Jack Jansen | 2001-01-21 | 1 | -1/+9 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 1 | -5/+5 |
|
|
* | Fixed a few declarations. | Jack Jansen | 2001-01-03 | 2 | -19/+21 |
|
|
* | struct.pack wants H for unsigned shorts, not h. | Jack Jansen | 2001-01-03 | 1 | -1/+1 |
|
|
* | Updated for new universal headers (oops... this was loooong due). | Jack Jansen | 2001-01-01 | 1 | -165/+856 |
|
|
* | Blacklisted a few constants with funny definitions (and they're not important... | Jack Jansen | 2000-12-19 | 1 | -6/+6 |
|
|
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
|
|
* | Added an extraexportsymbols option, to allow (you guessed it:-) extra export ... | Jack Jansen | 2000-12-03 | 1 | -1/+5 |
|
|
* | Allow recursive searh entries by ending the pathname in ":*". | Jack Jansen | 2000-12-03 | 2 | -2/+9 |
|
|
* | Don't generate SYM files by default. | Jack Jansen | 2000-12-03 | 1 | -1/+1 |
|
|
* | Added support for adding libraries. | Jack Jansen | 2000-11-26 | 6 | -3/+35 |
|
|
* | Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil... | Jack Jansen | 2000-11-19 | 1 | -4/+49 |
|
|
* | Close the project after building it, so that building umpteen projects doesn'... | Jack Jansen | 2000-11-19 | 1 | -0/+1 |
|
|
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 1 | -1/+1 |
|
|
* | 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 |
|
|