Fabian Keßler

Results 147 comments of Fabian Keßler

> Please don't feel offended when it says "guard from GPL", I want to leave the possibility to use the code in GPL-incompatible projects. I haven't conclusively thought about licensing...

@danemtsov what do you think of boost::io_service as signal handler for both linux and windows? But that dependency might be too big for signal handling only.

We also should consider to make a XournalSelection derive from Element. So a user can do the same translations to the Selection

> What are you trying to use gvsbuild for? Generally, I want to finally build https://github.com/xournalpp/xournalpp with msvc. In this case, I tried to compile a dependency of xpp: [poppler](https://gitlab.freedesktop.org/poppler/poppler),...

Separately, But with gvsbuild first, vcpkg second and mingw third in the path. I also made sure, that no lib is found in a mingw subdir (I know that those...

It's not an cmake bug in this case: https://gitlab.kitware.com/cmake/cmake/-/issues/23641 It's more like, that pkg-config does not sanitize paths. They also officially don't use a specific output format (UNIX or WINDOWS...

I think, that the problem is, that relative paths are resolved from the execution path of clangd, not from the `--compile-commands-dir=` specified path. This must be changed by clangd in...

https://github.com/clangd/clangd/issues/864

I meant, if there are any debug capabilities to check, if the specified size for an exported value is too small to fit the actual/original value?

Can you retry it with the latest master and an updated gtk3 version? On my site It works.