History for twander / twander.py
2006-12-19
@tundra
Implemented glob style wildcarding for associations. ...
tundra committed on 19 Dec 2006
2006-12-18
@tundra
Implemented association removal with blank RHS of an association statement.
tundra committed on 18 Dec 2006
@tundra
Removed debugging statement left in the association exclusion processing logic during last file edit. ...
tundra committed on 18 Dec 2006
@tundra
Implemented association exclusion feature.
tundra committed on 18 Dec 2006
@tundra
Added logic to throw an error if user attempts to run a non-executable that has no association.
tundra committed on 18 Dec 2006
@tundra
Made association matching case-insensitive on Windows.
tundra committed on 18 Dec 2006
2006-12-15
@tundra
Reimplemented Directory Shortcut override as an interactive dialog instead of explicit keys for each shortcut. ...
tundra committed on 15 Dec 2006
@tundra
Changed MOUSEC assignment to Alt-Control-ButtonRelease-1.
tundra committed on 15 Dec 2006
2006-12-14
@tundra
Cleaned up associations and program execution for Win32.
tundra committed on 14 Dec 2006
@tundra
Modified association logic so that a full path is only computed for executables.i.e., For those cases where there is no association and the file is executable.
tundra committed on 14 Dec 2006
@tundra
Added logic to inhibit default associations on executable files.
tundra committed on 14 Dec 2006
@tundra
Implemented associations.
tundra committed on 14 Dec 2006
@tundra
Added CMDMENUSORT option to allow user to enable sorting of the command menu.
tundra committed on 14 Dec 2006
@tundra
Added keyboard bindings and logic to support assignment of current directory to any of the directory shortcut keys.
tundra committed on 14 Dec 2006
2006-12-11
@tundra
Changed title bar boolean state display to just Y/N instead of Yes/No to save space. ...
tundra committed on 11 Dec 2006
2005-02-14
@tundra
Fixed bug that counted the ".." file in the total on the title bar.
tundra committed on 14 Feb 2005
2005-02-10
@tundra
Implemented 'dotfile' hiding logic. ...
tundra committed on 10 Feb 2005
2005-02-03
@tundra
Reorganized menu order so they grouped together more sensibly.
tundra committed on 3 Feb 2005
2005-02-02
@tundra
Changed KeyFiltWild() to KeyFilterWild(). ...
tundra committed on 2 Feb 2005
@tundra
Changed MOUSEFILTER to MOUSEWILDFILTER ...
tundra committed on 2 Feb 2005
@tundra
Split old wildcard menu into separate Filter and Select menus. ...
tundra committed on 2 Feb 2005
2005-02-01
@tundra
Corrected wildcard logic so that escaped filter/selection ignore WILDNOCASE.
tundra committed on 1 Feb 2005
@tundra
Added MOUSEFILTER key binding.
tundra committed on 1 Feb 2005
@tundra
Added wildcard filtering to Win32 Drive List View.
tundra committed on 1 Feb 2005
2005-01-28
@tundra
Made wildcard-based selection also honor the WILDNOCASE option setting.
tundra committed on 28 Jan 2005
@tundra
Implemented default case-insensitive wildcard filtering for Win32 and case-sensitive for everything else. ...
tundra committed on 28 Jan 2005
@tundra
Factored wildcard filtering match code into a separate function, FilterWildcardMatch(). ...
tundra committed on 28 Jan 2005
@tundra
Cleaned up formatting and max lengths of file/drive size fields throughout. ...
tundra committed on 28 Jan 2005
@tundra
Actual file lengths are now returned with commas every 3 digits. ...
tundra committed on 28 Jan 2005
@tundra
Implemented ability to toggle actual and normalized file length display. ...
tundra committed on 28 Jan 2005