Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -1002/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | fix a lot of Tkinter imports | Benjamin Peterson | 2009-01-04 | 1 | -260/+260 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -1/+1 |
| | | | | lingering print statements. | ||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -2/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -196/+195 |
| | |||||
* | Tix update from Mike Clarkson (maintainer) | Neal Norwitz | 2002-12-30 | 1 | -2/+15 |
| | |||||
* | Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) | Neal Norwitz | 2002-12-10 | 1 | -6/+1 |
| | |||||
* | Patch #649184: Update to tix-8.1.4 RC3. | Martin v. Löwis | 2002-12-06 | 1 | -7/+8 |
| | |||||
* | Sync tixwidgets from Mike Clarkson, a maintainer | Neal Norwitz | 2002-11-14 | 1 | -152/+147 |
| | |||||
* | Patch #485959: Various changes to Tix demos. | Martin v. Löwis | 2002-03-17 | 1 | -2/+7 |
| | |||||
* | SF #517447, correct syntax error | Neal Norwitz | 2002-03-01 | 1 | -2/+1 |
| | |||||
* | Properly set static options for tixBalloon and tixResizeHandle. | Martin v. Löwis | 2001-11-25 | 1 | -50/+95 |
| | | | | | Expose Tix.ResizeHandle.{detach_widget,hide,show}. Update Tix demos. | ||||
* | Patch #473002: Update Demo/tix tixwidgets.py et al. | Martin v. Löwis | 2001-11-11 | 1 | -124/+256 |
| | |||||
* | [].index() raises ValueError if the value is not in the list, so only | Fred Drake | 2001-05-11 | 1 | -1/+1 |
| | | | | catch that instead of using a bare except clause. | ||||
* | Patch #410231: Add the Python Tix library. | Martin v. Löwis | 2001-03-21 | 1 | -0/+819 |