summaryrefslogtreecommitdiff
path: root/src/gui/intlGUIEditBox.cpp
Commit message (Collapse)AuthorAge
* Factorize more guiEditBoxes code (#10789)Loïc Blot2021-01-13
| | | | * Factorize more guiEditBoxes code
* Refactor/gui editbox (#10787)Loïc Blot2021-01-07
|
* refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot2021-01-04
|
* Fix scroll bar overlapping text (again) (#9058)random-geek2020-10-03
|
* Rename guiScrollBar to GUIScrollBarDS-Minetest2019-07-29
|
* Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones112019-05-24
|
* DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov2019-02-03
|
* Minor changes for IrrLicht 1.9 supportnumber Zero2018-11-11
|
* Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero2018-11-11
|
* Formspecs: Fix text clipped by scrollbars (#7816)random-geek2018-11-06
|
* Finally fix android buildLoic Blot2018-03-11
|
* Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker2018-03-09
| | | | | | | * 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)
* Fix dancing textnumber Zero2017-12-25
|
* Fix wrong scrolling (#6809)Vitaliy2017-12-21
|
* Fix mousewheel behaviour in textarea (#6641)shivajiva1012017-11-18
| | | | | | | 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.
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around