summaryrefslogtreecommitdiff
path: root/src/browser.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06Disallow refresh/delete after import + provide visual feedbackYorhel1-2/+27
2012-09-06browser.c: Display [imported] indication in titleYorhel1-1/+3
2012-08-27Added -u option to change the scan UIYorhel1-0/+1
2012-08-26Fixed some compiler warnings and a (rather nonexistent) memory leakYorhel1-1/+1
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-2/+4
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-7/+3
2011-10-31Belated copyright year bumpYorhel1-1/+1
2011-10-31browser.c: Added [read-only] indication to title barYorhel1-0/+2
2011-09-09read-only flagRodolfo Borges1-1/+1
2010-08-13Display size graph by defaultYorhel1-1/+1
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-28Reset descending/ascending order when changing sort columnYorhel1-2/+2
2010-04-28More intuitive multi-page browsingYorhel1-6/+14
2010-04-27Determine which item to select after deletion in browser.cYorhel1-1/+2
2010-04-27Properly fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-04-27Fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-03-07Abstracted dir list handling from browser.c into dirlist.cYorhel1-284/+102
2010-02-28Misc. minor fixesYorhel1-1/+1
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 listYorhel1-1/+1
2010-02-27Copyright year bumpYorhel1-1/+1
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel1-1/+6
2009-08-03Properly display MiB units instead of MBYorhel1-12/+12
2009-05-05Added hard link indicator in browser and help windowYorhel1-0/+1
2009-05-02Fixed a browsing bug related to hiding itemsYorhel1-2/+6
2009-05-01Don't divide by zero when size of parent dir = 0Yorhel1-1/+3
2009-05-01Fixed line width when displaying 100%Yorhel1-2/+2
2009-04-26Move cursor to the correct line in browse_draw()Yorhel1-0/+1
2009-04-26Removed last occurence of PATH_MAXYorhel1-15/+19
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-9/+2
2009-04-26Don't re-sort when pressing the browse keys without affecting the dirYorhel1-9/+12
2009-04-26Centralized screen update delay into input_handle()Yorhel1-3/+2
2009-04-25Don't segfault when browsing an empty dir...Yorhel1-5/+7
2009-04-25Fixed segfault on specifying an empty dirYorhel1-1/+2
2009-04-23Fixed a few occurences of wrong arguments for getpath()Yorhel1-3/+3
2009-04-23Removed reliance on PATH_MAX on most placesYorhel1-9/+6
2009-04-19Select next item after deletingYorhel1-3/+8
2009-04-19(partly) rewrote delete.c for the new framework and re-added the deletion fea...Yorhel1-8/+9
2009-04-19Don't quit ncdu when pressing 'q' while the info window is shownYorhel1-1/+5
2009-04-19Converted help.c to the new framework and re-added help windowYorhel1-2/+3
2009-04-18Re-added file information window in browser.cYorhel1-45/+51
2009-04-18Only sort directory when necessaryYorhel1-5/+15
2009-04-18Allow drawing the browser frame when there's no directory structureYorhel1-19/+19
2009-04-18Kept internal variables internal in browser.c and added browse_init()Yorhel1-54/+70
2009-04-18Got rid of SF_SIYorhel1-7/+3
2009-04-16Made stcalc static within calc.c and abstracted access to it with calc_init()Yorhel1-4/+1
2009-04-13Re-added recalculating (sub)directoriesYorhel1-36/+10
2009-04-13(Partly) rewrote browser.c to the new systemYorhel1-334/+298