summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-19Converted help.c to the new framework and re-added help windowYorhel5-52/+98
2009-04-19Fixed bug in calculation window titleYorhel1-1/+1
2009-04-18Re-added file information window in browser.cYorhel1-45/+51
2009-04-18Only sort directory when necessaryYorhel1-5/+15
2009-04-18Draw browser on background while calculatingYorhel2-1/+2
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()Yorhel4-76/+72
2009-04-18Don't touch the original tree while recalculatingYorhel1-13/+8
2009-04-18Removed stcalc and used several global variables insteadYorhel1-61/+59
2009-04-18Initialize calc_delay and calc_smfs in calc.c rather than main.cYorhel2-4/+2
2009-04-18Moved minimum screen size handling to main.cYorhel2-14/+6
2009-04-18Got rid of SF_SIYorhel5-25/+11
2009-04-18Moved SF_SMFS in ncdu.h to char calc_smfs in calc.hYorhel3-4/+7
2009-04-18Moved and renamed sdelay in ncdu.h to calc_delay in calc.hYorhel4-6/+10
2009-04-18Remove some calc.c specific defines from ncdu.hYorhel3-20/+26
2009-04-16Fixed minor size + item count inconsistency on recalculating a dirYorhel1-0/+9
2009-04-16Fixed major bug with counting all sizes twiceYorhel1-2/+2
2009-04-16Made stcalc static within calc.c and abstracted access to it with calc_init()Yorhel4-32/+29
2009-04-13Re-added recalculating (sub)directoriesYorhel4-38/+32
2009-04-13Fixed display bug while calculatingYorhel1-0/+1
2009-04-13(Partly) rewrote browser.c to the new systemYorhel6-353/+369
2009-04-11util.c:freedir() doesn't have to do anything with the selected flagYorhel1-3/+1
2009-04-11Header file cleanupYorhel5-52/+25
2009-04-11Rewrote util.h to the new styleYorhel6-81/+145
2009-04-11Removed ncdu.h dependency from exclude.cYorhel2-2/+5
2009-04-11Rewrote exclude.c to the new styleYorhel6-43/+76
2009-04-11Moved definitions for calc.c to separate header fileYorhel5-19/+54
2009-04-11Each state can have it's own global variableYorhel3-56/+51
2009-04-10Rewrote calc.c in the new style & frameworkYorhel4-248/+285
2009-04-08Renamed parseCli() and added argument for root dirYorhel2-12/+18
2009-04-08Removing extern keyword from function declarationsYorhel1-16/+16
2009-04-08Defined the first states in ncdu.hYorhel1-1/+13
2009-04-05Small manual page formatting cleanupYorhel1-37/+23
2009-04-05Updated the TODO listYorhel1-0/+5
2009-04-05Converting ignores and versions from subversion to gitYorhel5-4/+20
2009-01-11Year bumpyorhel10-10/+10
2009-01-11Fixed rpath() bug on /.yorhel2-0/+6
2008-12-11Items are ordered by displayed size rather than disk usageyorhel2-5/+13
2008-12-11Size graph uses the apparent size if that is displayedyorhel2-4/+5
2008-10-19Pressing q while the info box is shown now hides the box, instead of quiting ...yorhel1-1/+4
2008-10-10Current directory is assumed when no directory is given on the commandline (m...yorhel2-7/+5
2008-09-20Made browse keys work when file information window is displayedyorhel3-13/+32
2008-09-17Fixed incorrect apparent size on directory refreshyorhel2-0/+5
2008-09-10Decided to get rid of that startup window...v1.4yorhel8-234/+13
2008-09-10Updated Changelog and TODOyorhel2-0/+21
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 wellyorhel11-11/+11
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