cppdev123

Results 12 issues of cppdev123
trafficstars

Currently slint does not have a table view but only a list view however a list view is a table view which only has one column so I have the...

When using TextEdit and pressing enter a space is added then when you try to write the text goes to the new line. Instead a new line should be added...

bug
backend-winit

font-size animation is broken (at least for Text) when adding font-size to animate and changing it the Text will remain in the same size I had to use a float...

I'm trying to implement an ink ripple like effect for buttons. It consists of a circular rectangle (the ripple) and a mouse area to received the mouse clicks to start...

Without using qt any text shown in the program doesn't look like texts in other applications. It seems to consist of dots instead of lines maybe antialiasing not enabled ?...

backend-winit

I'm currently missing how to set colors for each widget does slint support this yet ?

After upgrading from 1.1.1 to 3 the openssl async wrapper stopped working and it turned out that it was the custom bio fault. openssl was using `BIO_CTRL_EOF` very often to...

triaged: documentation

This PR fixes compile error in: `asn.c` when `OPENSSL_EXTRA` is not defined `evp.c` because it uses `uint32_t` but didn't include `` And it adds support to handle cmake options to...

I'm building a library for async io and networking for c++ 20 like asio but prefers coroutines over handlers. Among other things there is an async ssl support with a...