Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. | Guido van Rossum | 1997-09-09 | 1 | -269/+0 |
| | |||||
* | Fix the following bug: | Guido van Rossum | 1997-01-03 | 1 | -4/+6 |
| | | | | | | | | | | | - When dragging the mouse in either listbox, the *first* entry clicked on is selected rather than the last (but the last one is highlighted). This is done by changing the bindtags so that our binding is executed after the default binding (which sets the 'active' index to the last item selected), and using 'active' instead of 'anchor' as the index to ask for. | ||||
* | Major overhaul: | Guido van Rossum | 1996-05-28 | 1 | -48/+101 |
| | | | | | | | | | | | | | | - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory. | ||||
* | don't export selection | Guido van Rossum | 1996-05-28 | 1 | -2/+2 |
| | |||||
* | Filter button should set selection's directory, too | Guido van Rossum | 1995-09-01 | 1 | -1/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-29 | 1 | -0/+211 |