issues
search
cschreib
/
lxgui
Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
75
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use owning pointer types for all GUI objects
#28
cschreib
closed
4 years ago
0
Fix crash in OpenGL example
#27
cschreib
closed
4 years ago
0
Do not support inheriting from gui::sprite
#26
cschreib
closed
4 years ago
0
Fix edit box carret displayed with an varying vertical offset
#25
cschreib
closed
4 years ago
0
Remove unsupported OIS input implementation
#24
cschreib
closed
4 years ago
0
Settle the question of what keycodes should do, and whether they need to be layout independent
#23
cschreib
closed
4 years ago
0
Enable CI for Windows and Mac
#22
cschreib
closed
4 years ago
2
Enable automatic documentation generation
#21
cschreib
closed
4 years ago
1
Handle window resizing gracefully
#20
cschreib
closed
4 years ago
0
Migrate enums to use C++11 enum class
#19
cschreib
closed
4 years ago
0
Remove empty destructors and use =default whenever possible
#18
cschreib
closed
4 years ago
0
Make sure all constructors are marked explicit when appropriate
#17
cschreib
closed
4 years ago
0
Use non-static data member initializer whenever possible
#16
cschreib
closed
4 years ago
0
Remove/review unorthodox Lua constructs
#14
cschreib
closed
4 years ago
1
Replace map by unordered_map, (sorted) vector, or array when possible
#13
cschreib
closed
3 years ago
0
Always catch exceptions by const ref
#12
cschreib
closed
4 years ago
0
Remove logic to internally convert OnEvent to on_event for all handlers
#11
cschreib
closed
3 years ago
3
Improve font match between renderer implementations
#10
cschreib
closed
3 years ago
1
Consider using signal/slot for setting C++ scripts handlers
#9
cschreib
closed
2 years ago
5
Get rid of conditional C++ feature support
#8
cschreib
closed
4 years ago
0
Make sure move semantic is enabled whenever possible
#7
cschreib
closed
4 years ago
0
Get rid of foreach macro and use C++ range-based for
#6
cschreib
closed
4 years ago
0
Add manager wrapper to simplify initialization
#5
cschreib
closed
4 years ago
0
Garbage rendered with ScrollFrame
#4
cschreib
closed
4 years ago
0
XML comments are not always recognized properly
#3
cschreib
closed
4 years ago
0
Added README
#2
cschreib
closed
7 years ago
0
Merge v1.2
#1
cschreib
closed
7 years ago
0
Previous