| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced by :Lib:cfmfile.py. | Jack Jansen | 2001-02-08 | 1 | -236/+0 |
|
|
* | Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at d... | Jack Jansen | 2001-02-06 | 2 | -11/+107 |
|
|
* | QDFlushPortBuffer() has an optional region argument. | Jack Jansen | 2001-02-06 | 2 | -1/+5 |
|
|
* | Also recognize DragRef as a method-argument. | Jack Jansen | 2001-02-05 | 2 | -275/+221 |
|
|
* | Accept Dialogs and Windows where Grafports are expected (such as in SetPort) ... | Jack Jansen | 2001-02-02 | 2 | -4/+16 |
|
|
* | On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit... | Jack Jansen | 2001-02-02 | 1 | -2/+19 |
|
|
* | New internal function BMObj_NewCopied() which copies the BitMap. Used to get ... | Jack Jansen | 2001-01-30 | 2 | -8/+46 |
|
|
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 9 | -18/+14 |
|
|
* | Got ZeroScrap() and PutScrap() to work under Carbon. | Jack Jansen | 2001-01-29 | 1 | -10/+21 |
|
|
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 1 | -1/+2 |
|
|
* | Use CountMenuItems() in stead of CountMItems(). | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
|
|
* | 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, but... | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
|
|
* | Accessor functions for regions and such expect an existing region as paramete... | Jack Jansen | 2001-01-29 | 3 | -15/+29 |
|
|
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 3 | -0/+1087 |
|
|
* | Added generators for EnableMenuItem and CheckMenuItem (which have Mac in fron... | Jack Jansen | 2001-01-29 | 2 | -0/+53 |
|
|
* | 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 |
|
|
* | 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 waste... | Jack Jansen | 2001-01-24 | 4 | -0/+2264 |
|
|
* | Recognize {compiler} and {project} prefixes to pathnames and output the corre... | Jack Jansen | 2001-01-24 | 1 | -1/+10 |
|
|
* | Regenerated (and manually massaged for PutScrap) so it can be byuilt both for... | Jack Jansen | 2001-01-24 | 3 | -57/+148 |
|
|
* | 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 waste... | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
|
|
* | Blacklisted (for the time being) the functions that have a component argument... | Jack Jansen | 2001-01-24 | 2 | -100/+6 |
|
|
* | 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 |
|
|
* | 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 folder... | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
|
|
* | 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 the... | Jack Jansen | 2001-01-23 | 1 | -0/+9 |
|
|
* | 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 finall... | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
|
|
* | 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 |
|
|
* | Added a note about the memory size. | Jack Jansen | 2001-01-23 | 1 | -4/+8 |
|
|
* | Upped the default memory size to a whopping 24Mb, which is needed to make the... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
|
|