summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tix.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-21/+23
* Remove duplication.Ezio Melotti2011-10-191-3/+3
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-4/+4
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-7/+7
* replace callable()Benjamin Peterson2009-10-091-1/+1
* Added missing static option for OptionMenu. Issue #5961.Guilherme Polo2009-08-181-1/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-181-0/+10
* Fixes for Tix.Grid from issue #1522587.Guilherme Polo2009-08-181-3/+6
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-181-11/+102
* Mark the "radio" option of Tix.CheckList as static.Guilherme Polo2009-08-181-1/+1
* Issue #1250469: Fix the return value of Tix.PanedWindow.panes.Guilherme Polo2009-08-181-5/+2
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-141-31/+3
* Fix typos.Walter Dörwald2009-05-041-2/+2
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-9/+9
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+1891
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-1891/+0
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-1/+4
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Whitespace normalization.Tim Peters2006-04-101-2/+2
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-11/+87
* Fix typos.Walter Dörwald2005-11-091-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-8/+8
* Patch #853488: Add hlist entry_configure and entry_cget methods.Martin v. Löwis2004-03-211-0/+11
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-53/+39
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-301-11/+53
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-3/+22
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-11/+65
* Sync Tix from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-55/+114
* Patch #484994: Improve PanedWindow.Martin v. Löwis2002-09-191-4/+20
* Use string methods, remove import stringNeal Norwitz2002-05-311-4/+3
* Reindent.Martin v. Löwis2002-03-281-551/+550
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-45/+382
* Add entry parameter to HList.item_cget. Fixes bug #466981.Martin v. Löwis2001-10-091-2/+2
* Fix two bugs discovered by PyChecker. (I cannot test these, but I'mGuido van Rossum2001-08-131-2/+2
* Fixed a bunch of Tabnanny errorsMoshe Zadka2001-03-211-590/+590
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+1266