aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiButtonImage.cpp
AgeCommit message (Collapse)Author
2022-07-03FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)Vincent Robinson
* FormSpec: 9-slice images and animated_images * Add fgimg_middle; clean up code * Address issues, add tests * Fix stupid error; bump formspec version * Re-add image[] elements without a size
2020-06-24Fix wrong use of guiScalingImageButton in formspecs buttons (#10094)Pierre-Yves Rollo
2020-04-11Formspecs: Add state-selection to style elements (#9378)Hugues Ross
2019-12-16Remove the dependency on FGIMG/BGIMG from the hovered/pressed variantsHugues Ross
- Make guiButtonImage support null images properly
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross