aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport.hs (unfollow)
Commit message (Collapse)Author
2024-12-21Fix issue with pointer coordinates + Add mouse press/release actionsAkshay Nair
2024-12-20Add right mouse button clickAkshay Nair
2024-12-20Minor refactorAkshay Nair
2024-12-20Add shift+click to chain clicks in sequenceAkshay Nair
2024-12-20Add tests for state managementAkshay Nair
2024-12-19Test mock setup for update + 1 spec for update caseAkshay Nair
2024-12-19Big refactoringAkshay Nair
2024-12-16Change grid size to 16x9Akshay Nair
2024-12-16Refactor update and viewAkshay Nair
2024-12-15Add shift to accelerate hjkl movementAkshay Nair
2024-12-15Add hjkl increment movement when match is foundAkshay Nair
2024-12-15Generate random key sequences with lcgAkshay Nair
2024-12-15UI changes for gridAkshay Nair
2024-12-15Refactor a bunch of stuffAkshay Nair
2024-12-14Add Tab to reset key sequenceAkshay Nair
2024-12-14Refactor view + add better highlighting of regionsAkshay Nair
2024-12-14Grid ui cleanupAkshay Nair
2024-12-14Add left click on space + minor fixesAkshay Nair
2024-12-14Draw grid + open x11 display to trigger click eventAkshay Nair
2024-12-14Move the mouse to the cell position after key sequence matchAkshay Nair