aboutsummaryrefslogtreecommitdiff
path: root/src/gui/intlGUIEditBox.cpp
AgeCommit message (Collapse)Author
2018-11-11Minor changes for IrrLicht 1.9 supportnumber Zero
2018-11-11Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero
2018-11-06Formspecs: Fix text clipped by scrollbars (#7816)random-geek
2018-03-11Finally fix android buildLoic Blot
2018-03-09Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker
* 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)
2017-12-25Fix dancing textnumber Zero
2017-12-21Fix wrong scrolling (#6809)Vitaliy
2017-11-18Fix mousewheel behaviour in textarea (#6641)shivajiva101
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-08Move files to subdirectories (#6599)Vitaliy
* Move files around