2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed direct void*->int casts that newer compilers do not like, used the normal fix of casting to long first. More... over 14 years ago
Fixed misspellings in man page More... almost 19 years ago
Uses unsigned long long for number of K so it can now handle disks with more than 4.3 Terabytes. More... about 19 years ago
It crashed if input was a zer-length file. Ignores stdin if it is /dev/null (or anything else zero-length) More... over 19 years ago
Can display size in Terabytes, and avoids some math overflows on such disks. More... over 19 years ago
Postscript output scales down very long filenames so they fit. More... over 19 years ago
Better error message if output of du has too long of lines. Better error message if output of du is unparsable. More... almost 20 years ago
Changed it so you can edit the makeinclude file to change where fltk is. More... almost 20 years ago
It screwed up on filenames with @ or & characters in them. Fltk1 version dups these letters so they are not interpreted for formatting, fltk2 version uses the new RAW_LABEL flag to ignore them. More... almost 20 years ago
Fixed clicking on nodes below hidden ones. Postscript output changed to obey hidden nodes and draw same as display. More... over 20 years ago
Added ability to hide nodes in the display. All brother nodes are then rescaled to fill the space and a diagonal line is drawn on the parent to show the portion actually occupied by the non-hidden items. More... over 20 years ago
All new non-blinking minimal redraw of the window More... over 20 years ago
Added -q switch to turn off progress bar, as suggested by St�phane Gourichon More... over 20 years ago
Can compile with fltk2. Browser display is not exactly right yet. More... over 20 years ago
Changes to match newest fltk1.1 More... over 21 years ago
Fixed du command on Solaris, fixed crash when used with pipe More... almost 23 years ago
New version number More... almost 23 years ago
Make empty disks not cause it to crash More... almost 23 years ago
Added df and du commands for HPUX. Thanks to Stephanie Nile for this. More... almost 23 years ago
Added .spec file from Dan Mueth More... almost 23 years ago
Added install-sh so cvs checkout will get a working file set More... about 23 years ago
Updated version number More... about 23 years ago
Fixed directories ending in / to not double-report size More... about 23 years ago
Fixes for crashes on disks with zero size and directorys with zero-lenght names. More... over 23 years ago
Compiles with older fltk without FL_NORMAL_SIZE variable. More... over 23 years ago
It can read du output from files named on the command line, from stdin, and from files named in the input field on the disk browser. More... over 23 years ago
You can choose a regular file with the chooser and it assummes it is output from du, allowing the display to be used for that. More... over 23 years ago
Initial revision More... over 23 years ago