DS-Minetest
115ef6c09c
Rename guiScrollBar to GUIScrollBar
2019-07-29 21:45:39 +02:00
stujones11
b917ea4723
Add IGUIScrollbar implementation with variable bar sizes ( #8507 )
2019-05-24 16:42:05 +01:00
Leonid Bobrov
339341ba4e
DragonFly BSD is somewhat identical to FreeBSD ( #8159 )
2019-02-03 09:53:54 +01:00
number Zero
b78698240c
Minor changes for IrrLicht 1.9 support
2018-11-11 18:08:15 +01:00
number Zero
d90e3ea88d
Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
2018-11-11 18:08:15 +01:00
random-geek
3a992ce76d
Formspecs: Fix text clipped by scrollbars ( #7816 )
2018-11-06 22:28:34 +00:00
Loic Blot
f7938fab9f
Finally fix android build
2018-03-11 17:52:46 +01:00
SmallJoker
473d81f2e2
Formspecs: Unify textarea and field parsing functions, fix wrong fallback text
...
* textarea[], field[]: Unify function, fix wrong fallback text
* Remove apparently superflous mainmenumanager.h incldue
* intlGUIEditBox.cpp: make read-only boxes really read-only
* Use elseif (trivial)
2018-03-09 23:24:57 +00:00
number Zero
189daf87a0
Fix dancing text
2017-12-25 15:00:50 +01:00
Vitaliy
257626ceed
Fix wrong scrolling ( #6809 )
2017-12-21 20:58:06 +01:00
shivajiva101
3f8e2e8c38
Fix mousewheel behaviour in textarea ( #6641 )
...
Allowing scrolling with the mousewheel when the vertical scrollbar is
hidden, unnecessarily exposes oversized containers and newlines at the
end of the text. For example try scrolling over the textareas in the
pause menu. This PR addresses the issue by requiring the scrollbar to be
visible before allowing the scrolling with the mousewheel.
2017-11-18 14:58:08 +01:00
Vitaliy
20a85d76d9
Move files to subdirectories ( #6599 )
...
* Move files around
2017-11-08 23:56:20 +01:00