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 `observable_unique_ptr` and its observer pointer
#79
cschreib
closed
2 years ago
0
Remove custom Lua wrapper and use sol2 exclusively
#78
cschreib
closed
2 years ago
0
Modify `text::render` to take an optional transform matrix and remove `render_ex`
#77
cschreib
closed
3 years ago
0
Script handler inheritance
#76
cschreib
closed
3 years ago
0
Inaccurate position of outline text with SFML back-end
#75
cschreib
opened
3 years ago
1
Fix back-end `font` implementations hard-coding the list of displayable characters
#74
cschreib
closed
3 years ago
2
Add localizer class
#73
cschreib
closed
3 years ago
0
Remove usage of `sprite` in `texture`
#72
cschreib
closed
3 years ago
1
Add texture atlas optimisation
#71
cschreib
closed
3 years ago
1
Enable SFML implementation of `vertex_cache`
#70
cschreib
opened
3 years ago
2
lxgui docker image?
#69
smokhov
opened
3 years ago
8
Question: why insistence on C++17?
#68
smokhov
closed
3 years ago
3
minor readme fix!
#67
wgahnagl
closed
3 years ago
5
Improve speed and quality of font outline rendering
#66
cschreib
closed
3 years ago
0
Remove window width & height constructor parameter from gui::manager
#65
cschreib
closed
3 years ago
1
allow for focus to leave EditBox
#64
wgahnagl
closed
3 years ago
5
Add Emscripten build
#63
cschreib
closed
3 years ago
1
Add support for Hi-DPI displays (interface scale factor)
#62
cschreib
closed
3 years ago
2
Fix pressing Escape to loose focus in edit_box immediately closes the test program
#61
cschreib
closed
3 years ago
0
Fix edit box focus stealing mouse click inputs to other frames
#60
cschreib
closed
3 years ago
0
Re-add OnDragStop event
#59
cschreib
closed
3 years ago
0
Fix Lua handlers setting global variables for arg1, arg2, etc.
#58
cschreib
closed
3 years ago
0
Upgrade CMake script to enable building dynamic library
#57
cschreib
closed
3 years ago
1
Migrate out of Travis CI for builds
#56
cschreib
closed
3 years ago
0
Remove OnDragStop and implement OnReceiveDrag
#55
cschreib
closed
3 years ago
0
Implement OnCursorChanged event for edit_box
#54
cschreib
closed
3 years ago
0
Add infrastructure for generating documentation of Lua API
#53
cschreib
closed
3 years ago
2
Make the test project more accessible and standalone
#52
cschreib
closed
3 years ago
0
Add SDL backend
#51
cschreib
closed
3 years ago
7
Readme edits
#50
wgahnagl
closed
3 years ago
9
Patch readme and update gitmodules
#49
WillNilges
closed
3 years ago
0
Removed utils::any and utils::optional in favor of utils::variant and std::optional
#48
cschreib
closed
4 years ago
0
Remove custom shared pointers and use standard ones
#47
cschreib
closed
4 years ago
0
Circular dependency detector does not take into account relative dimensions
#46
cschreib
closed
4 years ago
0
uiobject should not attempt to maintain the relative dimensions if they are not used
#45
cschreib
closed
4 years ago
0
uiobject should use its renderer to define the "screen" dimensions
#44
cschreib
closed
4 years ago
0
Fix line numbers shown on Lua errors after migrating to sol
#43
cschreib
closed
3 years ago
1
Fix input manager loosing click events when FPS is low
#42
cschreib
closed
4 years ago
0
Do a second pass at making sol a first class citizen
#41
cschreib
closed
4 years ago
1
Start replacing luapp by sol
#40
cschreib
closed
4 years ago
1
Finish implementing support for multi-line edit box
#39
cschreib
opened
4 years ago
0
Split manager::remove_uiobject into remove_frame to avoid unsafe downcasts
#38
cschreib
closed
4 years ago
0
Use owning pointers for all ui objects
#37
cschreib
closed
4 years ago
0
Make root uiobjects frames
#36
cschreib
closed
4 years ago
0
Remove useless dynamic_casts
#35
cschreib
closed
2 years ago
1
Replace dynamic_cast() with a safer method
#34
cschreib
closed
4 years ago
0
Make object parent a gui::frame rather than gui::uiobject
#33
cschreib
closed
4 years ago
0
Replace public map and deque by (sorted) vector whenever possible
#32
cschreib
closed
4 years ago
1
Move all code into a common namespace
#31
cschreib
closed
4 years ago
0
Rename lua::var into utils::any and make interface more similar to std::any
#29
cschreib
closed
4 years ago
0
Previous
Next