summaryrefslogtreecommitdiff
path: root/src/dirlist.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel1-398/+0
2020-04-08Drop never read initializationChristian Göttsche1-1/+1
2020-04-08Use strict prototypesChristian Göttsche1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel1-1/+1
2019-07-23Handle malloc failure by pausing any activityYorhel1-1/+1
2019-02-04Year + version bump for 1.14v1.14Yorhel1-1/+1
2019-01-21add a max modified time, or mtime, view and sortingAlex Wilson1-1/+10
2019-01-20Fix crash when attempting to sort an empty directoryYorhel1-1/+2
2018-03-29Spelling fixes: "occured" + "an other"Yorhel1-1/+1
2018-01-29Year + version bump for 1.13v1.13Yorhel1-1/+1
2018-01-23dirlist.c: make sure to include stdlib.h for calloc()Yorhel1-0/+1
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel1-1/+1
2017-08-17Use C99 flexible array member for struct dirYorhel1-5/+5
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2014-01-22Copyright year updateYorhel1-1/+1
2014-01-22Add support for browsing empty directoriesYorhel1-7/+12
2013-01-13'C' sorts by itemsChris West (Faux)1-6/+15
2012-08-27Use int64_t instead of off_tYorhel1-2/+2
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-6/+6
2011-10-31Belated copyright year bumpYorhel1-1/+1
2010-04-28Got rid of segfault when the root dir only contains hidden filesYorhel1-6/+9
2010-04-28Store the name of the item in the dir struct itselfYorhel1-1/+1
2010-04-28More intuitive multi-page browsingYorhel1-1/+64
2010-04-27Changed directory listings to a doubly linked listYorhel1-10/+23
2010-04-27Don't select first item when browsing back using parent dirYorhel1-0/+1
2010-03-07Abstracted dir list handling from browser.c into dirlist.cYorhel1-0/+293