Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 8 | -8/+8 | |
| | ||||||
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 10 | -387/+293 | |
| | ||||||
* | (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.) | |||||
* | Removed broken tst.py | Guido van Rossum | 1996-04-26 | 1 | -80/+0 | |
| | ||||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 2 | -4/+5 | |
| | ||||||
* | idraw on top of an image | Guido van Rossum | 1995-10-11 | 1 | -0/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | demonstrate shell in a Tk window | Guido van Rossum | 1995-01-10 | 1 | -0/+164 | |
| | ||||||
* | update pathnames | Guido van Rossum | 1994-10-11 | 7 | -8/+10 | |
| | ||||||
* | Micro portability changes | Guido van Rossum | 1994-10-06 | 2 | -1/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Complete redesign for more code sharing. | Guido van Rossum | 1994-07-12 | 1 | -101/+177 | |
| | | | | Added readonly options, used for .class field. | |||||
* | Use disabled state to enforce read-only state (bit painful since it means | Guido van Rossum | 1994-07-12 | 1 | -27/+19 | |
| | | | | | switching states each time we insert some text but has to be done this way since else class bindings might allow editing...) | |||||
* | Initial revision | Guido van Rossum | 1994-07-12 | 1 | -0/+283 | |
| | ||||||
* | Add menu to change directories -- also generalize acceptable names from *.n | Guido van Rossum | 1994-07-11 | 1 | -16/+40 | |
| | | | | into *.[ln123456789] | |||||
* | Use guido's Python | Guido van Rossum | 1994-07-08 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1994-07-08 | 1 | -0/+144 | |
| | ||||||
* | Adapted to new async ManPage interface (kill, busy); | Guido van Rossum | 1994-07-08 | 1 | -38/+56 | |
| | | | | | | Added case sensitive searching; Added explicit buttons for man page display and search (in addition to <Return> and double clicking in the listbox) | |||||
* | Rewritten somewhat again, distinguished between internal and external | Guido van Rossum | 1994-07-08 | 1 | -24/+67 | |
| | | | | | methods (internal ones start with '_'), asynchronous transfers are now killed synchronously (i.e. after t.kill(), t.busy() is false immediately). | |||||
* | Always insert at 'end' | Guido van Rossum | 1994-07-08 | 1 | -3/+3 | |
| | ||||||
* | parsefile() now calls self.update() while filling the buffer, | Guido van Rossum | 1994-07-08 | 1 | -60/+90 | |
| | | | | so you can read the top of the man page while the rest is being parsed | |||||
* | Don't use self.text -- it's self now! | Guido van Rossum | 1994-07-06 | 1 | -18/+18 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1994-07-06 | 2 | -0/+332 | |
| | ||||||
* | Misc changes by Steen | Guido van Rossum | 1994-07-06 | 1 | -6/+5 | |
| | ||||||
* | * kill.py: Don't use the exec Tcl command. | Guido van Rossum | 1994-07-06 | 1 | -6/+7 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1994-06-28 | 2 | -0/+244 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1994-06-27 | 1 | -0/+119 | |
| | ||||||
* | Fix initial fill color of square | Guido van Rossum | 1994-06-20 | 1 | -1/+1 | |
| | | | | ., | |||||
* | Adapt to new Tkinter.py | Guido van Rossum | 1994-06-20 | 1 | -27/+32 | |
| | ||||||
* | Moved tk.record() to record whole commands instead of lines | Guido van Rossum | 1994-06-20 | 1 | -1/+1 | |
| | ||||||
* | Adapted to new Tkinter.py. | Guido van Rossum | 1994-06-20 | 1 | -13/+12 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 6 | -0/+809 | |