lceWolf

Results 6 issues of lceWolf

## Problem Connecting a Large Screen and listening to the corresponding gpu's events does not trigger any mouse events. ## Expected behaviour Regular updates for mouse movement, button down and...

Uncrustify version: 0.78.1 # Issue C++20's templated lambdas are not parsed correctly. Given the following code ``` int main() { auto t = [](T t) { return t; }; }...

C++20

As a follow up to #2250 the comma rule is still broken when using brace initialization. Input ``` SettingsDelta::SettingsDelta( const LastEffectiveContextData& lastEffCtxData) : Member2{lastEffCtxData.member2()} , Member3{lastEffCtxData.member3().c_str()} , Functor{[this](const int& num)...

C and C++11

This PR comes with an overhaul of the preset parsing / handling. It contains the followin changes: ### configure presets are now actual class instances with encapsulated data. This is...

With the new approach we get rid of the global states managed in the notifications table. Everything is capsulated within the created notification instance. That also allows to fix an...

This PR adds support for C++11 function reference qualifiers. Two new configuration options (`sp_before_ref_qualifier` and `sp_after_ref_qualifier`) give users control over spacing around reference qualifiers in function declarations. Additionally, this PR...