aboutsummaryrefslogtreecommitdiff
path: root/src/gui/intlGUIEditBox.cpp
AgeCommit message (Collapse)Author
2021-03-19Drop old text input workarounds (#11089)sfan5
* Drop unused intlGUIEditBox * Drop unnecessary Linux text input workarounds
2021-01-13Factorize more guiEditBoxes code (#10789)Loïc Blot
* Factorize more guiEditBoxes code
2021-01-07Refactor/gui editbox (#10787)Loïc Blot
2021-01-04refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot
2020-10-03Fix scroll bar overlapping text (again) (#9058)random-geek
2019-07-29Rename guiScrollBar to GUIScrollBarDS-Minetest
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones11
2019-02-03DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov
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