Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paint demo by Dave Mitchell. There's clearly a demand for such a | Guido van Rossum | 1998-01-26 | 1 | -0/+60 |
| | | | | demo, so here it is. | ||||
* | Trivial change in prompt label suggested by Case Roole. | Guido van Rossum | 1997-11-24 | 1 | -1/+1 |
| | |||||
* | Typo discovered by Case Roole. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
| | |||||
* | Be more careful with closing fd's 0,1,2. | Guido van Rossum | 1997-10-07 | 1 | -3/+5 |
| | |||||
* | Change bind() to tag_bind() so it works again. | Guido van Rossum | 1997-09-24 | 1 | -2/+2 |
| | |||||
* | Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more | Guido van Rossum | 1997-09-15 | 1 | -7/+35 |
| | | | | | explanatory message when the manual directories aren't found. (I have to say I'm surprised that it actually still works!) | ||||
* | Correct off-by-two-pixels error. | Guido van Rossum | 1997-08-22 | 1 | -1/+1 |
| | |||||
* | Add try-finally around main loop. | Guido van Rossum | 1997-08-14 | 1 | -2/+5 |
| | |||||
* | Checked in some new Tk demos that I wrote a while ago. | Guido van Rossum | 1997-04-03 | 4 | -0/+1047 |
| | |||||
* | A different winning animation. | Guido van Rossum | 1996-12-30 | 1 | -6/+8 |
| | |||||
* | Actually, *this* fixes the last bug. | Guido van Rossum | 1996-12-30 | 1 | -2/+7 |
| | |||||
* | Considerably restructured. This fixes the one remaining bug. | Guido van Rossum | 1996-12-30 | 1 | -319/+322 |
| | |||||
* | Solitaire game, like the one that comes with Windows. | Guido van Rossum | 1996-12-29 | 1 | -0/+627 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 21 | -21/+21 |
| | |||||
* | Pass self as master to Entry() widget constructor. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | update -- Undo is now entry 1 | Guido van Rossum | 1996-08-21 | 1 | -2/+3 |
| | |||||
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 43 | -968/+738 |
| | |||||
* | (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword | Fred Drake | 1996-07-23 | 1 | -21/+21 |
| | | | | | | arguments and explicit calls to .pack() are used; no more dictionaries are being passed to Tkinter constructors. Otherwise, the example is unchanged. (The app isn't implemented as a Python object.) | ||||
* | Fix typos (need to use tag_bind, not bind). | Guido van Rossum | 1996-05-24 | 1 | -3/+2 |
| | |||||
* | Removed broken tst.py | Guido van Rossum | 1996-04-26 | 1 | -80/+0 |
| | |||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 3 | -5/+6 |
| | |||||
* | idraw on top of an image | Guido van Rossum | 1995-10-11 | 1 | -0/+23 |
| | |||||
* | fix for 4.0 | Guido van Rossum | 1995-10-08 | 1 | -2/+2 |
| | |||||
* | incompletely converted to Tk 4.0 | Guido van Rossum | 1995-09-07 | 1 | -8/+12 |
| | |||||
* | adapted to Tk 4.0 and CNRI man page locations | Guido van Rossum | 1995-09-07 | 1 | -2/+15 |
| | |||||
* | improve fonts; Tk 4.0 aware | Guido van Rossum | 1995-09-07 | 1 | -9/+14 |
| | |||||
* | simplified no Tk() sets _default_root | Guido van Rossum | 1995-09-07 | 1 | -2/+1 |
| | |||||
* | use $DISPLAY | Guido van Rossum | 1995-09-07 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 1 | -0/+13 |
| | |||||
* | added hello world | Guido van Rossum | 1995-04-10 | 1 | -0/+17 |
| | |||||
* | remove ref to howard subdirectory | Guido van Rossum | 1995-04-10 | 1 | -1/+0 |
| | |||||
* | new example that Matt posted to comp.lang.python | Guido van Rossum | 1995-02-13 | 1 | -0/+118 |
| | |||||
* | demonstrate shell in a Tk window | Guido van Rossum | 1995-01-10 | 1 | -0/+164 |
| | |||||
* | menu-simple.py: fixed lay-out | Guido van Rossum | 1995-01-10 | 2 | -2/+45 |
| | | | | bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier | ||||
* | Improved explanation of what's here | Guido van Rossum | 1995-01-10 | 1 | -2/+12 |
| | |||||
* | initial checkin of www Tk examples | Guido van Rossum | 1995-01-10 | 18 | -0/+3046 |
| | |||||
* | update pathnames | Guido van Rossum | 1994-10-11 | 7 | -8/+10 |
| | |||||
* | moved my examples to subdir guido | Guido van Rossum | 1994-10-07 | 1 | -2/+1 |
| | |||||
* | Matt's examples | Guido van Rossum | 1994-10-07 | 33 | -0/+1876 |
| | |||||
* | Added Matt's examples | Guido van Rossum | 1994-10-07 | 1 | -0/+3 |
| | |||||
* | Micro portability changes | Guido van Rossum | 1994-10-06 | 2 | -1/+4 |
| | |||||
* | Tree displaying class | Guido van Rossum | 1994-08-08 | 1 | -0/+23 |
| | |||||
* | AttrDialog.py: some structural changes | Guido van Rossum | 1994-08-03 | 2 | -29/+45 |
| | | | | listtree.py: "Print" -> "List" in description | ||||
* | Made refile work -- basically set exportselection to 0 for list of | Guido van Rossum | 1994-07-13 | 1 | -8/+5 |
| | | | | | folders, then fix minor bugs and remove debug print statement. Also needs a fix to mhlib.py | ||||
* | Added comment about need of OO style | Guido van Rossum | 1994-07-13 | 1 | -0/+2 |
| | |||||
* | Change remote operation -- display the widget tree in a listbox and | Guido van Rossum | 1994-07-13 | 1 | -4/+22 |
| | | | | open relevant dialogs on double click | ||||
* | Initial revision | Guido van Rossum | 1994-07-13 | 1 | -0/+36 |
| | |||||
* | Added names to demo widgets; added RemoteWidgetDialog. | Guido van Rossum | 1994-07-12 | 1 | -9/+79 |
| | |||||
* | Added names to all widgets | Guido van Rossum | 1994-07-12 | 1 | -12/+26 |
| | |||||
* | correct typo | Guido van Rossum | 1994-07-12 | 1 | -1/+1 |
| |