Commit Graph

9 Commits

Author SHA1 Message Date
Lephenixnoir 699576eb33
jwidget: add a jwidget_set_borders() function 2022-06-23 19:42:37 +01:00
Lephenixnoir ee98be1cc1
jwidget: fix bad display of border of size 0
This is caused by drect() flipping arguments in the order is incorrect,
so x2 < x1 gives you a rectangle instead of nothing.
2022-06-21 09:22:49 +01:00
Lephenixnoir 11868d85ee
jwidget: fix floating widgets not laying themselves out 2022-06-20 01:30:44 +01:00
Lephenixnoir c90b3f1fb2
jwidget: fix background overwriting 1 pixel in each direction 2022-06-20 01:17:31 +01:00
Lephenixnoir 4e01a99b0b
jscene: add a stronger focus function 2022-06-19 22:45:05 +01:00
Lephenixnoir d36d374524
make all widgets non-floating at creation 2021-05-15 17:40:18 +02:00
Lephenixnoir 87d6d4eea4
allow widgets to float over their parent's layout 2021-05-13 11:16:16 +02:00
Lephenixnoir d6951295b0
properly count removed children widgets 2021-05-13 10:56:18 +02:00
Lephenixnoir 120b33c9f3
version 1.0.0, I guess 2021-03-12 16:19:43 +01:00