Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. | Walter Dörwald | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -9/+9 |
| | |||||
* | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 1 | -0/+1891 |
| | |||||
* | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 1 | -8/+0 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -0/+8 |
| | |||||
* | Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. | Georg Brandl | 2008-05-16 | 1 | -1891/+0 |
| | |||||
* | Patch #1472877: Fix Tix subwidget name resolution. | Martin v. Löwis | 2006-11-18 | 1 | -1/+4 |
| | | | | Will backport to 2.5. | ||||
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.) | ||||
* | Whitespace normalization. | Tim Peters | 2006-04-10 | 1 | -2/+2 |
| | |||||
* | Patch #1462222: Fix Tix.Grid. Closes #1036406. | Martin v. Löwis | 2006-04-10 | 1 | -11/+87 |
| | |||||
* | Fix typos. | Walter Dörwald | 2005-11-09 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -8/+8 |
| | |||||
* | Patch #853488: Add hlist entry_configure and entry_cget methods. | Martin v. Löwis | 2004-03-21 | 1 | -0/+11 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
| | | | | From SF patch #852334. | ||||
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -53/+39 |
| | |||||
* | Tix update from Mike Clarkson (maintainer) | Neal Norwitz | 2002-12-30 | 1 | -11/+53 |
| | |||||
* | Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) | Neal Norwitz | 2002-12-10 | 1 | -3/+22 |
| | |||||
* | Patch #649184: Update to tix-8.1.4 RC3. | Martin v. Löwis | 2002-12-06 | 1 | -11/+65 |
| | |||||
* | Sync Tix from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -55/+114 |
| | |||||
* | Patch #484994: Improve PanedWindow. | Martin v. Löwis | 2002-09-19 | 1 | -4/+20 |
| | |||||
* | Use string methods, remove import string | Neal Norwitz | 2002-05-31 | 1 | -4/+3 |
| | |||||
* | Reindent. | Martin v. Löwis | 2002-03-28 | 1 | -551/+550 |
| | |||||
* | Destroy and unlink deleted NoteBook panes. Fixes #516703. | Martin v. Löwis | 2002-03-27 | 1 | -1/+2 |
| | | | | 2.2.2 candidate. | ||||
* | Make tix_configure() work the same way configure() works for the basic | Fred Drake | 2001-12-13 | 1 | -86/+92 |
| | | | | | | | Tkinter classes. Adjust a lot of docstrings. Convert a few type checks to use isinstance() instead of type(). This is part of SF patch #485959. | ||||
* | Properly set static options for tixBalloon and tixResizeHandle. | Martin v. Löwis | 2001-11-25 | 1 | -2/+19 |
| | | | | | Expose Tix.ResizeHandle.{detach_widget,hide,show}. Update Tix demos. | ||||
* | Patch #471120: Improved doc strings and new wrappers. | Martin v. Löwis | 2001-11-02 | 1 | -45/+382 |
| | |||||
* | Add entry parameter to HList.item_cget. Fixes bug #466981. | Martin v. Löwis | 2001-10-09 | 1 | -2/+2 |
| | |||||
* | Fix two bugs discovered by PyChecker. (I cannot test these, but I'm | Guido van Rossum | 2001-08-13 | 1 | -2/+2 |
| | | | | | confident that the old code was utterly broken -- the worse that can happen is that the new code is still broken.) | ||||
* | Fixed a bunch of Tabnanny errors | Moshe Zadka | 2001-03-21 | 1 | -590/+590 |
| | |||||
* | Patch #410231: Add the Python Tix library. | Martin v. Löwis | 2001-03-21 | 1 | -0/+1266 |