aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/test/formspec.lua
AgeCommit message (Collapse)Author
2020-05-24Replacement for Minimal Development Test (PR) (#9450)Wuzzy
2020-05-02Add 'content_offset' and 'padding' style properties for buttons (#9661)Hugues Ross
* Add padding and content_offset style properties to buttons
2020-04-18Apply a scrollbar's default value to scroll containers (#9699)DS
Fixes #9691.
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
New formspec elements: - `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]` - `scroll_container_end[]` Other elements can be embedded in this element. Scrollbar must be placed manually.
2020-04-11Formspecs: Add state-selection to style elements (#9378)Hugues Ross
2020-03-16Formspecs: Add starting frame to `animated_image` (#9411)v-rob
2020-03-01Add multiple element selection to `style` and `style_type` (#9380)v-rob
2020-02-15Add animated_image[] formspec element (#9258)Hugues Ross
2020-01-26Add 9-slice background support to button formspec elements (#9290)Hugues Ross
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
* StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-10-12Add more visual feedback for button states (#8916)Hugues Ross
- Add style properties for overriding the the hovered/pressed state - By default, hovered buttons are a lighter version of the base color - By default, pressed buttons are a darker version of the base color - Add hovered bg image support for image buttons (style property)
2019-08-03Add formspec testing to test mod in minimalrubenwardy