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
|
d64e88451f
|
Fix compiler warnings
Note that in Dismiss(), checking for `this` is not necessary (original code was generated by the compiler)
|
2024-08-24 15:08:42 +02:00 |
|
pryon
|
907aa21ba8
|
Fix UIPopupMenu crashes caused by dereferencing already freed instance
|
2024-06-10 14:24:39 +02:00 |
|
pryon
|
ec71ff3c3c
|
Implement UIPopupMenu (#87)
* Implement UIPopupMenu
* Use `std::fmax` for floats
|
2023-12-17 22:51:18 +01:00 |
|
pryon
|
5b3615d262
|
Implement UIPulldownMenuContainer (#86)
* Implement UIPulldownMenuContainer
* Review suggestions:
- remove unnecessary extern declarations
- add comment about a possible memleak
|
2023-12-05 23:27:27 +01:00 |
|
Ley0k
|
09bed43f97
|
Hard reset
|
2016-03-27 11:49:47 +02:00 |
|