Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add version changed/added to doc | Neal Norwitz | 2004-02-28 | 1 | -0/+2 |
| | |||||
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Update URL. | Fred Drake | 2003-07-28 | 1 | -1/+1 |
| | |||||
* | Update Tkinter3000 notes based on text from Fredrik Lundh. | Fred Drake | 2003-07-08 | 1 | -7/+9 |
| | |||||
* | Remove unused line numbers from example code. | Fred Drake | 2003-05-20 | 1 | -28/+27 |
| | | | | Line numbering of examples is not used elsewhere. | ||||
* | Whoops, fix the typo correctly this time | Neal Norwitz | 2002-11-05 | 1 | -2/+2 |
| | |||||
* | Fix minor typos | Neal Norwitz | 2002-11-05 | 1 | -2/+2 |
| | |||||
* | Document that images go away when they go away. Fixes #632323. | Martin v. Löwis | 2002-11-05 | 1 | -0/+18 |
| | |||||
* | Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. | Neal Norwitz | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | Fix tildes in URLs. Closes SF bug #614821. | Fred Drake | 2002-10-12 | 1 | -3/+4 |
| | |||||
* | Clarify who maintains Tkinter and who maintains Tk. | Fred Drake | 2002-09-10 | 1 | -3/+4 |
| | |||||
* | Fix typo reported by Kent Engström, and a bunch of broken markup. | Fred Drake | 2002-07-08 | 1 | -11/+11 |
| | |||||
* | Update links and information on PyQt/PyKDE. | Fred Drake | 2002-05-31 | 1 | -6/+13 |
| | |||||
* | Fix indentation error in example from the Tkinter Life Preserver. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | | | | This closes SF bug #499505. | ||||
* | Minor adjustments. | Fred Drake | 2001-12-13 | 1 | -7/+10 |
| | |||||
* | Added documentation on the ScrolledText module. | Fred Drake | 2001-12-03 | 1 | -0/+37 |
| | |||||
* | Clean up some material that is not part of the standard documentation. | Fred Drake | 2001-12-03 | 1 | -43/+7 |
| | | | | This closes SF bug #487308. | ||||
* | Add description of tkCommonDialog. | Fred Drake | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Change the chapter title to reflect the Tk affinity. | Fred Drake | 2001-11-30 | 1 | -5/+5 |
| | | | | | Use the new seealso* environment in the section pointing out other GUI toolkits. | ||||
* | More information about Tix support, contributed by Mike Clarkson. | Fred Drake | 2001-11-29 | 1 | -0/+101 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Clean up some markup a little bit more. Make this work with the PDF format, | Fred Drake | 2001-11-16 | 1 | -43/+56 |
| | | | | | which is a little more strict than the other formats on some things (fixable, but not tonight). | ||||
* | Switched a couple of sections around. | Fred Drake | 2001-11-16 | 1 | -245/+279 |
| | | | | | Cleaned up some markup nits. Add a few more of the Tk-related modules to the list of modules. | ||||
* | Tkinter chapter, contributed by Mike Clarkson. Based in part on the "Tkinter | Fred Drake | 2001-11-15 | 1 | -0/+1674 |
Life Preserver" by Matt Conway. |