Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make balloon code dependent on existence of Help module | Jack Jansen | 2001-01-29 | 1 | -3/+10 |
| | |||||
* | Removed device from the list of Qd incompatibilities. It should be there, ↵ | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | | | | but causes too many false positives. | ||||
* | Accessor functions for regions and such expect an existing region as ↵ | Jack Jansen | 2001-01-29 | 3 | -15/+29 |
| | | | | | | parameter. Fixed for grafport attribute access. Got GetPortBitMapForCopyBits() and port.portBits to work. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 3 | -0/+1087 |
| | |||||
* | Added generators for EnableMenuItem and CheckMenuItem (which have Mac in ↵ | Jack Jansen | 2001-01-29 | 2 | -0/+53 |
| | | | | front of their name in the include files). | ||||
* | Re-enabled Scrap (even though it's mostly empty right now). | Jack Jansen | 2001-01-29 | 1 | -2/+0 |
| | |||||
* | Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents ↵ | Jack Jansen | 2001-01-29 | 4 | -19/+19 |
| | | | | {Enable,Disable,Check}MenuItem. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 5 | -4/+11 |
| | |||||
* | Added Help, Scrap and icglue missing methods. | Jack Jansen | 2001-01-29 | 1 | -2/+19 |
| | |||||
* | Added cellobject.c | Jack Jansen | 2001-01-28 | 3 | -0/+0 |
| | |||||
* | Got waste to work for Carbon. | Jack Jansen | 2001-01-26 | 2 | -1/+1 |
| | |||||
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 3 | -0/+0 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 12 | -1918/+0 |
| | |||||
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 1 | -6/+2 |
| | |||||
* | Got rid of extraneous Modues:TE in the search path. | Jack Jansen | 2001-01-24 | 20 | -144/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 4 | -0/+2264 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Recognize {compiler} and {project} prefixes to pathnames and output the ↵ | Jack Jansen | 2001-01-24 | 1 | -1/+10 |
| | | | | correct XML. | ||||
* | Regenerated (and manually massaged for PutScrap) so it can be byuilt both ↵ | Jack Jansen | 2001-01-24 | 3 | -57/+148 |
| | | | | for Carbon and Classic. The Carbon module is rather empty, though, for now. | ||||
* | Quick (manual) fix to make the module compile with Waste 2.0. TBD later. | Jack Jansen | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Blacklisted (for the time being) the functions that have a component ↵ | Jack Jansen | 2001-01-24 | 2 | -100/+6 |
| | | | | argument. Don't want to drag the Cm module into the core set too. | ||||
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Added the GrafPort attributes that are unavailable under Carbon. | Jack Jansen | 2001-01-24 | 1 | -0/+5 |
| | |||||
* | Implemented direct attribute access for Carbon builds and accessor functions ↵ | Jack Jansen | 2001-01-24 | 3 | -14/+1478 |
| | | | | for non-carbon builds. | ||||
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
| | |||||
* | Removed extraneous references to Modules:TE | Jack Jansen | 2001-01-23 | 1 | -9/+0 |
| | |||||
* | The C-prefix file for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 1 | -0/+19 |
| | |||||
* | Ah well, why not check this in. A script to remove all .pyc files in a ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
| | | | | folder hierarchy. | ||||
* | Projects for Carbon plugin modules. | Jack Jansen | 2001-01-23 | 32 | -0/+17533 |
| | |||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 23 | -69/+69 |
| | |||||
* | Added an attribute runtimemodel, which is either "ppc" or "carbon" and is ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+9 |
| | | | | the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess. | ||||
* | Added the actual builds of the carbon projects. | Jack Jansen | 2001-01-23 | 1 | -1/+23 |
| | |||||
* | Generate Carbon as well as classic PPC plugin projects. This module is ↵ | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
| | | | | finally paying back the investment in it! | ||||
* | Various settings were unconditionally set. Allow them to be overridden in ↵ | Jack Jansen | 2001-01-23 | 1 | -4/+6 |
| | | | | the settings dict. | ||||
* | If the template is not specified it depends on the current execution model ↵ | Jack Jansen | 2001-01-23 | 1 | -4/+12 |
| | | | | (classic ppc or carbon). | ||||
* | 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 ↵ | Jack Jansen | 2001-01-23 | 8 | -0/+0 |
| | | | | classic PPC projects. | ||||
* | Added a note about the memory size. | Jack Jansen | 2001-01-23 | 1 | -4/+8 |
| | | | | Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!! | ||||
* | Upped the default memory size to a whopping 24Mb, which is needed to make ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
| | | | | the autotests run. Sigh. User with low-memory systems will have to adapt the setting. | ||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
| | |||||
* | A script to search for methods that are missing in Carbon in Python | Jack Jansen | 2001-01-23 | 1 | -0/+145 |
| | | | | sources. So far only runs under unix, but what gives:-) | ||||
* | Made the about box a bit larger (Apparently MacOSX does something a little ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
| | | | | different?). | ||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 14 | -48/+55 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 3 | -6/+6 |
| | |||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 15 | -48/+48 |
| | |||||
* | Regenerated (shoulnd't make a difference). | Jack Jansen | 2001-01-22 | 23 | -69/+78 |
| | |||||
* | Unicodedatabase.c has gone. | Jack Jansen | 2001-01-22 | 6 | -7/+0 |
| | |||||
* | Better test for skipping project creation: the project file should also ↵ | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
| | | | | exist and be newer than the xml file, and the .exp should exist. | ||||
* | No need to make the S_ constants 32 bit (and its actually harmful because of ↵ | Jack Jansen | 2001-01-22 | 1 | -3/+3 |
| | | | | multiple defines). | ||||
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
| |