summaryrefslogtreecommitdiffstats
path: root/src/content_window.rs
AgeCommit message (Expand)Author
2023-10-02remove useless logqkzk
2023-10-01Fix: scrolling isn't smooth anymoreqkzk
2023-10-01clippyqkzk
2023-10-01FIX: page down when only a few file screw the displayqkzk
2023-09-30FIX: crash when pagedown in empty directoryqkzk
2023-09-30FIX & refactor scrolling. Not finishedqkzk
2023-09-29wrong computation in set heightqkzk
2023-09-29FIX: pagedown may select a file outside window without scrollingqkzk
2023-09-19FIX: resize to smaller vertical window and files overlap messagesqkzk
2023-09-19reserve some space for action logqkzk
2022-12-22fix scrolling in preview and normal modes. Refactor search nextqkzk
2022-12-20refactor window, better namingqkzk
2022-12-20fix scrolling couldn't reach last line when a lot of filesqkzk
2022-12-15documentationqkzk
2022-12-11remove more actions from actioner. Need a renameqkzk
2022-10-09refactor displayqkzk
2022-10-09simple tabs, can switch. Can't communicateqkzk
2022-10-05move constant to respective structsqkzk
2022-10-05renamed FilesWindow to ContentWindow and filename accordinglyqkzk