]> git.lizzy.rs Git - minetest.git/history - src/gui/guiButton.cpp
Remove dead code behind Irrlicht version checks
[minetest.git] / src / gui / guiButton.cpp
2023-02-18 sfan5Remove dead code behind Irrlicht version checks
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-07-03 Vincent RobinsonFormSpec: 9-slice images, animated_images, and fgimg_mi...
2021-12-29 ROllerozxaRemove unused (de)serializeAttributes() methods
2021-03-09 sfan5Restore Irrlicht 1.9 support
2020-08-29 Hugues RossMake bgcolor tint button background images (#9818)
2020-07-12 v-robAdd FormSpec font styling options (#9763)
2020-06-24 Pierre-Yves RolloFix wrong use of guiScalingImageButton in formspecs...
2020-05-02 Hugues RossAdd 'content_offset' and 'padding' style properties...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-01-26 Hugues RossAdd 9-slice background support to button formspec eleme...
2020-01-22 SmallJokerStaticText/EnrichedString: Styling support (#9187)
2020-01-22 Hugues RossFormspec: Don't start a button click when the pointer...
2019-12-16 Hugues RossRemove the dependency on FGIMG/BGIMG from the hovered...
2019-12-09 Hugues RossRefactor to centralize GUIButton styling/rendering...
2019-10-12 Hugues RossAdd more visual feedback for button states (#8916)
2019-08-03 rubenwardyAdd custom colorable GUIButton implementation