gabm

Results 133 comments of gabm
trafficstars

thanks for your input.. that makes sense and I agree it should be tackled/implemented

nice observation! I realised the long loading times and suspected that it's png - but I didn't confirm that... Mind contributing such a functionality?

I think libvips might be a good option for iamge loading: https://github.com/olxgroup-oss/libvips-rust-bindings

if that turns out to be true, maybe we can change the command in the readme file and add an explanation?

I can confirm that it works.. its feels marginally faster.. I will close this issue and add a small note to the readme

thank you for this. Can you provide more information in what this is and what is useful for? if you are a developer: do you have resources that demonstrate it?

i really didn't get what you wanted to do as the interface is mainly pointer based - but you do mean the text box input, right?

I made progress on this. Would you be able to build from source and test?

I'll let you know when i pushed it.. still some refactoring needed

Hi both, thank you for volunteering. I pushed a branch `multi-input` that uses the `IMMulticontext` as seen in https://github.com/flxzt/rnote/blob/main/crates/rnote-ui/src/canvas/mod.rs#L473. There is currently no "pre-edit" text handling because I don't know...