aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)Author
2025-01-01Add timing measurement for each section of screenAkshay Nair
2024-12-29Change font to roboto mono + hint position changesAkshay Nair
2024-12-29Make backspace delete a single character in search + split up key inp...Akshay Nair
2024-12-28Add <c-r> to refresh mode (reload ocr results) + fix search mode rese...Akshay Nair
2024-12-28Add text align and center aligns search textAkshay Nair
2024-12-28Refactor text stylesAkshay Nair
2024-12-28Fix memory leak issue with c++ interopAkshay Nair
2024-12-28Move hints mode state inside ModeHints constructorAkshay Nair
2024-12-28Refactor mode data typeAkshay Nair
2024-12-28Allow clicking with enterAkshay 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-26Add fuzzy search for search modeAkshay Nair
2024-12-26Minor refactoringAkshay Nair
2024-12-26Add c-hjkl for movement keysAkshay Nair
2024-12-25Refactor state update + test fixesAkshay Nair
2024-12-25Parallel ocr evaluation for sections of screen + many refactoringsAkshay Nair
2024-12-25Minor tesseract optimizationsAkshay Nair