aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* Add c-hjkl for movement keysAkshay Nair2024-12-26
|
* Refactor state update + test fixesAkshay Nair2024-12-25
|
* Parallel ocr evaluation for sections of screen + many refactoringsAkshay Nair2024-12-25
|
* Minor tesseract optimizationsAkshay Nair2024-12-25
|
* Add image preprocessing before ocrAkshay Nair2024-12-25
|
* Add searching indication text for search mode + a lot of refactoringAkshay Nair2024-12-25
|
* Add <c-n> and <c-p> to walk through matchesAkshay Nair2024-12-25
|
* Add search mode for text based searching with ocrAkshay Nair2024-12-24
|