summaryrefslogtreecommitdiffstats
path: root/src/tree.rs
AgeCommit message (Expand)Author
2023-11-11use select path for every select_somethingqkzk
2023-11-10Add a link to previous and next node in Node. Simplify navigation, increase r...qkzk
2023-11-10refactor treeqkzk
2023-11-10FIX: leaving preview doesn't reset treeqkzk
2023-11-09use DFS to search in tree mode. Type aliasing for filenamesqkzk
2023-11-09refactor searchqkzk
2023-11-09improve search in tree. Far from perfectqkzk
2023-11-08rename a variableqkzk
2023-11-07FIX: poor aligment of prefixes in treeqkzk
2023-11-07tree and users refactorqkzk
2023-11-07tree refactorqkzk
2023-11-07refactor tree and users of treeqkzk
2023-11-07FIX: first line position for treeqkzk
2023-11-07don't use public attributes in nodesqkzk
2023-11-07use Go trait instead of selectionsqkzk
2023-11-07first step in regrouping tree movement into a traitqkzk
2023-11-06refactoring treeqkzk
2023-11-06some refactoring... to be continuedqkzk
2023-11-06FIX: move up from to go to last and vice versaqkzk
2023-11-06FIX: move back from root should redo the parent treeqkzk
2023-11-06FIX: filename in first lineqkzk
2023-11-06FIX: scrolling starts 1 row to lowqkzk
2023-11-06FIX: scrolling starts 1 row to lowqkzk
2023-11-06FIX: folders at max depth hangs the appqkzk
2023-11-06rename trees.rs, rename structqkzk
2023-11-06remove tree moduleqkzk
2023-11-05doesn't work yet, is way quickerqkzk
2023-11-02Only store a color and an effect in trees instead of a full attr.qkzk
2023-10-31tree: don't parse metadata as a colored string since it shares attrquentin konieczko
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-27track memory leak: unsuccessfulqkzk
2023-10-24Tree mode: file & directory are created in selected dirqkzk
2023-10-11FIX: goto mode from tree node with normal file selected crashes the appqkzk
2023-09-30tree: refactor and avoid usize::MAX since it's giganticqkzk
2023-09-28toggable metadata in tree modeqkzk
2023-09-17FIX: tree mode, end then down crash the appqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-02-20use thumbnail for video, mediainfo for audioqkzk
2023-02-12documentationqkzk
2023-02-10rename MAX_HEIGHT to REQUIRED_HEIGHTqkzk
2023-02-06first draft of required height for trees.qkzk
2023-02-05Fix: filter in tree only display level 1 elems. Decided to always keep dirs w...qkzk
2023-02-04completion in search from treeqkzk
2023-02-03improve tree into navigable contentqkzk
2023-01-31some memory improvmentqkzk
2023-01-31remove all Rc to users cache. Use simple reference onlyqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-28use let else to remove nested if let statementsqkzk
2023-01-28refactor treeqkzk