Doublonmousse
Doublonmousse
It seems like there was some recent activity in the gtk4 gitlab repo concerning this very issue : https://gitlab.gnome.org/GNOME/gtk/-/issues/5327, so we might see it coming at some point. Using `GTK_CSD=0`...
I've spent quite a bit of time trying to make gtk4 use the windows native file chooser (over the gtk one) on all platforms, with some level of support for...
To note : the `.rnote` empty filename issue also affect kde
More weirdness : - two events can be sent with the same gtk time (hence why the backlog policy is useful, even if it's to put it at 1 ms)...
After thinking a bit, I'm not sure if I'm not making a bit deal of a (relatively) small issue. We have a timestamp for all events, albeit sometimes less precise...
It's starting to look somewhat reasonable. I'm still not fully sure the modifications are done in the right place. And I've encountered again a gtk bug with the clipboard (this...
The issue I had was fixed upstream, so this should be working for gtk 4.20
One passing though on conversions: I _feel_ like an interface/trait for general conversion could be done. Also, if it'd be possible to have a minimal rnote library that's just big...
Implemented shapes export ("rasterized" to lines) using the `outline_path` method + a couple of fixes I need to retest on windows to verify everything is fine with import/export from/to onenote/journal/office....
Re tested on windows with journal/onenote/word and everything works as expected (including shapes). Export to journal doesn't take the inkml format but prefers the png (edit: retested and it outputs...