elements icon indicating copy to clipboard operation
elements copied to clipboard

Elements C++ GUI library

Results 81 elements issues
Sort by recently updated
recently updated
newest added

Testing GUIs is tricky. but nevertheless, I don't feel good without tests. Right now, I have to build the examples and inspect each one of them to make sure everything...

This issue is for tracking any decisions before implementing this widget. Windows how-to: https://docs.microsoft.com/en-us/windows/win32/dlgbox/color-dialog-box

This issue is for tracking any decisions before implementing this widget. Some notes: - It will very-likely require platform-specific code (by default, on click it should open the link in...

This PR adds a straight Xlib host UI implementation. It also provides a couple of amenities for developing plugins, ~namely allowing providing a `native_window_handle` to constructors to allow client code...

After designing an interface for my range_slider it always outputs 8 Gtk errors upon startup: ![image](https://github.com/cycfi/elements/assets/16706862/f45dc520-019c-433a-9e83-bd9d70e4ff42) After trimming away everything I could while still triggering the error, I ended up...

The Text Editor works, but it is far from optimal. Its initial purpose was for single-line input boxes and possibly for simple, multi-line text editing for things like scripts and...

There are some use-cases, for example single-file executables, where it would be a great benefit to allow specifying a vector of font-names and the binary data for those fonts or...

I added a new example of a file dialog using the external `nativefiledialog_extended` library. The main features of the example is a reusable file dialog element, a simple text autocompleter,...

This parameter specifies where the progress_bar starts. It can be used to implement a busy-indicator for example.