Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | Refactor/gui editbox (#10787) | Loïc Blot | |
2021-01-04 | refacto: factorize multiple code parts from guiEditbox childs (#10782) | Loïc Blot | |
2021-01-01 | Formspecs: Fix broken texture escaping with model[] | Jean-Patrick Guerrero | |
2020-12-28 | Fix item tooltip background color not working | Lars Mueller | |
2020-12-24 | Fix some minor code issues all over the place | sfan5 | |
2020-12-15 | Formspec: Allow to specify frame loop for model[] (#10679) | Thomas--S | |
Add the ability to specify an animation frame loop range for the model[] formspec element. | |||
2020-12-14 | Revert "GUIFormSpecMenu: Shift+Click listring workaround for MacOS" | SmallJoker | |
The commit caused Shift-Clicking issues on Linux due to another Irrlicht bug where KeyInput.Shift released keys do not trigger OnEvent() MacOS users should build using a recent Irrlicht 1.8 development version. See also: https://sourceforge.net/p/irrlicht/patches/321/ | |||
2020-12-12 | GUIFormSpecMenu: Shift+Click listring workaround for MacOS | SmallJoker | |
event.MouseInput.Shift is not implemented for MacOS | |||
2020-11-26 | Change typedef to normal definitions in GUI code | sfan5 | |
2020-11-23 | Add sound to press event of some formspecs elements (#10402) | Pierre-Yves Rollo | |
2020-11-12 | Fix warnings about an unused variables and implicit conversion (#10586) | red-001 | |
2020-11-04 | Add model[] formspec element (#10320) | SmallJoker | |
Formspec element to display models, written by @kilbith, rebased and tweaked. Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com> Co-authored-by: sfan5 <sfan5@live.de> | |||
2020-10-08 | Fix box[]es not being clipped (#10473) | DS | |
Fixes a regression of #8676. | |||
2020-10-05 | Remove unused functions reported by cppcheck (#10463) | SmallJoker | |
Run unused functions reported by cppcheck This change removes a few (but not all) unused functions. Some unused helper functions were not removed due to their complexity and potential of future use. | |||
2020-10-03 | Fix scroll bar overlapping text (again) (#9058) | random-geek | |
2020-10-03 | Reduce the FPS when the window is unfocused (#8837) | HybridDog | |
2020-08-29 | Make bgcolor tint button background images (#9818) | Hugues Ross | |
2020-08-23 | darken tabheader background color (#10299) | Kezi | |
2020-08-23 | Avoid drawing clipped out formspec elements (#10095) | EvidenceB | |
2020-08-23 | Fix MSVC compiler warnings (#10197) | adrido | |
2020-08-20 | Fix missing translation call in hypertext (#10296) | Pierre-Yves Rollo | |
2020-08-19 | Add gradients and borders to FormSpec boxes (#8676) | v-rob | |
2020-08-19 | Optimize formspec form size (#10144) | v-rob | |
2020-08-11 | Add font styling options to tables and textlists (#10203) | v-rob | |
2020-07-21 | Android: Fix ConfirmRegistration and PasswordChange input and scale size ↵ | Maksim | |
(#10182) | |||
2020-07-14 | Formspecs: volume and key settings windows can now be closed by ↵ | Zughy | |
doubleclicking/tapping (#10128) Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it> Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com> | |||
2020-07-12 | Add FormSpec font styling options (#9763) | v-rob | |
* Add FormSpec font styling options * Change multiplication to stof * Remove extraneous check | |||
2020-07-12 | Allow FormSpec elements to be focused with `set_focus` (#9353) | v-rob | |
This allows you to specify a FormSpec element to set the focus of with "set_focus[<name>;<always set>]". | |||
2020-07-10 | Formspec: Make dropdowns optionally return event based on index, not value ↵ | v-rob | |
(#9496) | |||
2020-07-03 | Don't stop style parsing on unknown property (#10143) | v-rob | |
2020-06-24 | Fix wrong use of guiScalingImageButton in formspecs buttons (#10094) | Pierre-Yves Rollo | |
2020-06-18 | Android: Fix only right strafe working (#10046) | rubenwardy | |
2020-06-09 | TouchScreenGUI: fix some bugs, cleanup | MoNTE48 | |
2020-06-09 | TouchScreen Control: fix some bugs, cleanup | MoNTE48 | |
2020-06-09 | Fix real keyboard movements on touchscreen devices | Maksim | |
2020-06-09 | Hide tooltip after ETIE_LEFT_UP (for touch control) | MoNTE48 | |
2020-05-24 | Add chat_font_size setting (#9736) | SmallJoker | |
Default font sizes are used when the setting value is 0 or below (clamped by Settings). | |||
2020-05-23 | Modernize include guards and add missing ones (#9898) | Awkor | |
2020-05-09 | Always use same default tabheader height (#9319) | Paul Ouellette | |
Previously the default tabheader height was different when using real coordinates. This resulted in the height of tabs changing when switching tabs in sfinv if some tabs used real coordinates. | |||
2020-05-06 | FormSpec: Add universal style selector `*` (#9718) | v-rob | |
2020-05-05 | Fix broken client if openal cannot be opened (#9804) | Loïc Blot | |
2020-05-02 | Add 'content_offset' and 'padding' style properties for buttons (#9661) | Hugues Ross | |
* Add padding and content_offset style properties to buttons | |||
2020-04-25 | Add `animated_image` to clickthrough elements (#9724) | v-rob | |
2020-04-25 | Simplify how parseElement splits element string (#9726) | Pierre-Yves Rollo | |
2020-04-18 | Formspec: allow lists to change size and existence while the formspec is ↵ | DS | |
open (#9700) Fixes #9640. | |||
2020-04-18 | Apply a scrollbar's default value to scroll containers (#9699) | DS | |
Fixes #9691. | |||
2020-04-16 | Android: fix formspec input for AArch64 devices (#9685) | Maksim | |
2020-04-13 | Add 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-12 | GUIFormSpecMenu: Add basic element highlighing debug feature (#9423) | SmallJoker | |
Activated using F5 | |||
2020-04-11 | Formspecs: Add state-selection to style elements (#9378) | Hugues Ross | |