index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
guiHyperText.cpp
Age
Commit message (
Collapse
)
Author
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-01-08
Fully remove bitmap font support (#11863)
sfan5
Freetype is now a build requirement.
2021-01-23
Make hypertext and textarea have proper scroll event propagation. (#10860)
Vincent Robinson
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-05
Hypertext: Fix hovercolor not working in global tag (#9582)
Pierre-Yves Rollo
2020-04-04
Fix cursor still visible after closing formspec while on HyperText (#9583)
Pierre-Yves Rollo
2020-03-26
Hypertext: Fix alignment tags adding unwanted newlines (#9548)
Pierre-Yves Rollo
2020-03-10
Fix memory leak in GUIHyperText (#9489)
DS
2020-03-07
GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ↵
Jean-Patrick Guerrero
conversion (#9437) Co-authored-by: Pierre-Yves Rollo <dev@pyrollo.com>
2019-11-03
Clean up font caching, fix bitmap fonts
SmallJoker
2019-11-03
Formspec: add hypertext element
Pierre-Yves Rollo