History for twander / twander.py
2002-11-17
@tundra
Fixed problem with PgUp/PgDn creating multiple selections. ...
tundra committed on 17 Nov 2002
@tundra
Corrected handling of attempt to enter dir which cannot be opened. ...
tundra committed on 17 Nov 2002
2002-11-16
@tundra
Fixed problem under Win32 where input focus was lost if a warning message ...
tundra committed on 16 Nov 2002
@tundra
Fixed several bugs in the traversal stack logic. ...
tundra committed on 16 Nov 2002
2002-11-15
@tundra
Further work on error/warning message display.
tundra committed on 15 Nov 2002
2002-11-14
@tundra
Implemented message boxes for warnings and errors. ...
tundra committed on 14 Nov 2002
@tundra
Active and Selected now track together.
tundra committed on 14 Nov 2002
@tundra
Added feature to reload configuration file.
tundra committed on 14 Nov 2002
2002-11-13
@tundra
Stored all globals in UI object. ...
tundra committed on 13 Nov 2002
@tundra
Pulled out key bindings as symbolic assignments for ease of maintenance. ...
tundra committed on 13 Nov 2002
@tundra
Reorganized and restructured code for readability. ...
tundra committed on 13 Nov 2002
@tundra
Finished RefreshDirList() to keep dislay in-sync with directory contents. ...
tundra committed on 13 Nov 2002
@tundra
Added code to preserve selection and active item in refresh routine. ...
tundra committed on 13 Nov 2002
2002-11-12
@tundra
Removed global tracking of INDEX value. ...
tundra committed on 12 Nov 2002
@tundra
Fixed navigation with arrow keys and spacebar.
tundra committed on 12 Nov 2002
2002-11-11
@tundra
Slight restructuring of code to allow widget handling of up/down arrows ...
tundra committed on 11 Nov 2002
@tundra
Minor changes. Fixed subtle problem with visual navigation via ".." which ...
tundra committed on 11 Nov 2002
@tundra
Added support for Backspace (move up one directory) and Left Arrow ...
tundra committed on 11 Nov 2002
@tundra
Added support for Esc and Home keys.
tundra committed on 11 Nov 2002
2002-11-10
@tundra
First cut with actual command processing and executrion.
tundra committed on 10 Nov 2002
@tundra
Back to single-click selections. Now using the 'listbox.nearest(event.y)' ...
tundra committed on 10 Nov 2002
2002-11-09
@tundra
Went back to using an event handler to deal with double-click selections ...
tundra committed on 9 Nov 2002
@tundra
Made sure ".." is always first directory listed regardless of sort order.
tundra committed on 9 Nov 2002
@tundra
Single-Click navigation enabled via polling of listbox because ...
tundra committed on 9 Nov 2002
@tundra
Added -q option to suppress warnings.
tundra committed on 9 Nov 2002
@tundra
Added options to set initial window size.
tundra committed on 9 Nov 2002
@tundra
Reorganized the UI into a single class/object instance. ...
tundra committed on 9 Nov 2002
2002-11-08
@tundra
Implemented scrolling listbox. ...
tundra committed on 8 Nov 2002
@tundra
Installed basic Tkinter UI framwork and directory listbox
tundra committed on 8 Nov 2002
@tundra
Initial code using Tkinter for GUI
tundra committed on 8 Nov 2002