Commit graph

17 commits

Author SHA1 Message Date
Edoardo Lolletti
0ec6d26c92 Update declaration of overridden member functions
Cleaned up the classes inheriting virtual classes by using override where needed and marking most of them as final.
Also update usave of position2d to vector2d
2023-08-21 11:53:59 +02:00
Edoardo Lolletti
33be2122c8 ResizeablePanel: Don't consider hidden children when calculating the boundaries 2023-04-20 21:26:27 +02:00
Edoardo Lolletti
cd00f787fe Fix more warnings and enable extra warning level 2023-02-08 20:13:06 +01:00
edo9300
d49408be57 More cleanup for irrlicht custom class headers 2020-04-16 10:11:57 +02:00
edo9300
7ef25b7fea Fix non windows builds 2020-03-31 15:56:04 +02:00
edo9300
6c19abc3e3 Minor improvements to Panel 2020-03-31 10:29:22 +02:00
edo9300
87ce1321b2 Fix Panel's resizing 2020-03-30 22:48:46 +02:00
kevinlul
d5b771fc93 Set subpanel position correctly when top left corner isn't 0,0 2020-03-29 20:23:45 -04:00
edo9300
e3e8c8e13b ResizeablePanel, call parent events 2020-03-29 20:41:57 +02:00
kevinlul
ee9af6b12d Make settings window scrollable 2020-03-28 19:47:55 -04:00
edo9300
53745df5d8 Update ResizeablePanel's SubPanel
Now it won't absorb any event
2020-03-29 00:34:44 +01:00
edo9300
151751fd2e Fix subpanel boundaries 2020-03-06 12:20:40 +01:00
kevinlul
471d251479 Fixed non-const parameter in factory function for ResizeablePanel 2020-02-15 20:11:59 -05:00
edo9300
f8ce979700 Fixed typo in ResizeablePanel 2020-01-23 00:25:28 +01:00
edo9300
4617d4ef63 Gui elements update for dpi scaling 2019-10-01 20:34:57 +02:00
edo9300
5e3c021b16 ResizeablePanel, added default case handling in switch statements 2019-08-19 17:43:03 +02:00
edo9300
b35f49272e Added New irrlicht custom class ResizeablePanel, renamed srcVolume variable
The new class allows you to have a "panel" that can be scrolled within its clipping rectangle, alongside all its children
2019-08-17 01:01:34 +02:00