]> git.lizzy.rs Git - minetest.git/history - src/gui/guiFormSpecMenu.cpp
8x block meshes (#13133)
[minetest.git] / src / gui / guiFormSpecMenu.cpp
2022-11-03 Loïc BlotReduce exposure of various internals (#12885)
2022-10-24 Jean-Patrick GuerreroGUIInventoryList: Keep item size while moving (#12896)
2022-10-21 DSFix formspec focus (#12795)
2022-09-13 DSFix tooltips for dropdown, scrollbar and more (#12747)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-08-02 SmallJokerRun Minetest update checker on startup (#7629)
2022-07-31 x2048Use legacy image implementation (no NNAA filter) when...
2022-07-14 SmallJokerGUIFormSpecMenu: Fix label multiline translation (...
2022-07-10 SmallJokerGUIFormSpecMenu: Fix parameter order
2022-07-09 SmallJokerSounds: Various little improvements (#12486)
2022-07-09 SmallJokerEnforce limits of settings that could cause buggy behav...
2022-07-03 Vincent RobinsonFormSpec: 9-slice images, animated_images, and fgimg_mi...
2022-05-21 paradust7Replace all uses of core::list with std::list (#12313)
2022-02-22 DSFormspecMenu: make drawing of backgrounds less hacky...
2022-01-09 SmallJokerFormspec: Fix bgcolor and set_focus checks
2022-01-05 Vincent RobinsonBase formspec coordinate size on padded screensize
2021-12-30 Vincent RobinsonAdd padding[] element to formspecs (#11821)
2021-12-29 SmallJokerFormspec: Unify argument checks (#11851)
2021-10-25 rubenwardyFix crash on hypertext[] with not enough parts
2021-09-26 TheBrokenRailTouch UI support for desktop builds (#10729)
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-05-30 sfan5Fix background color of formspec text fields
2021-05-03 Loic Blotrefacto: remove get_gui_env & draw_load_screen from...
2021-05-03 Loic Blotrefacto: RenderingEngine::get_scene_manager() is now...
2021-03-21 Jean-Patrick GuerreroFix segfault for model[] without animation speed
2021-03-19 sfan5Drop old text input workarounds (#11089)
2021-03-16 Jean-Patrick GuerreroGUIScene: Clear depth buffer + replace deprecated clear...
2021-02-08 Jean-Patrick GuerreroFix animation_image support in scroll containers
2021-02-02 Vincent RobinsonFix list spacing and size (again) (#10869)
2021-01-23 Vincent RobinsonFix formspec list spacing (#10861)
2021-01-23 Vincent RobinsonFormSpec: Add list spacing, slot size, and noclip ...
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-01 Jean-Patrick GuerreroFormspecs: Fix broken texture escaping with model[]
2020-12-28 Lars MuellerFix item tooltip background color not working
2020-12-15 Thomas--SFormspec: Allow to specify frame loop for model[] ...
2020-12-14 SmallJokerRevert "GUIFormSpecMenu: Shift+Click listring workaroun...
2020-12-12 SmallJokerGUIFormSpecMenu: Shift+Click listring workaround for...
2020-11-23 Pierre-Yves RolloAdd sound to press event of some formspecs elements...
2020-11-04 SmallJokerAdd model[] formspec element (#10320)
2020-08-23 EvidenceBAvoid drawing clipped out formspec elements (#10095)
2020-08-20 Pierre-Yves RolloFix missing translation call in hypertext (#10296)
2020-08-20 v-robAdd gradients and borders to FormSpec boxes (#8676)
2020-08-19 v-robOptimize formspec form size (#10144)
2020-08-11 v-robAdd font styling options to tables and textlists (...
2020-07-14 ZughyFormspecs: volume and key settings windows can now...
2020-07-12 v-robAdd FormSpec font styling options (#9763)
2020-07-12 v-robAllow FormSpec elements to be focused with `set_focus...
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-07-03 v-robDon't stop style parsing on unknown property (#10143)
2020-06-09 MoNTE48Hide tooltip after ETIE_LEFT_UP (for touch control)
2020-05-09 Paul OuelletteAlways use same default tabheader height (#9319)
2020-05-06 v-robFormSpec: Add universal style selector `*` (#9718)
2020-04-25 v-robAdd `animated_image` to clickthrough elements (#9724)
2020-04-25 Pierre-Yves RolloSimplify how parseElement splits element string (#9726)
2020-04-18 DSFormspec: allow lists to change size and existence...
2020-04-16 MaksimAndroid: fix formspec input for AArch64 devices (#9685)
2020-04-13 DSAdd scroll_container formspec element (redo) (#9101)
2020-04-12 SmallJokerGUIFormSpecMenu: Add basic element highlighing debug...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-11 SmallJokerFormspec: No spec ID for static text labels
2020-03-31 DSFix GUI element click-through by changing visibility...
2020-03-16 sfan5Fix mouse events sent to wrong GUI elements when dragging
2020-03-16 v-robFormspecs: Add starting frame to `animated_image` ...
2020-03-11 SmallJokerguiHyperText: Fix blinky cursor on link hover (#9392)
2020-03-10 DSFix memory leak in GUIHyperText (#9489)
2020-03-10 SmallJokerGUIFormSpecMenu: Remove field_close_on_enter warning...
2020-03-01 v-robAdd multiple element selection to `style` and `style_ty...
2020-02-23 sfan5Refactor Script API's log_deprecated
2020-02-15 Hugues RossAdd animated_image[] formspec element (#9258)
2020-02-01 DSFormspec: Create a new class for inventorylists (#9287)
2020-01-22 SmallJokerStaticText/EnrichedString: Styling support (#9187)
2020-01-18 ANANDReplace stray tab with whitespace in guiFormSpecMenu...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2020-01-11 DSFormspec: change the appeareance of the cursor on field...
2020-01-04 DSFormspec: Fix clicking on tooltip-obstructed elements...
2019-12-16 Hugues RossDon't override the FGIMG style property if the image...
2019-12-14 SmallJokerGUIFormSpecMenu: Fix legacy sorting using std::stable_sort
2019-12-09 rubenwardyFix spaces breaking formspec_version[] tag
2019-12-09 Hugues RossRefactor to centralize GUIButton styling/rendering...
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-06 v-robAdd scrollbaroptions FormSpec element (#8530)
2019-11-20 SmallJokerFormspec: Fix priorities for version < 3 (#9121)
2019-11-07 DSFormspec: draw order and clipping for all elements...
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2019-10-20 SmallJokerFormspecs: Reset version number on rebuild
2019-10-12 Hugues RossAdd more visual feedback for button states (#8916)
2019-10-06 SmallJokerRevert "Fix the bgcolor formspec element (#8716)" ...
2019-09-29 SmallJokerlabel[]: Fix broken colors since 2c9edef
2019-09-29 rubenwardyFix error message caused by adding new parameter to...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-15 DSFix the bgcolor formspec element (#8716)
2019-09-15 rubenwardyFix formspec version backup in prepends losing data
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-07 SmallJokerlabel[]: Fix cut-off translated text
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-03 rubenwardyAdd formspec testing to test mod in minimal
2019-08-03 rubenwardyAdd styles to most elements
2019-08-03 rubenwardyAdd style[] tag with button support
2019-08-03 rubenwardyAdd custom colorable GUIButton implementation
2019-08-03 rubenwardyFix negative offsets not being supported by container[]
next