Doublonmousse
Doublonmousse
Are you using evince as the pdf reader ? I have some grid-related bugs as well when reading the pdf in edge (with the grid appearing non continuous/jumping depending on...
Somehow similar to #1048
I was thinking of always displaying the borders (with some external padding) and clicking on that padding would change the spacing, whilst clicking between the borders would activate the tool....
In some case you can configure touch to be disabled system-wide when the pen is touching the screen. Might be similar to what was discussed in https://github.com/flxzt/rnote/pull/672
reproduction : https://github.com/Doublonmousse/pandoc-typst-reproducer/tree/main/color_issues
The first part would be to detect correctly the gesture of holding the pen still after the stroke. We cannot use gtk for this (long press events are fired for...
Somehow related : #390 The interface is built using gtk4 in the `rnote-ui` crate. So you'd have to built your own ui and connect things to the other crates (`rnote-compose`...
Can I ask what hardware you're running rnote on ? I've noticed rnote pen input can sometimes lag when using it after waking a windows device from sleep. Also lag...
> I also experience bad lag on Arch Linux. High CPU usage occurs on only a single core (it doesn't utilize all my CPU cores) after I open the application...
You're using `alt + pen` to drag around right ? Can reproduce on windows, seems like it has to do with event handling. The weird thing is that `ALT` is...