Doublonmousse

Results 375 comments of Doublonmousse

Yeah, makes sense. It's more of a habit I took since https://github.com/flxzt/rnote/discussions/721 I think it makes sense to have a second snap mode where displacement are multiple of the grid...

Yes, I agree it makes sense to remove the "force snapping" option from the current PR. And I'll see if I want to do a follow up for snapping options...

The CI check is giving warnings for a line that doesn't exist ? ``` warning: unused import: `tracing::error` --> crates/rnote-engine/src/store/stroke_comp.rs:15:5 | 15 | use tracing::error; | ^^^^^^^^^^^^^^ | = note:...

I think it's better to have all selection tools work when the full stroke is in bounds, and add a global option for partial selection like #155 for all tools....

I'm not sure snapping is a super good idea. I don't know how to deal with potentially two snapping modes at the same time (General snapping to grid + the...

Oh I see, that's indeed possible to have two snapping modes. That would make placing strokes between pages when using the horizontal limit less of an issue. Maybe that can...

From the compatibility standpoint, it seems that outside of chromium-based browser (support only dates back to the start of 2023 with version 109), there isn't an issue with compatibility for...

So, the original reason for the bug is this https://github.com/xournalpp/xournalpp/issues/2316#issuecomment-860083264 Now I have verified that this is what's happening on my end, and that it also would be possible to...

Yes, it would have to be done in gtk https://gitlab.gnome.org/GNOME/gtk/-/issues/6723 probably with a similar approach to this https://github.com/Doublonmousse/winit/tree/winit-pen though I'm not sure I'm ready to deal with potential issues porting...