| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ... | Jack Jansen | 2001-02-23 | 1 | -2/+8 |
|
|
* | Turn on the "multifinder aware" bit. This should always have been on, but was... | Jack Jansen | 2001-02-23 | 1 | -1/+1 |
|
|
* | Release a PYC resource after reading it. No need to keep it incore. | Jack Jansen | 2001-02-21 | 1 | -0/+2 |
|
|
* | Waste 2.0 has many more options for the undo label. | Jack Jansen | 2001-02-21 | 1 | -2/+6 |
|
|
* | Use re in stead of regex, so we get rid of the annoying warning during startup. | Jack Jansen | 2001-02-21 | 5 | -47/+54 |
|
|
* | On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr... | Jack Jansen | 2001-02-20 | 2 | -12/+20 |
|
|
* | - Removed debug | Jack Jansen | 2001-02-17 | 2 | -2/+1 |
|
|
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and Configur... | Jack Jansen | 2001-02-17 | 3 | -101/+81 |
|
|
* | Allow selecting a template in findtemplate(), so Classic programs can build C... | Jack Jansen | 2001-02-17 | 1 | -6/+8 |
|
|
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 3 | -0/+0 |
|
|
* | Added a note that this file is incorrect for 2.1a2. | Jack Jansen | 2001-02-17 | 1 | -0/+3 |
|
|
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 8 | -254/+326 |
|
|
* | More changes to attempt to get the menubar back on exit. Without success:-( | Jack Jansen | 2001-02-17 | 2 | -2/+14 |
|
|
* | Made version string shorter for Carbon so it fits on one line. | Jack Jansen | 2001-02-17 | 1 | -13/+5 |
|
|
* | More modifications to bring the script output in line with the real thing. | Jack Jansen | 2001-02-17 | 1 | -4/+34 |
|
|
* | Steven Majewski's instructions for building the toolbox modules for | Jack Jansen | 2001-02-16 | 1 | -0/+116 |
|
|
* | A few more tweaks (there were a couple of files missing on my work machine). | Jack Jansen | 2001-02-15 | 3 | -172/+182 |
|
|
* | Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution ... | Jack Jansen | 2001-02-15 | 7 | -0/+617 |
|
|
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 3 | -15/+17 |
|
|
* | The new touched() was far too expensive. Re-enabled the old one, the ae-based... | Jack Jansen | 2001-02-14 | 1 | -2/+2 |
|
|
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -72/+3 |
|
|
* | Started on the 2.1a2 installer. | Jack Jansen | 2001-02-14 | 5 | -101/+195 |
|
|
* | Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. | Jack Jansen | 2001-02-13 | 1 | -15/+53 |
|
|
* | Got rid of full pathnames in "generated from" comments, so that these files a... | Jack Jansen | 2001-02-12 | 20 | -22/+22 |
|
|
* | 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 PythonInte... | Jack Jansen | 2001-02-12 | 1 | -0/+0 |
|
|
* | 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 |
|
|
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 5 | -97/+117 |
|
|
* | 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 delay... | Jack Jansen | 2001-02-11 | 7 | -27/+274 |
|
|
* | 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 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 | 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 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 |
|
|