aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add timing measurement for each section of screenAkshay Nair2025-01-01
|
* Change font to roboto mono + hint position changesAkshay Nair2024-12-29
|
* Make backspace delete a single character in search + split up key ↵Akshay Nair2024-12-29
| | | | input action
* Add <c-r> to refresh mode (reload ocr results) + fix search mode ↵Akshay Nair2024-12-28
| | | | reset issue
* Add text align and center aligns search textAkshay Nair2024-12-28
|
* Refactor text stylesAkshay Nair2024-12-28
|
* Fix memory leak issue with c++ interopAkshay Nair2024-12-28
|
* Move hints mode state inside ModeHints constructorAkshay Nair2024-12-28
|
* Refactor mode data typeAkshay Nair2024-12-28
|
* Allow clicking with enterAkshay Nair2024-12-28
|
* Fix issue with highlight index clampingAkshay Nair2024-12-28
|
* Create a sorted list of ocr matches by position on screenAkshay Nair2024-12-28
|
* Add update flushing to allow showing loading state after showing windowAkshay Nair2024-12-28
|
* Add cli arg parsing for starting in given modeAkshay Nair2024-12-28
|
* Minor refactorAkshay Nair2024-12-27
|
* Add fuzzy search for search modeAkshay Nair2024-12-26
|
* Minor refactoringAkshay Nair2024-12-26
|
* Adds mock return typingAkshay Nair2024-12-26
|
* Add c-hjkl for movement keysAkshay Nair2024-12-26
|
* Refactor state update + test fixesAkshay Nair2024-12-25
|