summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-03Version bump + ChangeLog update for 1.8v1.8Yorhel4-3/+8
2011-10-31Code cleanup: Use `static' where applicable.Yorhel7-88/+77
2011-10-31Use hash table when detecting hard linksYorhel5-39/+568
2011-10-31Belated copyright year bumpYorhel20-20/+20
2011-10-31browser.c: Added [read-only] indication to title barYorhel1-0/+2
2011-09-09util.c: Use KiB instead of kiB (bug #3399279)Yorhel1-1/+1
2011-09-09doc: Added read-only flag to ncdc.1Yorhel1-0/+3
2011-09-09read-only flagRodolfo Borges3-1/+6
2010-08-13ChangeLog update for the 1.7 releasev1.7Yorhel1-1/+1
2010-08-13Display size graph by defaultYorhel2-1/+2
2010-08-13Man page + TODO updatesYorhel2-12/+51
2010-07-19Fixed segfault when launched on a nonexistant directoryYorhel2-1/+3
2010-07-19TODO + ChangeLog updateYorhel2-2/+3
2010-07-18browser.c: Got rid of the 'line' format stringYorhel1-15/+7
2010-04-28Only create the line format once when drawing the browser windowYorhel1-21/+16
2010-04-28Got rid of segfault when the root dir only contains hidden filesYorhel1-6/+9
2010-04-28Reset descending/ascending order when changing sort columnYorhel1-2/+2
2010-04-28Store the name of the item in the dir struct itselfYorhel4-11/+15
2010-04-28More intuitive multi-page browsingYorhel6-7/+84
2010-04-28Fixed buffer overflow when some directories can't be scannedYorhel2-3/+4
2010-04-27Determine which item to select after deletion in browser.cYorhel2-7/+4
2010-04-27Changed directory listings to a doubly linked listYorhel4-30/+40
2010-04-27Properly fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-04-27Updated ChangeLog with the changes on the git repoYorhel1-0/+7
2010-04-27Properly free() the pattern in exclude_clear()Yorhel1-0/+1
2010-04-27Fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-04-27Don't select first item when browsing back using parent dirYorhel1-0/+1
2010-03-07Abstracted dir list handling from browser.c into dirlist.cYorhel5-286/+476
2010-03-03Correctly update directory sizes upon removing a hard linkYorhel1-15/+41
2010-02-28Only count the size of each hard link once for each directoryYorhel3-23/+46
2010-02-28Misc. minor fixesYorhel3-3/+4
2010-02-27List detected links in a separate tab in info windowYorhel1-34/+125
2010-02-27Link hard linked files together with a circular linked listYorhel6-105/+94
2010-02-27Copyright year bumpYorhel18-18/+18
2009-10-23ChangeLog & man page version/date bump for 1.6v1.6Yorhel2-4/+4
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel5-10/+25
2009-10-18Call setlocale() at initializationYorhel4-2/+9
2009-10-18Link to ncursesw when availableYorhel2-7/+28
2009-08-03Update TODO file with some ideas for improvements in hard link handlingYorhel1-2/+7
2009-08-03Properly display MiB units instead of MBYorhel3-14/+15
2009-06-06Return to previously opened directory on failed recalculationYorhel2-1/+2
2009-06-06Properly free return value of opendir() on calculation interruptYorhel2-0/+4
2009-06-06Removed another occurence of dirfd()Yorhel1-6/+0
2009-06-06Don't call link_del() on free'd memoryYorhel1-1/+2
2009-05-16Fixed non-void return in void delete_process()Sebastian Kayser2-2/+5
2009-05-16Removed reliance on dirfd()Yorhel3-5/+2
2009-05-12Removed the ST_QUIT stateYorhel4-9/+12
2009-05-12calc.c: Removed an unused variable in calc_item()Yorhel1-1/+0
2009-05-12util.h: Typo in function declarationYorhel1-1/+1
2009-05-11Properly select the next item after deletionYorhel2-1/+2