1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
FSViewer.app-0.2.3 (19991010)
-----------------------------
o Changed MAXINT to INT_MAX for NetBSD v1.3.2
o Added Preferences Window
o Fixed bug in FSGetStringForName, if the returned
value is NULL, wstrdup is not called.
o Fixed bug in FSCreatePixmapWithBacking*** when
image is bigger than backing.
o Created Icon Selection Dialog.
o Updated Icon Inspector to reflect look of Icon Selection
Dialog.
o Set window level for some dialogues.
o Updated Edit|View Inspectors to save the extn into the EXTN
defaults file entry.
o Modified chdefs to make the latest changes the necessary
changes to the defaults file.
o Added DisplayMCListPixmap variable to turn on/off display
of pixmaps indicating file/directory. The list runs better with
it off!
o Add check for empty clientData in paintItem of FSMCList.
FSViewer.app-0.2.2 (19990731)
-----------------------------
o Added icons for files and directories in list view
o Plugged a few memory leaks found by Electric Fence
o Insertion/Deletion of files now updates all views
o Changed the configure script to use get-wraster-flags,
this will hopefully fix most "can't find library" problems
o Changed listview parsing method.
o Applied a patch by Igor Roboul to FSViewer.c and iconInspector.c
FSViewer.app-0.2.1 (19990622)
-----------------------------
o FSViewer now compiles with WM 0.60
o Added a preliminary list view. This is really for v0.3.0 but I left
it in anyway.
o FSGetStringFor*** now returns a duplicated string.
o wmallocing memory with (Disk) instead of (Disk *)
o Fixed icon naming problem when the icon changes but the popup doesn't
FSViewer.app-0.2.0 (19990519)
-----------------------------
o Added dialog to prompt for settings with respect to unknown
file types.
o Added app specific alert panel.
o Added in fallback condition that if the creation of an icon fails
it defaults to the file_plain xpm.
o Automagically generate a defaults file if one doesn't exist.
o Rewrote proplist code to use WMUserDefaults
o Reorganised app/file extension association. The extension now
has a viewer/editor exec string associated with it.
o Inspector panels resized, they look better now :)
o Removed Extension Inpector Panel.
o Fixed bug wrt adding to shelf from column 0.
o Shelf item background momentarily changes when clicked.
o "/" cannot be added to the shelf.
o Implemented basic preferences window.
o Sort file view by ascending or descending and by files first,
directories first or all jumbled up!
o Modified the backing pixmap for the shelf and the scrollview.
A 64x64 pixmap is combined with the original pixmap. This allows
buttons to be used as the widget holder for the icons in the
scrollview.
o The browser (kinda) mimics the NeXT movements i.e. it only scrolls
the browser if a file/folder is selected that is outside the current
columns.
o Added FSFileButton widget to provide shaped background and DnD
related stuff.
o Rewrote shelf to use FSFileButton widget
o Updated FSBrowser to reflect changes in the WINGs library
o Implemented Path View using frames and file buttons
o Fleshed out the main menu and populated some options
o Added in platform specific #defines for memory and disk calculations
o Added in DnD support. OffiX library ported by Igor Roboul.
o Added in code to change the cursor in the Dnd code and removed the
root drop checks
o Modified the main menu to accept only Alt+key_press or
Meta+key_press depending on keyboard setup.
o Created PathView widget based on wbrowser. It provides better
support for window/column resizing.
o Free the FSFileInfo list after populating the browser. This should
plug a memory leak.
o Provided the ability to resize the columns
o Added double click to browser items
o Added tooltip like view to the FSFileButton widget. Popups when the
text is to wide for the button.
o Added Update Viewer menu call.
o Browser can now be updated based on file action (copy/delete etc.)
o Added in xmodifier code from WPRefs/WM to provide correct Alt|Meta
key support.
o Added chdef to change the old defaults file to the new format.
o Added option to disable the timestamp from the Inspector Window.
o Added support for formats (besides XPM and TIFF) supported by wmlib.
Need to uncomment the code in FSUtils to use.
o Added in front end to find and locate. Uses hardcoded defaults for
the moment, this will change in the next rev.
o Now pass executable name to WMInitialiseApplication instead of full
pathname.
o chdef now includes update for ROOT icon entry.
o Changed chdef to actually insert the umount command into the
defaults file, instead of just creating it.
o Added check for -lkvm for FreeBSD.
o Added #include <fcntl.h> in FSUtils.h for FreeBSD.
o Modified the regexp.h to just include string.h.
o Removed all "extern char *strchr();" from regexp.c
o Added "WMSynchronizeUserDefaults" to InitFilesDB so that the app does
not need to be restarted on the first run. I really need to read the
sources more clearly!
o Exes now don't need an entry in the defaults file. If you can
execute them, they will be executed!
o Fixed bug in FSUtils where hostname is overwritten with disk size
when Info panel is opened.
o Added option to configure script to allow extra libs, that are not
looked for, be added.
o Definitely removed all "extern char*" from reg*.c :)
o Fixed bugs in Memory calculation for SunOS, needed to scale
the total and change some logic.
FSViewer.app-0.1.1 (19990223)
-----------------------------
o Commented out FSDisk related code in FSUtils.c, should fix
some multi-platform compilation problems.
o Added a patch to automatically detect HOME dir.
o Fixed a bug that crashes the app if the inital path contains a
long path component.
o Zombie process are now cleaned up.
o Fixed WMJustified bug (should be WAJustified) in inspector.c and
iconInspector.c
o Implemented Revert in attributes inspector.
o Initial launch path is now the users home dir.
o Now checks return value of getpwuid and getgrgid calls in
attribsInspector.c, used to seg fault if either group or user
was unknown.
o Disabled hiding of app via 'h' key, leaving it up to Window Maker
and changed the quit key from 'q' to '^q' to prevent accidents :).
o Added in a "Console" menu option under the "Tools" menu. It launches
an xterm at the current directory.
o The window and miniwindow icon titles are set with the current
selection.
o Added in rudimentary magic files support. This allows certain kinds
of unknown files to be viewed.
o Fixed bug wrt to displaying/hiding dot files.
o Added in file filtering.
FSViewer.app-0.1.0 (19990201)
-----------------------------
o Reorganised the initialisation of the app.
o Multiple Windows can be opened.
o Display hidden files.
o Permissions can be set from attributes inspector.
o Icons can be set for extensions from File Extension
inspector.
o Added legal panel.
o Added info panel (broke app for other platforms though).
o Tidied up code for file browsing to easily add other
views.
o In the process of moving odds and ends to FSUtils.c
o Rewrote the scrollview code that displays the current path.
o The window(s) can be resized in both width and height.
o Using nodename from utsname struct as the hostname.
o Using timestampWidget instead of timestamp in attribsInspector
as it can display the year.
o Updated the configure script to take into account datadir value
when generating the FSViewer default file.
o Added in Cut, Copy, Paste, Rename, Delete and Link.
o Inspector window now updates automatically if it is open.
o Added in the shelf.
o Added new file/directory creation.
o Before launching an app, the pwd is changed to the selected dir.
o Added in the Tools submenu and moved the Inspector there.
o Created icons and src sub directories.
FSViewer.app-0.0.2 (19981217)
-----------------------------
o Added in more checks to the configure script.
o Replaced basename with GetNameFromPathname.
o Using strrchr instead of rindex.
o Searches the Window Maker defaults domain for IconPath
instead of PixmapPath
o Using "/" if environment variable HOSTNAME is not set.
o Added command line option to start FSViewer at a specified
path.
FSViewer 19981212
-----------------
This is the first release.
|