summaryrefslogtreecommitdiff
path: root/src/delete.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-9/+7
2011-10-31Belated copyright year bumpYorhel1-1/+1
2010-04-28More intuitive multi-page browsingYorhel1-0/+1
2010-04-27Determine which item to select after deletion in browser.cYorhel1-6/+2
2010-02-27Link hard linked files together with a circular linked listYorhel1-9/+1
2010-02-27Copyright year bumpYorhel1-1/+1
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel1-0/+4
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-11Properly select the next item after deletionYorhel1-1/+1
2009-05-11Use correct hard link information after partial recalculation or deletionYorhel1-1/+8
2009-04-28Don't try to delete a directory that's not emptyYorhel1-5/+5
2009-04-26Fixed display bug on deletion errorYorhel1-3/+5
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-4/+1
2009-04-26Improved deletion performanceYorhel1-6/+16
2009-04-26Centralized screen update delay into input_handle()Yorhel1-27/+5
2009-04-23Fixed a few occurences of wrong arguments for getpath()Yorhel1-1/+1
2009-04-23Removed reliance on PATH_MAX on most placesYorhel1-12/+12
2009-04-19Replace 'suseconds_t' with 'long'Yorhel1-1/+1
2009-04-19Disabled blocking wait for user input while deletingYorhel1-1/+1
2009-04-19Select next item after deletingYorhel1-6/+10
2009-04-19Go the correct directory after a deletionYorhel1-1/+3
2009-04-19Actually delete parents as well when deleting directoriesYorhel1-8/+13
2009-04-19(partly) rewrote delete.c for the new framework and re-added the deletion fea...Yorhel1-124/+156
2009-01-11Year bumpyorhel1-1/+1
2008-08-02Updated copyright year to cover 2008 as wellyorhel1-1/+1
2008-08-02Moved cursor to selected items in browser and deletion dialog for improved ac...yorhel1-0/+2
2007-08-16* Added error handling for the import featureyorhel1-53/+31
2007-08-12The "reference to parent directory" hack is now only used in drawBrowser in b...yorhel1-3/+1
2007-08-05Two small bug fixes: interface bug in the delete progress, and getpath return...yorhel1-1/+1
2007-07-26Changed struct dir from a doubly to a singly linked list (less memory usage, ...yorhel1-6/+3
2007-07-25Rewrote calc.c to be more flexible and clarifying, and changed the global 'di...yorhel1-2/+2
2007-07-24* Rewrote the file browser, help window, and delete windowsyorhel1-0/+242