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

[![Build Status](https://travis-ci.org/DrBarbare/SFGUI.svg?branch=feature%2Fconan-dependencies-managment)](https://travis-ci.org/DrBarbare/SFGUI) > IMPORTANT: A Travis account will be needed to use the CI pipeline. ## Features - Added a Conan configuration file to easily get SFML - Added Travis...

feature

As observed in the below (using test from examples), the cursor for password fields moves further away from the correct point as you type. https://user-images.githubusercontent.com/56652672/143244497-1900e2f2-0ccb-4984-b159-042347587681.mov

bug

Create a style reference that specifies the selectors and properties

documentation
accepted

I've created simple ListBox widget basing on ComboBox and CustomWidgetExample. Selection works same as in windows explorer. Check out the example. I'm not familiar with the styles engine, so I'd...

feature

This PR adds new signal to Entry widget. Signal get fired when the "Enter" key is pressed. This seams to be usefull when you want to create entry and do...

feature

This PR adds a `ListBox` widget. It's based on Zax37 but has almost been entirely rewritten to improve the widget. **Features :** - Vertical scrollbar (never, auto or always) -...

feature

Greetings, I've implemented a few changes I thought were useful for the SFGUI project. Specifically, I implemented a what I feel is a complete Enabled/Disabled state implementation, and made it...

feature

It would be good to be able to copy and paste I'll look into doing this at some point soon, if it's not done already and something you'd like

feature

Hi all, I like this project, and would like to help getting it more visibility. I think the steps towards that would be: 1. Integrate with package manager to get...

feature

If you create a UI element underneath the mouse, the element never gets the mouse over event. When an element gets created, there should be something that checks the mouse...

bug
accepted