Commit graph

7 commits

Author SHA1 Message Date
smallmodel
6fe1e86b31
Automatically scale UI elements for high resolutions
This fixes UI elements being tiny on high resolutions like 4K. Now most UI elements will scale automatically with resolutions above 1920x1080.
2024-11-30 22:40:00 +01:00
smallmodel
016e062fef
Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial
ReregisterMaterial() must register the material if it was registered before, and GetMaterial() must register the material if it hasn't been registered and return it
2024-07-24 21:10:46 +02:00
pryon
64429232f8
Add missing virtual calls to UIList methods (#80)
* Add missing virtual calls to UIList methods

* Add missing virtual call in UICheckBox::Draw
2023-11-12 16:39:04 +00:00
pryon
ff85986c44
Fully implement UIList (#78) 2023-10-15 20:23:58 +02:00
OM
95230a8d0a Added list destructor 2023-05-20 14:57:06 +02:00
OM
c4502469f4 Partially implemented UIListBox and UIList 2023-05-20 02:15:52 +02:00
Ley0k
09bed43f97 Hard reset 2016-03-27 11:49:47 +02:00