René D. Obermüller
René D. Obermüller
Followup for #336 * add keyboard shortcuts for zooming, perhaps for a few preselected scale factors as well as +/- * touchpad support
Closes: #303 Currently, by including `command_line.rs` in `build.rs`, the former gets snatched into crate "build_script_build". This has a number of funny and unintuitive side effects like dependencies not working for...
Closes: #291 @agata I hope you don't mind, I've extracted the fallback font handling from your earlier PR #273 and added configuration file bits. This seemed very useful. I'm leaving...
Closes: #71 Changes fullscreen (command line and config) to use a parameter: - all (to cover all screens, probably not working in most compositors, but sets according property on toplevel....
Discussed in #110 and #336. Overlaps with #337 and #288. Annotations can be (partially) outside of the image, there should be a way to save more canvas than just the...
Observed in #283. Without further investigation, I assume it's here, width is probably the window width rather than the image width. https://github.com/gabm/Satty/blob/6c6836f1f9a45f4b05d6167be0c34a299e630189/src/tools/text.rs#L117 When saving the file, the text is properly...
### Version 0.20.0 ### Description Repro: 1. resize satty so there is some spare area on canvas 2. crop from outside of the image, I assume it can only be...
### Version commit 2b3567b8d9bd4b34c47d05affd0ba70ad1e0cf15 ### Description femtovg's behaviour changed with 0.19.3, this broke our cursor positioning. A quick fix was applied with 43a4ee04f21d1532f6e4b20277faa04623e75700. The cursor is a bit too high...
Dependabot PRs may cause a bit much noise as they are configured now. Suggestion for improved approach: - Compatible updates (minor + patch?) of direct deps grouped once a week...
Right now, entering characters not in the specified font result in tofu or nothing. Femtovg itself is capable of using fallback fonts, as shown in at least two of femtovg's...