GWork icon indicating copy to clipboard operation
GWork copied to clipboard

Skinnable GUI with useful widget collection. Fork of GWEN.

Results 28 GWork issues
Sort by recently updated
recently updated
newest added

Add multi line text editor. Could use STB code: https://github.com/nothings/stb/blob/master/stb_textedit.h

priority-low
improve-refactor

Currently every control contains one of these. This could be optimised out: - Perhaps pointer to dynamically allocated, on-demand store. - To central store with unique handle per control.

priority-low
improve-refactor

Currently the event system is very inefficient memory-wise. Each control contains many listeners which may never be used and cache data that is never used. This could be much improved...

priority-low
improve-refactor

Add Travis build checks to test build status.

improve-new feature
priority-low

When you have bigger text as the label in a Properties row, it is clipped. The height does not take this into account.

bug

The following changes were made to integrate GWork with a side project of mine, hopefully that explains some of the seemingly random changes. - Added a USE_GLAD option to allow...

This fixes an issue I was running into on my windows laptop.

Issue: In opengl, the text input control is not working, compiled with visual studio 2019 - Operating System (name & version): windows 10 - Compiler (name & version): visual studio...