Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ↵ | Jack Jansen | 2001-02-23 | 1 | -2/+8 |
| | | | | in a hang on Carbon. | ||||
* | Turn on the "multifinder aware" bit. This should always have been on, but ↵ | Jack Jansen | 2001-02-23 | 1 | -1/+1 |
| | | | | was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason). | ||||
* | 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 ↵ | Jack Jansen | 2001-02-20 | 2 | -12/+20 |
| | | | | crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed. | ||||
* | - Removed debug | Jack Jansen | 2001-02-17 | 2 | -2/+1 |
| | | | | - Make sure splash screens are visible | ||||
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵ | Jack Jansen | 2001-02-17 | 3 | -101/+81 |
| | | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. | ||||
* | Allow selecting a template in findtemplate(), so Classic programs can build ↵ | Jack Jansen | 2001-02-17 | 1 | -6/+8 |
| | | | | Carbon applets and vice-versa. | ||||
* | 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 |
| | | | | | | incorporating them in a vanilla Python under MacOSX (i.e. in a non-MacPython-Python). Not complete and up-to-date right now, but that'll be fixed shortly. | ||||
* | 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 |
| | | | | of 2.0). | ||||
* | 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 ↵ | Jack Jansen | 2001-02-14 | 1 | -2/+2 |
| | | | | ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. | ||||
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -72/+3 |
| | | | | Got rid of lots of 68k stuff. | ||||
* | 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 ↵ | 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. |