summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Year + version bump for 1.13v1.13Yorhel26-26/+26
2018-01-29delete.c: Fix signedness issue in confirmation selectionYorhel1-1/+2
2018-01-23dirlist.c: make sure to include stdlib.h for calloc()Yorhel1-0/+1
2018-01-23Display extended information in the info windowYorhel4-6/+52
2018-01-23Don't depend on current color when creating ncurses windowYorhel1-0/+1
2018-01-23Import/export extended informationYorhel4-5/+33
2018-01-23Add -e flag to enable extended information modeYorhel3-3/+10
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel9-139/+149
2018-01-21Remove recursion check when importing a fileYorhel1-16/+1
2018-01-21Merge branch 'colors'Yorhel7-140/+307
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel7-42/+72
2017-08-17Use C99 flexible array member for struct dirYorhel3-8/+11
2017-07-08Add support for colors and sprinkle some colors aroundYorhel7-140/+277
2017-03-27dir_import.c: Restart fread() on EINTRYorhel1-1/+1
2017-01-06Add -rr option to disable shell spawningYorhel3-6/+8
2016-08-24Year + version bump for 1.12v1.12Yorhel26-27/+27
2016-01-12Consistently print errors to stderrTillmann Karras1-4/+4
2015-09-23Confirm quit action during scan only when --confirm-quitpiyo1-3/+6
2015-09-23Confirm quit action during scan (reuse existing scan dialog).piyo2-3/+19
2015-09-20implement confirmation switchMax Klinger4-1/+9
2015-09-20change wording when deleting empty directoryMax Klinger1-1/+1
2015-09-20quit.c: Remove two unused variablesYorhel1-5/+0
2015-09-19Confirm quit action with a cancellable dialog.piyo5-1/+97
2015-08-03Added backspace key in browser window to back keys (one directory up).Robin Schneider1-0/+1
2015-06-02Check for NCDU_SHELL environment variable when spawning shellØyvind A. Holm1-3/+6
2015-04-07shell.c: Include sys/wait.hYorhel1-0/+1
2015-04-05Disable shell feature on imported fileYorhel1-0/+4
2014-12-14Minor fixes to new shell featureYorhel3-3/+4
2014-12-14Add ability to spawn shellThomas Jarosch6-0/+119
2014-08-03"Press q to continue" -> "Press q to close"Yorhel1-1/+1
2014-04-13Support building without locale.hYorhel2-6/+7
2014-01-22Copyright year updateYorhel22-22/+22
2014-01-22Add support for browsing empty directoriesYorhel7-34/+36
2014-01-22Fix offset of parent-dir itemYorhel1-6/+5
2013-08-23util.c: Make sure to include stdarg.hThomas Klausner1-0/+1
2013-07-23Add space between file size and unit suffixYorhel2-6/+6
2013-07-23Add --si flag for base 10 prefixesYorhel3-8/+28
2013-06-05browser.c: Fix "Toggle dirs before files when sorting" functionalityYorhel1-1/+1
2013-05-09Fix a few compiler warningsYorhel2-3/+3
2013-04-25Move khash & yopt to deps/Yorhel4-741/+3
2013-04-12dir_scan.c: Reset directory sizes when excluded by a CACHEDIR.TAGYorhel1-1/+3
2013-04-12Use /**/ comments + minor style changeYorhel2-7/+5
2013-04-12has_cachedir_tag: Keep statuc allocated buffer for paths.Petr Pudlak1-5/+16
2013-04-12Let has_cachedir_tag use `malloc` instead of a buffer on the stack.Petr Pudlak1-4/+11
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak3-17/+17
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak4-0/+35
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)3-1/+17
2013-01-13'C' sorts by itemsChris West (Faux)4-7/+22
2013-01-13'c' to show child item countsChris West (Faux)2-8/+29
2012-11-22Clip directory sizes to make sure they are positiveYorhel2-5/+8