Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter | Jack Jansen | 2001-12-09 | 1 | -0/+51 |
| | | | | | | | | | | | | | | work with Mac OS X Aqua-Tk, all nicely within ifdefs. The process is not for the faint of heart, though: you need to download and install the (alfa) Aqua-Tk, obtain a few needed X11 headers from somewhere else and then everything builds. To run scripts using Tkinter you must build with --enable-framework, build Python.app in Mac/OSX and run your Tkinter scripts with that. Then, about half the tests in Demo/tkinter work (or at least do something). Checking this in anyway because it shouldn't break anything, and newer versions of Aqua-Tk will streamline the process. | ||||
* | Removing warnings discovered by gcc -Wall | Moshe Zadka | 2000-08-04 | 1 | -4/+4 |
| | |||||
* | ANSI-fication (and test if committing files works now) | Peter Schneider-Kamp | 2000-07-10 | 1 | -2/+1 |
| | |||||
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This | Guido van Rossum | 1999-11-05 | 1 | -2/+2 |
| | | | | | | simply moves the call to Tk_MainWindow() after the Tcl/Tk initialization calls. The patch is unconditional, it works with earlier and later versions as well. | ||||
* | Yes, Virginia, Tix does have a Tix_SafeInit() function. | Guido van Rossum | 1997-12-02 | 1 | -5/+5 |
| | |||||
* | New tkappinit supporting several popular packages. | Guido van Rossum | 1997-11-22 | 1 | -15/+36 |
| | |||||
* | Add optional support fort Tix and BLT. | Guido van Rossum | 1997-11-19 | 1 | -0/+19 |
| | |||||
* | Add sections for PIL (Fred Lundh). | Guido van Rossum | 1997-05-14 | 1 | -1/+15 |
| | |||||
* | Formatting. | Barry Warsaw | 1997-01-14 | 1 | -18/+17 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-27 | 1 | -0/+36 |