summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Code cleanup: Use `static' where applicable.Yorhel7-88/+77
2011-10-31Use hash table when detecting hard linksYorhel3-38/+567
2011-10-31Belated copyright year bumpYorhel18-18/+18
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-09read-only flagRodolfo Borges3-1/+6
2010-08-13Display size graph by defaultYorhel1-1/+1
2010-07-19Fixed segfault when launched on a nonexistant directoryYorhel1-1/+2
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 browsingYorhel5-7/+83
2010-04-28Fixed buffer overflow when some directories can't be scannedYorhel1-3/+3
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-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 bumpYorhel16-16/+16
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel3-6/+20
2009-10-18Call setlocale() at initializationYorhel1-0/+3
2009-08-03Properly display MiB units instead of MBYorhel2-14/+14
2009-06-06Return to previously opened directory on failed recalculationYorhel1-1/+1
2009-06-06Properly free return value of opendir() on calculation interruptYorhel1-0/+3
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 Kayser1-2/+4
2009-05-16Removed reliance on dirfd()Yorhel2-5/+1
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 deletionYorhel1-1/+1
2009-05-11Use correct hard link information after partial recalculation or deletionYorhel5-39/+113
2009-05-05Allocate correct amount of memory for the links listYorhel1-2/+2
2009-05-05Added hard link indicator in browser and help windowYorhel4-6/+10
2009-05-05Implemented hardlink detectionYorhel1-9/+47
2009-05-02Fixed a browsing bug related to hiding itemsYorhel1-2/+6
2009-05-02Removed powers of 1000/1024 toggle from help.cYorhel1-2/+1
2009-05-02Use absolute path for matching excluded itemsYorhel1-1/+1
2009-05-02Fixed buffer overrun in calc.cYorhel1-1/+1
2009-05-01Don't divide by zero when size of parent dir = 0Yorhel1-1/+3