rodolforg

Results 324 comments of rodolforg

It's ok. The reason is that Canvas dimensions (set in RendDesc) is initially 72dpi. So, pixels and points give the same value.

It works for those who installed [drmingw](https://github.com/jrfonseca/drmingw) (script `1-setup-windows-msys2.sh` should do it). I didn't force-linked to drmingw, so, if not installed, Synfig Studio runs normally. It is dynamically linked to...

How to get clean binaries from debug build, with a separate file with debug symbols: ```bash # create a file with debug symbols objcopy --only-keep-debug "${binary}" "${debugdir}/${debugfile}" # strip binary...

From https://www.man7.org/linux/man-pages/man1/coredumpctl.1.html: > -A ARGS, --debugger-arguments=ARGS > Pass the given ARGS as extra command line arguments to the > debugger. Quote as appropriate when ARGS contain whitespace. > (See Examples.)...

v1.4.4 is a version from 1.4.x branch, that is labeled as "stable branch" - i.e. we try to do little interventions (bug fixes and minor features) that we curate to...

We hope we have a new 1.5.2 soon lol

> why is this not happening? Because preparing a release takes much effort than it seems. Believe or not, even writing the release notes takes time - and 2 years...

I don't know if we can call it milestones XD Anyway, I know it's a bit frustrating the release 'delays'; for me too. I even slowed down a lot my...

It isn't my software at all lol Our big efforts are on master branch, and that's where the 1.5.x come from. 1.4.x is now on crash fix AFAIK. See the...

Ouch. So it was an issue indeed XD Should I close this one and add my comments there? @Keyikedalube do you intend to resume your work? :) The first version...