1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code moved from the header to the cpp-file. More... over 1 year ago
Build fix More... over 1 year ago
Removed reimplementation of the copy operator. More... over 1 year ago
Build fix More... over 1 year ago
Merge pull request #131 from linuxdoesitbetter/main More... over 1 year ago
Merge branch 'main' into main More... over 1 year ago
Monitors cannot be copied. C-style array replaced by a C++ array. Initialisation of variables of the type timer_t abstracted from the underlying type. More... over 1 year ago
Implement struct sigaction as pimpl idiom More... over 1 year ago
Fixed some build errors More... over 1 year ago
Fixed some build errors More... over 1 year ago
Integration of the new event loop code (WIP) More... over 1 year ago
Move final/eventloop/main.cpp to the examples directory More... over 1 year ago
Merge pull request #128 from linuxdoesitbetter/main More... over 1 year ago
Created a new subdirectory for the development of an event loop and added the first files. More... over 1 year ago
Added support for a tiltable scroll wheel to scroll the context of widgets left and right in an xterm More... over 1 year ago
add some std::move More... over 1 year ago
Fix setFormatedNumber() in FString for separator > 127 More... over 1 year ago
Merge pull request #126 from sarvex/imgbot More... over 1 year ago
Version 0.9.0 More... over 1 year ago
[ImgBot] Optimize images More... almost 2 years ago
Small code improvements More... almost 2 years ago
Terminal focus-in and focus-out events can be disabled with the --no-terminal-focus-events parameter More... almost 2 years ago
Some speed optimizations More... almost 2 years ago
Error correction in FTermOutput::updateTerminalLine More... almost 2 years ago
Some speed optimizations More... almost 2 years ago
Some speed optimizations More... almost 2 years ago
Some speed optimizations More... almost 2 years ago
Clears the FScrollView viewport area after creating or resizing the viewport More... almost 2 years ago
Processing of FStyle in print() statements is now faster because only set data bits are considered More... almost 2 years ago
FListView can now show and hide individual columns More... almost 2 years ago