SFGUI icon indicating copy to clipboard operation
SFGUI copied to clipboard

Simple and Fast Graphical User Interface

Results 19 SFGUI issues
Sort by recently updated
recently updated
newest added

CMake, on Windows, needs to be run from the Visual Studio developer console in order to function correctly (at least for the NMake generator). There's already a notice in the...

feature
documentation
accepted

Some screenshots would be useful to see if the example program is functioning as expected, and other things. Maybe the website once had some, but the website currently just redirects...

feature
documentation
accepted

It would be nice to have something similar to javascript alert() (modal if possible.)

feature
accepted

This code will allow buttons, togglebuttons and labels to be justified. It currently does not validate or default it the provided position to a valid one. A position can be...

feature

When you don't set an allocation for the window the SpinButton doesn't expand/fill properly to its content. ![SpinButton](http://i.imgur.com/2HokFHD.png) **Example Code** ``` cpp m_spin_button = sfg::SpinButton::Create(1.f, 8.f, 1.f); m_spin_box = sfg::Box::Create(sfg::Box::Orientation::HORIZONTAL);...

bug

When setting a fixed width for a label using SetRequisition, the label will not be centered, but will be left justified. Brew code snippet from Label.cpp: ``` c++ 22 if(...

bug

Hello I just managed to compile SFGUI for the first time using VS2022. Since I could not get cmake to work, I just created a new VS project, dumped in...

question

SFGUI is a wonderful library, however it lacks a deteiled documentation, it would be wonderful to have a HTML documentation like SFML does