1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Link nightly builds to SFML 3.0.2 More... 21 days ago
Updated version to 1.11 More... 22 days ago
Let canvas implementations call setSize on the immediate base class More... 22 days ago
Render expected tests output with latest SFML version, since text rendering was changed in SFML 3.1 More... about 1 month ago
Raylib's LoadFontData was changed in version 5.6-dev More... about 1 month ago
Use new getAscent and getDescent functions that were added in SFML 3.1 + make getDescent return a negative value in all backends More... about 1 month ago
Added RoundedBorderRadius property to TextArea renderer More... about 2 months ago
EditBox and TextArea now support Ctrl+Backspace and Ctrl+Delete to delete words (fixes #267) More... 2 months ago
ScrollablePanel didn't transform the right click position for its child widgets (fixes #266) More... 2 months ago
Added RoundedBorderRadius property to Tabs renderer (#263) More... 3 months ago
Fixed CI failing because compiler isn't specified More... 3 months ago
Rewrote implementation for building TGUI as a c++20 module More... 3 months ago
Added getLeftPlusRight and getTopPlusBottom functions to Outline class More... 3 months ago
Let CI download SFML binaries from github instead of directly from the SFML website More... 3 months ago
Added RoundedBorderRadius property to EditBox and ComboBox renderers (fixes #260) More... 3 months ago
No longer rely on Aurora for CopiedPtr and downcast More... 4 months ago
There are no prebuilt libraries yet for SFML 3.0.1 More... 4 months ago
Updated version to 1.10 More... 4 months ago
handleWindowEvents tests should work again with SFML 3.0.1 More... 4 months ago
Added MaxWidth property to RadioButton and CheckBox to wrap text to multiple lines if it is too long More... 4 months ago
Text with newlines was no longer correctly aligned after the previous commit, so we will still allow negative kerning after a newline character More... 4 months ago
Don't calculate kerning at the beginning of a line More... 4 months ago
Scrollbar now keeps scrolling when the mouse button stays pressed on top of an arrow + Values change faster when holding down a spin button arrow More... 4 months ago
Added ClientPadding property to ChildWindow renderer More... 4 months ago
Added gui.makeWindowCurrent() to SDL_RENDERER backend to select the active window (#258) More... 4 months ago
Added option to scale image (stretching while maintaining ratio) before applying 9-slice scaling (closes #257) More... 5 months ago
Changed scaling when object is smaller than corners of 9-slice More... 5 months ago
Run android test with SFML3 instead of SFML2 as this is now the default version selected in the example code More... 5 months ago
Show effects didn't take origin into account More... 5 months ago
SDL_GPU backend didn't update time automatically when not using mainLoop function More... 5 months ago