1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 20 hours ago.
Apr 05, 2024 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed limitTextWidth to setTextWidthLimited in EditBox More... 1 day ago
Added HorizontalLayout and VerticalLayout to replace widget-specific enums More... 1 day ago
Renamed isKeptInParent to getKeepInParent in ChildWindow More... 1 day ago
Added setIgnoreMouseEvents function to Widget that replaces the ignoreMouseEvents function which only existed in Label, Picture and Canvas More... 1 day ago
pollEvent changed in SFML 3 More... 1 day ago
Update android example code to SFML 3 More... 1 day ago
Event handling changed in SFML 3 More... 4 days ago
Right-click context menu wasn't working in Gui Builder (fixes #239) More... 5 days ago
Fixed mixed line endings [skip ci] More... 14 days ago
CMake find module should look for pthreads and X11 on Linux for when TGUI was compiled statically More... 15 days ago
If TGUI would ever be built statically on Android then it must be compiled with -fPIC More... 15 days ago
Removed old instructions that used to manipulate SFML version in CI More... 15 days ago
Examples weren't compatible with SDL3 anymore More... 17 days ago
Tests on Windows should always include windows.h before GLFW and not afterwards (via catch.hpp) More... 17 days ago
Don't check for SFML_PATH in CMake (when building for android) because it isn't used anymore, but check for SFML_ROOT instead which could be used instead of SFML_DIR More... 17 days ago
Building TGUI as c++20 module is now also possible with LLVM Clang 18 on Windows More... 18 days ago
Parts of windows.h that need to be disabled for raylib are still needed by the file dialog icon loader More... 22 days ago
Added raylib backend More... 22 days ago
SDL_RENDERER_ACCELERATED was removed in SDL3 More... 23 days ago