wt icon indicating copy to clipboard operation
wt copied to clipboard

Wt, C++ Web Toolkit

Results 21 wt issues
Sort by recently updated
recently updated
newest added

Hey :wave: Arch Linux maintainer here This patch makes wt compile with Boost 1.86.0 on Arch Linux. Cheers!

Boost 1.85 no longer provides assignment operators for asio::ip::basic_resolver_query. This is because they recently added copy/move constructors, so the assignment operators are now implicitly deleted. I am not sure if...

As of Boost 1.85, including boost/filesystem/operations.hpp no longer implicitly includes boost/filesystem/directory.hpp

To specify the text-align value, the page orientation is taken into account, so if the page orientation is set to RTL, the value assigned to the text-align property will be...

To specify the float value, the page orientation is taken into account, so if the page orientation is set to RTL, the value assigned to the float property will be...

This feature makes it much easier to create RTL applications and more importantly, bilingual (bidirectional) applications.

As explained [here](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/CSS_layout/Flexbox#columns_or_rows), flex-direction:row causes flex items to be laid out in the browser's default language direction (or body tag direction), but the FlexLayoutImpl::styleFlex() function always returns row for LayoutDirection::LeftToRight,...

If rows to a model are inserted via a WSortFilterProxyModel (i.e. a call to `WSortFilterProxyModel::insertRows()`), while the current implementation asks the underlying model to insert the correct number of rows,...

Hello We could have created a zero(none) text-decoration, but it was un-handled and had no effect. (At least I think so :-) )