summaryrefslogtreecommitdiffstats
path: root/Modules/tkappinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid main_window unused compiler warning.Gregory P. Smith2012-03-141-0/+6
|
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-96/+96
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
* Merged revisions 69473 via svnmerge fromGuilherme Polo2009-02-091-4/+34
| | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r69473 | guilherme.polo | 2009-02-09 18:50:27 -0200 (Mon, 09 Feb 2009) | 3 lines Fixed issue #5122: Synchronize tk load failure check to prevent a potential deadlock. ........
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-1/+1
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66748 | christian.heimes | 2008-10-02 21:47:50 +0200 (Thu, 02 Oct 2008) | 1 line Fixed a couple more C99 comments and one occurence of inline. ........ + another // comment in bytesobject
* Remove warning about implicit declaration of strcmp()Neal Norwitz2004-06-131-0/+1
|
* Implementation of patch 869468David Ascher2004-02-181-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 TkinterJack Jansen2001-12-091-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 -WallMoshe Zadka2000-08-041-4/+4
|
* ANSI-fication (and test if committing files works now)Peter Schneider-Kamp2000-07-101-2/+1
|
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. ThisGuido van Rossum1999-11-051-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 Rossum1997-12-021-5/+5
|
* New tkappinit supporting several popular packages.Guido van Rossum1997-11-221-15/+36
|
* Add optional support fort Tix and BLT.Guido van Rossum1997-11-191-0/+19
|
* Add sections for PIL (Fred Lundh).Guido van Rossum1997-05-141-1/+15
|
* Formatting.Barry Warsaw1997-01-141-18/+17
|
* Initial revisionGuido van Rossum1994-06-271-0/+36