summaryrefslogtreecommitdiffstats
path: root/development.md
AgeCommit message (Expand)Author
2023-12-03remove specific commandsqkzk
2023-12-03WIP merge specific commands into cli infoqkzk
2023-12-01event_dispatch refactor. Better mouse events. WIPqkzk
2023-12-01renamed path_content to Directory, Display::Normal to Display::Directoryqkzk
2023-12-01use rc instead of owned types in fileinfoqkzk
2023-12-01FIX: leaving edit mode doesn't refresh completionqkzk
2023-11-30moved internal status settings to separate struct & fileqkzk
2023-11-27status refactoringqkzk
2023-11-27refactor Bulkqkzk
2023-11-26documentation, rename 2 filesqkzk
2023-11-25FIX: first line use selected tab even when not selectedqkzk
2023-11-25opener refactoring. WIPqkzk
2023-11-24FIX: resize events deselects the filesqkzk
2023-11-21Split lsl drawing into smaller methodsqkzk
2023-11-21Trait LineDisplay for EditModeqkzk
2023-11-21password refactor: only use one enumqkzk
2023-11-21dev.mdqkzk
2023-11-21devqkzk
2023-11-21Improve refresh actions. Subfolders in tree mode are now watched.qkzk
2023-11-21FIX: print on quit requires to drop everything holding a terminalqkzk
2023-11-20don't allow rename of parent or self folderqkzk
2023-11-20devqkzk
2023-11-20devqkzk
2023-11-20Clickable first line. Each first line element can be clicked, resulting in an...qkzk
2023-11-20FIX: clicking outside above files crashesqkzk
2023-11-19use internal function for every command, grouped by call & return typeqkzk
2023-11-18FIX: browsing a file where "modified" time is in future crashes the application.qkzk
2023-11-17refactor node creation (file or directory) in its own modqkzk
2023-11-17refactor chmod into its own modqkzk
2023-11-17FIX: can't jump to file from tree modeqkzk
2023-11-17refactor regex. Allow regex match in treeqkzk
2023-11-16don't use super:: use crate::folderqkzk
2023-11-15devqkzk
2023-11-15FIX: next is wrong when folded.qkzk
2023-11-15revqkzk
2023-11-14various fixes. Fix neovim server adress won't update if neovim is restarted w...qkzk
2023-11-14Separate display (normal, tree, preview) from any other mode.qkzk
2023-11-12FIX: cursor is off by one in passwordqkzk
2023-11-12Refactor mountable devices displayqkzk
2023-11-12FIX: trash is buggy. Can't delete definitely. Display is wrong when empty.qkzk
2023-11-12BUG seek: trashqkzk
2023-11-12better messages when asking a passwordqkzk
2023-11-12simplify first row creation and usageqkzk
2023-11-11devqkzk
2023-11-11v0.1.24 preparationqkzk
2023-11-11fix dev.md for cargo publishqkzk
2023-11-11devqkzk
2023-11-11devqkzk
2023-11-11dev - tree is redone completelyV0.1.23-tree-redoqkzk
2023-11-10Add a link to previous and next node in Node. Simplify navigation, increase r...qkzk