summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-09-10Decided to get rid of that startup window...v1.4yorhel4-203/+9
2008-08-02Added spaces around the path in browser.c (debian bug #472194)yorhel1-1/+4
2008-08-02Updated copyright year to cover 2008 as wellyorhel9-9/+9
2008-08-02Got rid of the FF_PAR hackyorhel2-4/+2
2008-08-02Moved cursor to selected items in browser and deletion dialog for improved ac...yorhel3-0/+6
2008-08-02Included patch from Cygwin package: Fix crash on names with slashes from /pro...yorhel1-0/+10
2008-08-02Removed export and import code from trunk and created separate development br...yorhel5-338/+5
2007-11-24Updated ncdu -hyorhel1-5/+7
2007-11-02Bugfix: total disk usage and apparent size in the status bar were always equalyorhel1-1/+2
2007-11-02Bugfix for systems that don't have an S_BLKSIZE of 512yorhel2-2/+7
2007-11-01Fixed buffer overflow when supplying a path longer than PATH_MAX (patch by To...yorhel2-1/+7
2007-08-16* Added error handling for the import featureyorhel8-206/+267
2007-08-12The "reference to parent directory" hack is now only used in drawBrowser in b...yorhel6-56/+28
2007-08-11* (BETA) Implemented file list exporting and importingyorhel6-67/+401
2007-08-07Fixed version in ncdu.1, and filenames ending with a tilde are now also hidde...yorhel1-1/+1
2007-08-05Two small bug fixes: interface bug in the delete progress, and getpath return...yorhel2-2/+2
2007-08-05Documented the 'a' and 'i'-keys, help window is more dynamic and updated TODOyorhel1-34/+49
2007-08-02Configure checks for ncurses.h, fixes bug #1764304yorhel1-1/+0
2007-08-01* Added 'a'-key to toggle between showing apparent size and disk usageyorhel3-17/+84
2007-08-01* Calculate both apparent size and disk usageyorhel5-57/+38
2007-07-29Documented the refresh feature and made some improvements in the help windowyorhel1-59/+55
2007-07-29Preperations for the export feature: re-ordered the file flags and removed FF...yorhel3-12/+11
2007-07-29Fixed a few compiler warnings and added a TODO listyorhel1-1/+2
2007-07-27Items will not be unnecessarily resorted when they are already in the correct...yorhel2-5/+16
2007-07-26Changed struct dir from a doubly to a singly linked list (less memory usage, ...yorhel5-65/+45
2007-07-26Added 'r' key to refresh the current directoryyorhel4-2/+67
2007-07-25Rewrote calc.c to be more flexible and clarifying, and changed the global 'di...yorhel6-229/+278
2007-07-24The 'h' key now also hides excluded itemsv1.2yorhel2-2/+5
2007-07-24* When changing sort order to size, automatically sort in descending orderyorhel2-7/+7
2007-07-24* Changed default sort order to size, descending, and don't sort dirs before ...yorhel2-3/+3
2007-07-24* Rewrote the file browser, help window, and delete windowsyorhel7-457/+655
2007-07-22SVN cleanup: removed automatically generated build files, added autogen.sh to...yorhel1-418/+0
2007-07-22Small bugs fixed related to the exclude featureyorhel1-5/+7
2007-07-21Added exclude option and increased version numeryorhel7-49/+189
2007-07-20Small bugfixes + cygwin patchyorhel3-9/+41
2007-07-20Initial import (ncdu-1.1)v1.1yorhel8-0/+1950