summaryrefslogtreecommitdiffstats
path: root/src/event
AgeCommit message (Expand)Author
2024-03-04`q` while second window should exit the menuqkzk
2024-03-01search as you typeqkzk
2024-02-29FIX: leaving (with escape) should reset the filter, not leaveqkzk
2024-02-29dynamic filtering while typingqkzk
2024-02-28FIX: Right pane search & filter click don't match on correct position.qkzk
2024-02-23rename event to fm_events.qkzk
2024-02-23WIP. send refresh events from refresher. Not yet from copy moveqkzk
2024-02-23clippyqkzk
2024-02-23use send & receive fm events from bulkqkzk
2024-02-23attach event to status; use try_recv to avoid blokingqkzk
2024-02-23wrap event into mpscqkzk
2024-01-25FIX: entering sort doesn't set focusqkzk
2024-01-24shift+left erase current inputqkzk
2024-01-23WIP: input history. Needs testing & refactoringqkzk
2024-01-22WIP: bulk refactor. First working version. Need refactoringqkzk
2024-01-21devqkzk
2024-01-21changing focus left or right only affects the border. Moving does nothingqkzk
2024-01-20WIP: search next refactorqkzk
2024-01-20FIX: completion only work for searchqkzk
2024-01-20FIX: search next doesn't workqkzk
2024-01-20WIP: store every search resultqkzk
2024-01-19remove useless commentqkzk
2024-01-18wip: moved completion methods to searchqkzk
2024-01-17WIP: all search methods moved to search. All use the same algorithmqkzk
2024-01-17move search from tree to Searchqkzk
2024-01-16WIP: search refactor. Search structqkzk
2024-01-15search next in flagged modeqkzk
2024-01-14give focus with wheelqkzk
2024-01-14remove Edit::Jump modeqkzk
2024-01-14merge Action::Delete & Action::DeleteFileqkzk
2024-01-14WIP: check focus or edit mode before most actions. Still some edge cases to w...qkzk
2024-01-12WIP: check focus before executing actionqkzk
2024-01-11WIP. May have to be reversed. Should I create a window kind object and send i...qkzk
2024-01-11use focus to decide movementqkzk
2024-01-11give focus with clickqkzk
2024-01-10removed mocpqkzk
2024-01-09clippyqkzk
2024-01-08Move back & leave_mode history should use the same status methodqkzk
2024-01-08prevent go back & entering history edit mode in flagged & previewqkzk
2024-01-07disable filter for flagged modeqkzk
2024-01-07FIX: window is off for big contentqkzk
2024-01-07refactor update_second_pane_for_previewqkzk
2024-01-06flagged: copy filename & filepathqkzk
2024-01-06disable new nodes (file, dir)qkzk
2024-01-06disable regex match in flaggedqkzk
2024-01-06in marks new, backspace (since del is annoying...) should erase a mark.qkzk
2024-01-06toggle most menus, those who open with a non char key at leastqkzk
2024-01-05FIX: leave sort does nothingqkzk
2024-01-04merge flagged & fuzzyqkzk
2024-01-03display fuzzy with F. ideas...qkzk