aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg (unfollow)
Commit message (Collapse)Author
2025-01-01Add timing measurement for each section of screenAkshay Nair
2024-12-29Make backspace delete a single character in search + split up key ↵Akshay Nair
input action
2024-12-28Add <c-r> to refresh mode (reload ocr results) + fix search mode ↵Akshay Nair
reset issue
2024-12-28Refactor text stylesAkshay Nair
2024-12-28Fix memory leak issue with c++ interopAkshay Nair
2024-12-28Refactor mode data typeAkshay Nair
2024-12-28Fix issue with highlight index clampingAkshay Nair
2024-12-28Add update flushing to allow showing loading state after showing windowAkshay Nair
2024-12-28Add cli arg parsing for starting in given modeAkshay Nair
2024-12-27Minor refactorAkshay Nair
2024-12-26Adds mock return typingAkshay Nair
2024-12-25Add image preprocessing before ocrAkshay Nair
2024-12-25Add <c-n> and <c-p> to walk through matchesAkshay Nair
2024-12-22Add command to build appimageAkshay Nair
2024-12-22Updates docsAkshay Nair
2024-12-21Fix issue with ld pathAkshay Nair
2024-12-21Add action repetitionAkshay Nair
2024-12-21Fix issue with pointer coordinates + Add mouse press/release actionsAkshay Nair
2024-12-20Add shift+click to chain clicks in sequenceAkshay Nair
2024-12-20Add tests for state managementAkshay Nair