Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of full pathnames in "generated from" comments, so that these files ↵ | Jack Jansen | 2001-02-12 | 20 | -22/+22 |
| | | | | are the same no mater which machine they've been generated on. | ||||
* | Brought in line with current config.h.in. | Jack Jansen | 2001-02-12 | 1 | -54/+151 |
| | |||||
* | Not sure what changed, probably an artefact of the new modules and/or new gusi. | Jack Jansen | 2001-02-12 | 5 | -22/+201 |
| | |||||
* | The interpreters built are now called PythonInterpreterClassic and ↵ | Jack Jansen | 2001-02-12 | 1 | -0/+0 |
| | | | | PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. | ||||
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 13 | -0/+5730 |
| | |||||
* | Added buttons for building interpreter, carbon standalone. | Jack Jansen | 2001-02-12 | 2 | -11/+37 |
| | | | | Added modules _testcapi, _weakref, _symtable. | ||||
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵ | Jack Jansen | 2001-02-11 | 5 | -97/+117 |
| | | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. | ||||
* | Oops, repr didn't allocate the memory it used... | Jack Jansen | 2001-02-11 | 2 | -1/+19 |
| | |||||
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵ | Jack Jansen | 2001-02-11 | 7 | -27/+274 |
| | | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. | ||||
* | Added prototype for DlgObj_WhichDialog() | Jack Jansen | 2001-02-09 | 1 | -0/+1 |
| | |||||
* | Replaced touched(), which no longer seems to work under os9, with something ↵ | Jack Jansen | 2001-02-09 | 1 | -1/+10 |
| | | | | using an appleevent to the finder. More expensive, but at least it works:-) | ||||
* | 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 | 2 | -6/+6 |
| | |||||
* | 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 ↵ | Jack Jansen | 2001-02-06 | 2 | -11/+107 |
| | | | | dialogs. | ||||
* | 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 |
| | | | | and do a MacOSX compatible cast. Bit of a hack, but good enough for now. | ||||
* | On MacOSX StackSpace() may lie because it doesn't know about the stack ↵ | Jack Jansen | 2001-02-02 | 1 | -2/+19 |
| | | | | rlimit. For now we set a hard limit of 256K (default rlimit is 512K). | ||||
* | New internal function BMObj_NewCopied() which copies the BitMap. Used to get ↵ | Jack Jansen | 2001-01-30 | 2 | -8/+46 |
| | | | | the screenBits bitmap. | ||||
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 9 | -18/+14 |
| | | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon. | ||||
* | 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, ↵ | 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 |
| |