summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-18Call setlocale() at initializationYorhel1-0/+3
2009-05-12Removed the ST_QUIT stateYorhel1-3/+3
2009-04-26Removed useless call to path_real()Yorhel1-1/+1
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-8/+1
2009-04-26Centralized screen update delay into input_handle()Yorhel1-10/+26
2009-04-24Fixed segfault on specifying a dir to process from cliYorhel1-2/+0
2009-04-24Fixed infinite calc_process() on errorYorhel1-1/+1
2009-04-23Removed PATH_MAX reliance in main.cYorhel1-16/+13
2009-04-23main.c should include help.hYorhel1-0/+1
2009-04-19(partly) rewrote delete.c for the new framework and re-added the deletion fea...Yorhel1-1/+6
2009-04-19Converted help.c to the new framework and re-added help windowYorhel1-1/+3
2009-04-18Kept internal variables internal in browser.c and added browse_init()Yorhel1-2/+0
2009-04-18Initialize calc_delay and calc_smfs in calc.c rather than main.cYorhel1-2/+0
2009-04-18Moved minimum screen size handling to main.cYorhel1-6/+6
2009-04-18Moved SF_SMFS in ncdu.h to char calc_smfs in calc.hYorhel1-1/+2
2009-04-18Moved and renamed sdelay in ncdu.h to calc_delay in calc.hYorhel1-3/+3
2009-04-16Made stcalc static within calc.c and abstracted access to it with calc_init()Yorhel1-4/+3
2009-04-13Re-added recalculating (sub)directoriesYorhel1-0/+1
2009-04-13(Partly) rewrote browser.c to the new systemYorhel1-6/+12
2009-04-11Header file cleanupYorhel1-4/+7
2009-04-11Rewrote util.h to the new styleYorhel1-5/+5
2009-04-11Rewrote exclude.c to the new styleYorhel1-2/+4
2009-04-11Moved definitions for calc.c to separate header fileYorhel1-1/+0
2009-04-11Each state can have it's own global variableYorhel1-12/+9
2009-04-10Rewrote calc.c in the new style & frameworkYorhel1-5/+45
2009-04-08Renamed parseCli() and added argument for root dirYorhel1-11/+12
2009-01-11Year bumpyorhel1-1/+1
2008-10-10Current directory is assumed when no directory is given on the commandline (m...yorhel1-7/+4
2008-09-10Decided to get rid of that startup window...v1.4yorhel1-20/+8
2008-08-02Updated copyright year to cover 2008 as wellyorhel1-1/+1
2008-08-02Removed export and import code from trunk and created separate development br...yorhel1-28/+3
2007-11-24Updated ncdu -hyorhel1-5/+7
2007-11-01Fixed buffer overflow when supplying a path longer than PATH_MAX (patch by To...yorhel1-1/+4
2007-08-16* Added error handling for the import featureyorhel1-1/+2
2007-08-11* (BETA) Implemented file list exporting and importingyorhel1-6/+98
2007-07-26Added 'r' key to refresh the current directoryyorhel1-0/+1
2007-07-25Rewrote calc.c to be more flexible and clarifying, and changed the global 'di...yorhel1-7/+10
2007-07-24* Rewrote the file browser, help window, and delete windowsyorhel1-1/+1
2007-07-20Initial import (ncdu-1.1)v1.1yorhel1-0/+59