History for twander / twander.py
2003-03-03
@tundra
Changed sort key binding names to be more meaningful.
tundra committed on 3 Mar 2003
@tundra
Fixed problem which kept indented conditional lines from being properly handled.
tundra committed on 3 Mar 2003
@tundra
Fixed problem which prevented navigating to selected drive in Drive List View. ...
tundra committed on 3 Mar 2003
@tundra
Drive List View sorting and Sort Menu finished.
tundra committed on 3 Mar 2003
2003-03-01
@tundra
First implementation of Sort Menu.
tundra committed on 1 Mar 2003
@tundra
Titlebar now show correct info in Drive List View - proper ...
tundra committed on 1 Mar 2003
@tundra
Implemented sorting for Drive List View ...
tundra committed on 1 Mar 2003
@tundra
Added ability for all conditionals to reference environment variables.
tundra committed on 1 Mar 2003
@tundra
Finished first complete implementation of conditional ...
tundra committed on 1 Mar 2003
2003-02-28
@tundra
Removed debugging print statement in the conditional logic. ...
tundra committed on 28 Feb 2003
@tundra
Now catches .ENDIF statements which are not on a line by themselves. ...
tundra committed on 28 Feb 2003
@tundra
Implemented variable existence conditional in Config File parser.
tundra committed on 28 Feb 2003
@tundra
Changed escape char for CMDSHELL and wildcard processing to use " instead of #
tundra committed on 28 Feb 2003
@tundra
Finished sorting logic. Fixed bug with Win32 case collapse. ...
tundra committed on 28 Feb 2003
2003-02-27
@tundra
Implemented support for fNONE - no sorting.
tundra committed on 27 Feb 2003
@tundra
Changed SORTBYFIELD to be the *name* not the number of the field desired. ...
tundra committed on 27 Feb 2003
2003-02-26
@tundra
Inlined the sort routine into BuildDirList(). ...
tundra committed on 26 Feb 2003
@tundra
First implementation of sorting algorithm. ...
tundra committed on 26 Feb 2003
2003-02-25
@tundra
More work on sorting.
tundra committed on 25 Feb 2003
@tundra
Restructured code to prepare for enabling sorting by various fields. ...
tundra committed on 25 Feb 2003
@tundra
All User-Settable options can now have a blank RHS; means option set to default value. ...
tundra committed on 25 Feb 2003
2003-02-24
@tundra
Ran program through 'flip' to ensure Unix line termination. ...
tundra committed on 24 Feb 2003
2003-02-23
@tundra
Only show major/minor version number (x.x) on Title Bar.
tundra committed on 23 Feb 2003
@tundra
Switched string->num conversions from atoi to int(string,base). ...
tundra committed on 23 Feb 2003
@tundra
Added code to precent FONTDECR from decrementing font sizes to less than 1.
tundra committed on 23 Feb 2003
@tundra
Changed logic so CMDSHELL processing, if enabled, is *only* ...
tundra committed on 23 Feb 2003
2003-02-17
@tundra
ExecuteCommand now properly rejects blank command requests and checks ...
tundra committed on 17 Feb 2003
2003-02-10
@tundra
Changed DIRSC regex for stricter enforcement of naming.
tundra committed on 10 Feb 2003
@tundra
Changed code to first check the environment for HOSTNAME ...
tundra committed on 10 Feb 2003
2003-02-06
@tundra
Minor editing of comments for clarity.
tundra committed on 6 Feb 2003