Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified for CW Pro 1 projects. Convention used: .mu files are old | Jack Jansen | 1997-08-08 | 3 | -56/+70 |
| | | | | | | | project files, which have to be cleaned up before checking in, .prj files are CW Pro 1 projects (which are always clean). Prj files are still binhexed, even though they only have a data fork (and, hence, could be checked in in binary mode). | ||||
* | Generate class, property and comparison code (finally!). The resulting | Jack Jansen | 1997-08-08 | 1 | -41/+201 |
| | | | | | | code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work if all the classes and properties are declared in the same suite, but at least font(Paragraph(3, Window(1))) always works. | ||||
* | Added zlib | Jack Jansen | 1997-06-03 | 1 | -0/+2 |
| | |||||
* | Nothing important | Jack Jansen | 1997-05-23 | 3 | -30/+30 |
| | |||||
* | MSL errno.h has moved some errors around, and doesn't document | Jack Jansen | 1997-05-15 | 3 | -6/+24 |
| | | | | them in comments, so we do that ourselves. | ||||
* | Use ProgressBar to show progress in stead of print | Jack Jansen | 1997-05-13 | 1 | -15/+29 |
| | |||||
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 2 | -20/+19 |
| | | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) | ||||
* | Sometimes tried to modify a tuple. Fixed. | Jack Jansen | 1997-05-07 | 1 | -0/+1 |
| | |||||
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 2 | -62/+137 |
| | | | | - Turned the 10 or so yes/no questions into a single dialog | ||||
* | Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs | Jack Jansen | 1997-05-06 | 1 | -0/+235 |
| | | | | and shared libraries). | ||||
* | Added calldll module | Jack Jansen | 1997-02-20 | 1 | -0/+1 |
| | |||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -61/+60 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
| | |||||
* | Added icglue modules and (optionally) NumPy and PIL extensions | Jack Jansen | 1997-01-07 | 1 | -0/+11 |
| | |||||
* | Added gdbm plugins | Jack Jansen | 1996-12-23 | 1 | -0/+2 |
| | |||||
* | If sys.argv is empty ask for input file and output folder | Jack Jansen | 1996-12-23 | 1 | -0/+26 |
| | |||||
* | Fixed to allow sys.path initializer to be longer than 255 chars. | Jack Jansen | 1996-11-20 | 2 | -63/+68 |
| | |||||
* | Keep the folder structure in Mac:mwerks:projects similar to the | Jack Jansen | 1996-11-09 | 1 | -2/+2 |
| | | | | toplevel build folder structure. | ||||
* | Removed addpack calls | Jack Jansen | 1996-11-09 | 1 | -2/+0 |
| | |||||
* | Probably just binhexed again... | Jack Jansen | 1996-10-23 | 5 | -184/+184 |
| | |||||
* | Different default location for distribution templates | Jack Jansen | 1996-10-23 | 1 | -4/+4 |
| | |||||
* | Only copy project files from build* and plugins to the projects | Jack Jansen | 1996-10-23 | 1 | -17/+33 |
| | | | | folder, leave other projects where they are | ||||
* | Build imgmodules.cfm68k too | Jack Jansen | 1996-10-23 | 1 | -1/+1 |
| | |||||
* | Get preference file name from a resource. | Jack Jansen | 1996-10-22 | 1 | -3/+22 |
| | | | | Changed for 1.8.0 CWGUSI release | ||||
* | Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder | Jack Jansen | 1996-10-22 | 1 | -1/+35 |
| | |||||
* | Moved resources to 510/511: the numbers above 512 gave problems when | Jack Jansen | 1996-10-11 | 2 | -63/+64 |
| | | | | editing preferences in applets with their own dialogs | ||||
* | Create img modules for cfm68k too. | Jack Jansen | 1996-10-08 | 1 | -0/+11 |
| | |||||
* | Use auto-start functionality of aetools.TalkTo and aetools.Error for | Jack Jansen | 1996-09-20 | 2 | -14/+4 |
| | | | | server-generated errors. | ||||
* | raise aetools.Error in stead of MacOS.Error on server-generated errors | Jack Jansen | 1996-09-20 | 1 | -1/+1 |
| | |||||
* | Added macostools.touch() calls to inform the finder of our changes. | Jack Jansen | 1996-09-15 | 3 | -0/+6 |
| | |||||
* | Turned off debugging output | Jack Jansen | 1996-09-09 | 1 | -2/+0 |
| | |||||
* | Added handling for new options, fixed applet option setting | Jack Jansen | 1996-09-07 | 2 | -17/+19 |
| | |||||
* | Allow editing selected bits of the GUSI preferences (creator, type and | Jack Jansen | 1996-09-06 | 2 | -69/+157 |
| | | | | delayed-sioux-window flag). | ||||
* | Completely redone. mkestrres now parses errno.h and Errors.h files | Jack Jansen | 1996-09-05 | 2 | -634/+732 |
| | | | | | (which have the descriptions of the errors in comments) and generates errors.txt, macerrors.py and errors.rsrc | ||||
* | Merged Guido's mkaliases and Jack's MkPluginAliases | Jack Jansen | 1996-08-28 | 1 | -70/+82 |
| | |||||
* | Completely revamped: it now uses separate instruction files per | Jack Jansen | 1996-08-28 | 3 | -140/+158 |
| | | | | distribution. Also, the user interface has been cleaned up a bit. | ||||
* | Removed RunLibScript from build | Jack Jansen | 1996-08-28 | 1 | -1/+0 |
| | |||||
* | Removed silly dialog | Jack Jansen | 1996-08-28 | 1 | -3/+2 |
| | |||||
* | Fixed names of vairous plugins to build, added a couple and added | Jack Jansen | 1996-08-23 | 1 | -9/+26 |
| | | | | | possibility to create standalone pythons and fat pythons (the latter not functional yet). | ||||
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 2 | -67/+92 |
| | |||||
* | Removed references to mactcp, macdnr and stdwin modules | Jack Jansen | 1996-08-02 | 9 | -322/+240 |
| | | | | Rebinhexed resource files | ||||
* | Given a module/pathname file created by findmodulefiles compile all | Jack Jansen | 1996-07-10 | 1 | -0/+39 |
| | | | | needed modules and create a file full of PYC resources. | ||||
* | Use py_resource module | Jack Jansen | 1996-05-31 | 1 | -46/+10 |
| | |||||
* | re-binhexed for 1.3.3 distribution | Jack Jansen | 1996-05-20 | 6 | -237/+239 |
| | |||||
* | Added waste and _tkinter modules | Jack Jansen | 1996-05-20 | 1 | -0/+2 |
| | |||||
* | Copy .exp files to mwerks project directory too. | Jack Jansen | 1996-04-19 | 1 | -6/+27 |
| | |||||
* | Fixed code generated for an argument of type **** | Jack Jansen | 1996-04-16 | 1 | -1/+2 |
| | |||||
* | Added missing setport call to mkdistr_ui, and added scrap to | Jack Jansen | 1996-04-12 | 2 | -0/+2 |
| | | | | mkpluginaliases. | ||||
* | Added region arg to update calls. And binhex files rebinhexed. | Jack Jansen | 1996-04-10 | 9 | -281/+357 |
| | |||||
* | Binhex gif files too. | Jack Jansen | 1996-04-10 | 1 | -1/+2 |
| |