Doublonmousse
Doublonmousse
@lucas-yotsui From what you're describing, my guess is that it does not matter which button you click that isn't the canvas itself. Probably has to do with some gesture handlers...
I've added a condition to only create shapes if they're large enough. As things like arrows would still appear on a single pen event, I'll leave the current behavior for...
I've added the cancellation of the selection tool upon deleting a selection when the selection tool is temporary
Putting back in draft as this needs a little work before it can be merged. I'm wondering if the condition can be slightly modified to include time delay as well....
The first part is the same issue as #1047. As you provided the functions to call (like [connect_preedit_end](https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/prelude/trait.IMContextExt.html#method.connect_preedit_end)), this should (hopefully) be easier to fix. For the second part, I...
The canvas part is to be expected (need to implement things manually as you said). The incorrect position with wayland is a bit strange though. Maybe a gtk+libadwaita bug on...
Actually, do you have a code example where these functions are used ? I thought the docstrings would be enough to understand what's going on, but it wasn't the case....
For the math conversion, this looks more like Task 1 of the CROHME competition https://crohme2023.ltu-ai.dev/data-tools/ This uses inkml as the file format for the stroke data and uses the stroke...
#1274 is included in the 0.12 version. Can you test whether this works on this new version ?
This is an issue from gtk4. I know the snapping behaviour is planned to change with the next gtk4 version on windows (removed for now on the unstable gtk4.17 version...