Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Factorize more guiEditBoxes code (#10789) | Loïc Blot | 2021-01-13 |
| | | | | * Factorize more guiEditBoxes code | ||
* | Refactor/gui editbox (#10787) | Loïc Blot | 2021-01-07 |
| | |||
* | refacto: factorize multiple code parts from guiEditbox childs (#10782) | Loïc Blot | 2021-01-04 |
| | |||
* | Fix scroll bar overlapping text (again) (#9058) | random-geek | 2020-10-03 |
| | |||
* | Rename guiScrollBar to GUIScrollBar | DS-Minetest | 2019-07-29 |
| | |||
* | Add IGUIScrollbar implementation with variable bar sizes (#8507) | stujones11 | 2019-05-24 |
| | |||
* | DragonFly BSD is somewhat identical to FreeBSD (#8159) | Leonid Bobrov | 2019-02-03 |
| | |||
* | Minor changes for IrrLicht 1.9 support | number Zero | 2018-11-11 |
| | |||
* | Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX | number Zero | 2018-11-11 |
| | |||
* | Formspecs: Fix text clipped by scrollbars (#7816) | random-geek | 2018-11-06 |
| | |||
* | Finally fix android build | Loic Blot | 2018-03-11 |
| | |||
* | Formspecs: Unify textarea and field parsing functions, fix wrong fallback text | SmallJoker | 2018-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 text | number Zero | 2017-12-25 |
| | |||
* | Fix wrong scrolling (#6809) | Vitaliy | 2017-12-21 |
| | |||
* | Fix mousewheel behaviour in textarea (#6641) | shivajiva101 | 2017-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) | Vitaliy | 2017-11-08 |
* Move files around |