Commit graph

44 commits

Author SHA1 Message Date
eabab33f00 fix: triple buffering hack to fix cursor jumping 2024-08-21 10:37:36 +02:00
69e050deee fix: move commit pins to proper section
fix #19
2024-08-14 16:20:18 +02:00
ed2ff68862 fix: buffer fixes for dumbcopy
see 37e1411e8d
fix #17
2024-08-01 22:08:59 +02:00
8c441258ce chore: improve readme spelling and remove wlroots
close #15
2024-07-26 20:38:35 +02:00
a221d2a0a2 chore: remove wlroots mention
close #15
2024-07-26 20:23:04 +02:00
9c8195ccb7 chore: clean up readme 2024-07-23 20:49:30 +02:00
f83004ad07 fix: don't render sw when lock is negative
ref #13
2024-07-22 20:20:47 +02:00
a89ff5da58 fix: rollback swapchain like hl
close #14
2024-07-22 20:03:57 +02:00
28f33155f2 fix: check swapchain before setting hw
ref #12
2024-07-21 19:39:59 +02:00
921bb9d153 feat: aquamarine support 2024-07-21 15:38:46 +02:00
f0409be765 fix: clamp padding to integer value 2024-07-18 08:49:59 +02:00
ee5f66775a fix: show cursor in certain rotate edge cases
this fixes another NaN caused in cases where the `end` vector of the
rotate mode is at y = 0. this might be caused by various factors,
notably again when the cursor starts at 0;0

thanks again @RGBCube
2024-07-11 16:53:06 +02:00
527804e49c fix: div by zero on rotate if cursor starts at 0;0
when the plugin is loaded whilst the cursor pos is at 0;0, the `end`
vector is being normalized allthough it will contain 0;0. this will
produce a division by zero, causing the rotation to be set to NaN,
ultimately causing the cursor not to render because of a NaN'd
projection matrix

thanks for reporting and testing @RGBCube
2024-07-10 15:16:17 +02:00
85423b074e feat: show commits when missmatched headers 2024-07-06 19:38:35 +02:00
e382821ac6 fix: bandaid fix for jitter after shake 2024-07-03 17:51:19 +02:00
d7c1fdf5f8 fix: correct amount of padding 2024-07-03 16:25:02 +02:00
5cecd4aea3 fix: reintroduce surface updating
close #8
2024-07-03 14:29:33 +02:00
9fd1b6a1c2 feat: implemented shaperules 2024-07-03 00:38:50 +02:00
f2793f3bd3 fix: shake enabling compatible with nix
close #7
2024-07-02 16:53:52 +02:00
5fee8c5545 feat: stretch mode 2024-07-02 15:35:37 +02:00
91c03dea2e fix: better error handling and event loop 2024-06-30 22:38:08 +02:00
17f8bc1c62 fix: proper reloads with --no-gnu-unique 2024-06-29 20:02:27 +02:00
99e72b979d fix: clamp angles to 0 below threshold 2024-06-29 15:38:59 +02:00
eeffefb426 fix: monitor scale issues with hostpot 2024-06-29 15:02:49 +02:00
bbe4709926 feat: rotate mode angle offset
close #4
2024-06-29 11:06:52 +02:00
fcb4c2b87b feat: ipc events for cursor shake
ref #3
2024-06-28 18:03:59 +02:00
80750df211 fix: account for hotspot on zoom transform 2024-06-28 16:31:47 +02:00
Jappie3
8950c117f7
feat: add nix flake (#2) 2024-06-28 14:29:12 +02:00
fa7cab8717 chore: more abstraction and other refactors 2024-06-28 14:08:13 +02:00
4f0a765aa7 fix: turns out v0.41.2 is supported 2024-06-27 22:18:09 +02:00
359a66967c fix: properly calculate shaking with rotate 2024-06-27 20:24:37 +02:00
d37d8f6ee4 fix: use software cursors for shake 2024-06-27 18:04:49 +02:00
cde5bf84fb feat: cursor shake to find 2024-06-27 17:21:39 +02:00
086c9a8c48 feat: clearer config naming and docs 2024-06-26 18:02:09 +02:00
416f6efc2f feat: tilting simulation mode 2024-06-26 17:14:16 +02:00
6a1d3e68c9 fix: correct hotspot on transformed monitors 2024-06-26 11:44:27 +02:00
bdb84fafa7
feat: upload showcase video 2024-06-22 17:48:00 +02:00
ee3f55d9e4 feat: documentation, license and hyprpm 2024-06-22 17:39:29 +02:00
4fce380c13 fix: recalulate on mouse move, not render 2024-06-22 15:46:00 +02:00
581a094b7b feat: inefficient support for hardware cursors 2024-06-22 15:01:47 +02:00
facfa7f356 fix: fix damage issues 2024-06-21 16:36:10 +02:00
9a9830034c feat: rotate cursor around hotspot 2024-06-21 16:06:55 +02:00
204a79ebaf feat: first working stick prototype 2024-06-21 14:32:42 +02:00
85b89bc389 chore: basic plugin project setup 2024-06-21 13:40:57 +02:00