danemtsov
danemtsov
Some brainstorming about obtrusiveness: In OneNote, you can tap the selection to bring up a mini context menu:   Menu expanded:   Right now in Xournal++, duplication can be done...
Replying to @MichelReims (https://github.com/xournalpp/xournalpp/pull/3746#issuecomment-1021408818): > Hello, I use Xournalpp (last nightly version) under Windows 7 and 10 and I have a problem. Xournalpp create a directory named "d:_temp\msys\msys64\var\cache\fontconfig", when I...
So trying to get *some* console output while debugging eventually evolved into making available *all* console output and even implementing rudimentary crash handlers for the proof of concept. The idea...
This is my state so far. The last commit is the relevant one for the console, the rest is just preparations (haven't had the time to further split it up)....
Could this be due to GTK now handling the WM_POINTER... messages?
Did some more digging: This is definitely not only a GTK issue as this is reproducible with WinUI apps, Chromium or even a simple Qt app with WM_POINTER... handling hacked...
**General note:** It wouldn't harm to know essentials like e.g. how to work with a command prompt, a bit of *batch* etc. **before** messing with system internals like smuggling in...
You might be interested in danemtsov@446710a5658235cf1e0f20570c50b7e6d77c9a56, which I've been using to package my Clang builds (needs some polish though).
@fzhwenzhou The CMake build failing on the icon conversion was expected. What's suboptimal is that the script continues even though the build failed. Fixed that and also a rebase error...