2002-12-11
@tundra
New style configuration file with both Unix and Win32 definitions.
tundra committed on 11 Dec 2002
@tundra
Added quotation around strings generated by PROMPT:
tundra committed on 11 Dec 2002
@tundra
Fixed bug in user-defined variable parsing.
tundra committed on 11 Dec 2002
@tundra
Implemented the PROMPT: builtin. ...
tundra committed on 11 Dec 2002
2002-12-09
@tundra
Documented -t option to suppress quotation of builtin substitutions.
tundra committed on 9 Dec 2002
@tundra
Corrected bug in substitution of builtins. Added quotation support ...
tundra committed on 9 Dec 2002
@tundra
Fixed bug in command invocation.
tundra committed on 9 Dec 2002
@tundra
Changed command execution to use threads only on win32 and ...
tundra committed on 9 Dec 2002
@tundra
Added information about the -d debugging option.
tundra committed on 9 Dec 2002
@tundra
First implementation of DSELECTION and DSELECTIONS builtins.
tundra committed on 9 Dec 2002
@tundra
Implemented debugging command line option.
tundra committed on 9 Dec 2002
2002-12-06
@tundra
Integrated new command language parser into the program. Still have ...
tundra committed on 6 Dec 2002
@tundra
First cut at configuration file in new format.
tundra committed on 6 Dec 2002
@tundra
Changed from .twanderrc to .twander
tundra committed on 6 Dec 2002
@tundra
Last version in old configuration format.
tundra committed on 6 Dec 2002
2002-12-04
@tundra
Changed all instances of os.system() used to run commands to ...
tundra committed on 4 Dec 2002
2002-12-01
@tundra
Made command keys case-sensitive. ...
tundra committed on 1 Dec 2002
@tundra
Changed time to display mtime instead of ctime. ...
tundra committed on 1 Dec 2002
2002-11-26
@tundra
Added ability to execute double-clicked file under Unix.
tundra committed on 26 Nov 2002
@tundra
Added description of -r option.
tundra committed on 26 Nov 2002
@tundra
Added keyboard support for, Select All, Select None, Page Down, and Page Up. ...
tundra committed on 26 Nov 2002
@tundra
Added command line option to suppress automatic display refreshing.
tundra committed on 26 Nov 2002
@tundra
Workaround problem of Tk setting activation after a ...
tundra committed on 26 Nov 2002
2002-11-25
@tundra
Fixed problem which happened only when the lstat call filed ...
tundra committed on 25 Nov 2002
@tundra
Changed detail processing code to use symbolic references to the ...
tundra committed on 25 Nov 2002
2002-11-24
@tundra
Fixed problem in which symbolic links were not properly being noted. ...
tundra committed on 24 Nov 2002
@tundra
Allow up to 11 char user/group names for both Unix and non-unix systems. ...
tundra committed on 24 Nov 2002
@tundra
Added total size of current directory to titlebar.
tundra committed on 24 Nov 2002
2002-11-23
@tundra
Added logic to pickup the special file types from the mode value.
tundra committed on 23 Nov 2002
@tundra
Added logic to display file lengths in bytes, KB, or MB ...
tundra committed on 23 Nov 2002
2002-11-22
@tundra
More work on the detailed view display. ...
tundra committed on 22 Nov 2002
@tundra
Partial implementation of detail view including toggle key and ...
tundra committed on 22 Nov 2002
@tundra
Further cleanup of configuration file location semantics.
tundra committed on 22 Nov 2002
@tundra
Changed program to run even if it cannot find a configuration ...
tundra committed on 22 Nov 2002
2002-11-21
@tundra
Implemented ability to select multiple items, both adjacent and ...
tundra committed on 21 Nov 2002
@tundra
Further fix to correctly init select/active after a directory change. ...
tundra committed on 21 Nov 2002
@tundra
Switched from [] directory delimiters to traling PSEP instead. ...
tundra committed on 21 Nov 2002
2002-11-20
@tundra
Program x,y scroll state is now preserved across RefreshDirList invocations.
tundra committed on 20 Nov 2002
@tundra
Win32 Only: Added ability to execute double clicked file ...
tundra committed on 20 Nov 2002
2002-11-19
@tundra
Removed display of current selection in title bar. ...
tundra committed on 19 Nov 2002
@tundra
Cleaned up selections involving form: /foo/bar/[....]
tundra committed on 19 Nov 2002
@tundra
Fixed bug which gave Tk fits if LoadDirList was called ...
tundra committed on 19 Nov 2002
@tundra
Removed all the mutex stuff introduced in previous version. ...
tundra committed on 19 Nov 2002
2002-11-18
@tundra
Went back to stdout instead of GUI for -h and -v options. ...
tundra committed on 18 Nov 2002
@tundra
Added a key assignment to manually invoke RefreshDirList. ...
tundra committed on 18 Nov 2002
2002-11-17
@tundra
Fixed problem with RefreshDirList not picking up newly added ...
tundra committed on 17 Nov 2002
@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
Ongoing edits.
tundra committed on 12 Nov 2002
@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
@tundra
Added section on 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
@tundra
Added section on preassigned keys.
tundra committed on 11 Nov 2002
@tundra
Added section about config file meta symbols and closing quotes.
tundra committed on 11 Nov 2002
2002-11-10
@tundra
Added documentation concerning [DIRECTORY] token.
tundra committed on 10 Nov 2002
@tundra
First cut with actual command processing and executrion.
tundra committed on 10 Nov 2002
@tundra
Added explanation of Command Key case insensitivity.
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 -q option.
tundra committed on 9 Nov 2002
@tundra
Added options to set initial window size.
tundra committed on 9 Nov 2002
@tundra
Corrected default information for font weight. ...
tundra committed on 9 Nov 2002
2002-11-08
@tundra
Reorganized the UI into a single class/object instance. ...
tundra committed on 8 Nov 2002
@tundra
Added descriptive summary text. ...
tundra committed on 8 Nov 2002
@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
@tundra
Last attempt using 'anygui'
tundra committed on 8 Nov 2002
2002-10-30
@tundra
Minor correction.
tundra committed on 30 Oct 2002
@tundra
Completed directory navigation logic.
tundra committed on 30 Oct 2002
2002-10-29
@tundra
Added info about the configuration file format and related ...
tundra committed on 29 Oct 2002
@tundra
Cleanup some leftover debug print statements. Mofified the configuration ...
tundra committed on 29 Oct 2002
@tundra
Implemented support for finding, reading, and parsing a ...
tundra committed on 29 Oct 2002
@tundra
Initial revision
tundra committed on 29 Oct 2002
2002-10-28
@tundra
Basic skeleton of code with argument checking and option handling.
tundra committed on 28 Oct 2002
@tundra
Initial revision
tundra committed on 28 Oct 2002