summaryrefslogtreecommitdiffstats
path: root/src/event/event_dispatch.rs
AgeCommit message (Expand)Author
2024-03-04`q` while second window should exit the menuqkzk
2024-03-01search as you typeqkzk
2024-02-29dynamic filtering while typingqkzk
2024-02-23WIP. send refresh events from refresher. Not yet from copy moveqkzk
2024-02-23use send & receive fm events from bulkqkzk
2024-02-23wrap event into mpscqkzk
2024-01-20FIX: completion only work for searchqkzk
2024-01-20FIX: search next doesn't workqkzk
2024-01-18wip: moved completion methods to searchqkzk
2024-01-14give focus with wheelqkzk
2024-01-14remove Edit::Jump modeqkzk
2024-01-11use focus to decide movementqkzk
2024-01-05FIX: leave sort does nothingqkzk
2024-01-03fuzzy from flaggedqkzk
2023-12-16FIX: while second window is opened, if the selection is below half screen, it...qkzk
2023-12-10WIP: header & footer. Display ok. Header click ok. Footer click TODO!qkzk
2023-12-05context menu with most common actions (right clic, alt+t)qkzk
2023-12-02event dispatcher refactor WIPqkzk
2023-12-01event_dispatch refactor. Better mouse events. WIPqkzk
2023-11-29event_exec refactorqkzk
2023-11-29event_exec refactorqkzk
2023-11-29moved leavemode to separate fileqkzk
2023-11-29tab: better name for tab selectorqkzk
2023-11-28renamed status.selected into status.current_tab idem for nonmut versionqkzk
2023-11-28WIP: moved intput & completion from tabs to menuqkzk
2023-11-27moved some methods from status to menuqkzk
2023-11-27moved trash to menuqkzk
2023-11-27lazy creation of help stringqkzk
2023-11-22clippy pedanticqkzk
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-18FIX: browsing a file where "modified" time is in future crashes the application.qkzk
2023-11-17mod modesqkzk
2023-11-17rename interaction to eventqkzk