History for twander / twander.py
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
@tundra
Corrected TotalSize to work when wildcard active. ...
tundra committed on 28 Jan 2005
2005-01-27
@tundra
Created distinct entry dialogs for selection and filtering wildcards.
tundra committed on 27 Jan 2005
@tundra
Added wildcard filtration status to titlebar.
tundra committed on 27 Jan 2005
@tundra
Provided complete support for selection and filtering wildcards via a common routine. ...
tundra committed on 27 Jan 2005
@tundra
Implemented rudiments of filtering displayed items based on wildcard.
tundra committed on 27 Jan 2005
2005-01-25
@tundra
Set default for QUOTECHAR to None if -t startup option selected.
tundra committed on 25 Jan 2005
@tundra
Minor cosmetic cleanups leftover from changing TRUE/FALSE to True/False in last revision.
tundra committed on 25 Jan 2005
@tundra
Minor corrections/edits. ...
tundra committed on 25 Jan 2005
@tundra
Changed delimiters for PROMPT and YESNO from [] to {} to facilitate embedding variable references within them. ...
tundra committed on 25 Jan 2005
@tundra
Restructured the YESNO/PROMPT string preservation logic so it works correctly in all cases.
tundra committed on 25 Jan 2005
@tundra
Restructured prompt default handling to gracefully handle case when there is no default.
tundra committed on 25 Jan 2005
2005-01-24
@tundra
Fixed problem with circular .include suppression logic interfering with a configuration reload.
tundra committed on 24 Jan 2005
@tundra
Added logic to suppress circular includes.
tundra committed on 24 Jan 2005
@tundra
Implemented GetStatusOutput() so that Execution Variables work portably across Unix and Win32.
tundra committed on 24 Jan 2005
@tundra
Addeded support for Execution Variables.
tundra committed on 24 Jan 2005
@tundra
Added code to catch nested variable references within PROMPT and YESNO builtin definitions.
tundra committed on 24 Jan 2005
@tundra
Accomodated default handler for situations where command begins with REFRESHAFTER.
tundra committed on 24 Jan 2005
@tundra
Added code to preserve content of PROMPT and YESNO builtins so user-formatting is maintained.
tundra committed on 24 Jan 2005