aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiButtonImage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)Vincent Robinson2022-07-031-16/+11
| | | | | | | | | | | * 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
* Fix wrong use of guiScalingImageButton in formspecs buttons (#10094)Pierre-Yves Rollo2020-06-241-3/+2
|
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-111-81/+21
|
* Remove the dependency on FGIMG/BGIMG from the hovered/pressed variantsHugues Ross2019-12-161-5/+16
| | | | - Make guiButtonImage support null images properly
* Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross2019-12-091-0/+149