Fabian Keßler
Fabian Keßler
fixes #5659
@rolandlo @bhennion, we should add something like this to the CMake scripts, to ensure that everyone uses the installation: ``` if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "Default install path." FORCE) set_target_properties(xournalpp...
- Add a utf8_view class to the util library - Add a char_cast function to the util library, which is used to convert - between char8_t and char - between...
There are possible uses of `fs::path::string()` which may result in a bug. Changing those would be desired. Please apply the patch to the release branch release1.2. > One question: There...
This adds a basic affine transformation matrix similar to the cairo_matrix_t, but independent and in the xoj namespace. - fixed an issue of a missing implementation of the `ostream& operator
This PR tends to implement one of the most desired enhancements (#918), to rotate Images, Text and Latex. For this, I replaced every explicit position, scale and rotation state in...
## Introduction This channel lists known bugs and Todo's for each Version. All comments will either be removed or included into the following lists. So please only comment, if something...
The cancelation of an coroutine task results in the errorlog below. I am using ``` cocotb 1.8.1 cocotb-bus 0.2.1 pyuvm 2.9.1 ``` A minimal example to trigger this might be...
When having a time-unit based timed clk or a subclk or any signal with non deterministic trigger behaviour, using the `cocotb.triggers.with_timeout` coroutine is not a feasible solution. But it would...
### Is your feature request related to a problem? The library is build and installed with cmake, but there is no way to include it in a cmake project after...