aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic-extension/classes/GUIListBox.cpp
Commit message (Collapse)AuthorAgeLines
* Switch to using custom UI nodes hop3112024-08-28-1/+1
|
* Use UTF8 encoding and simplify godot string conversionutf8-fix hop3112024-08-02-4/+2
| | | | Fixes #180: Province names do not convert non-ascii characters to Unicode
* Search panel + text edit box UI generationsearch-panel hop3112024-07-30-9/+13
|
* Free removed child nodes + `godot::` cleanupfree-on-remove hop3112024-07-26-1/+4
|
* GUIListBox rework (internal scrollbar, fixed mode, no child data vector)pop-menu hop3112024-03-20-47/+122
|
* Add GUIListBox + GUIScrollbar tweaksgui-listbox hop3112024-03-03-0/+226