kas-gui / kas

Another GUI toolkit
Apache License 2.0
892 stars 27 forks source link

ScrollText widget, font sizes in pixels, AdaptWidget::on_messages, misc fixes #419

Closed dhardy closed 7 months ago

dhardy commented 7 months ago

Most notable is probably the ScrollText widget, requested in #415 (CC @m-hugo). Not currently used.

Font sizes probably shouldn't use old imperial units intended for publishing on paper (even if Windows and many Linux DEs still do).

m-hugo commented 7 months ago

thanks, ScrollText works very well, I even understood how you fused Text and ScrollLabel by looking at this code but it involves a crazy amount of copy-pasting, can you use some of your macro magic to make a more composable widget system ?

dhardy commented 7 months ago

Something to think about for sure. But pushing more complexity into macros isn't necessarily a good answer; you already accused my macros of being black magic!