Doublonmousse

Results 373 comments of Doublonmousse

#1050 puts the selection handles outside and reduces the minium size (the previous minimum size was mostly calculated to prevent the handles from overlapping, which is less of a concern...

#1033 Also seems to partially fix this issue. The file is not duplicated anymore. However it does not appear in the same section as the rest of the `.rnote` file...

Found that this only happen when changing the name of the file and not just keeping the `New Document.rnote` default name. Seems in this case it creates then rename the...

Yes, rnote loads the whole pdf and converts it either into bitmap or vector images that are then saved in the rnote file. I don't know if there's any obvious...

Wouldn't that (introduce a new shape) be a way to future-proof the implementation if we ever decide that we want to add better editing capacities (like editing the anchor points...

The svg part is not correct yet

I'm thinking of changing the `resize` logic for the infinite layout when the format borders are visible. To me, this signifies the users want to "respect" these borders as much...

I've addded a different paste command to respect borders (for all document layout) called with `Ctrl + shift + v`. Ideally that could also be triggered whilst doing a drag...

Note to self : Some debug traces left on `rnote::canvas::imexport` Also need to fix all clippy warnings