Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -94/+94 |
| | |||||
* | Fix some whitespace. | Brett Cannon | 2010-05-04 | 1 | -2/+2 |
| | |||||
* | Fixed issue #5122: Synchronize tk load failure check to prevent a | Guilherme Polo | 2009-02-09 | 1 | -4/+34 |
| | | | | potential deadlock. | ||||
* | Fixed a couple more C99 comments and one occurence of inline. | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Remove warning about implicit declaration of strcmp() | Neal Norwitz | 2004-06-13 | 1 | -0/+1 |
| | |||||
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | Allow the user to create Tkinter.Tcl objects which are just like Tkinter.Tk objects except that they do not initialize Tk. This is useful in circumstances where the script is being run on machines that do not have an X server running -- in those cases, Tk initialization fails, even if no window is ever created. Includes documentation change and tests. Tested on Linux, Solaris and Windows. Reviewed by Martin von Loewis. | ||||
* | 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 |