aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factorize more guiEditBoxes code (#10789)Loïc Blot2021-01-131-74/+3
| | | | * Factorize more guiEditBoxes code
* Refactor/gui editbox (#10787)Loïc Blot2021-01-071-688/+2
|
* refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot2021-01-041-110/+3
|
* Fix scroll bar overlapping text (again) (#9058)random-geek2020-10-031-3/+1
|
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-241-4/+7
|
* Rename guiScrollBar to GUIScrollBarDS-Minetest2019-07-291-1/+1
|
* Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones112019-05-241-4/+8
|
* Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero2018-11-111-5/+0
|
* Formspecs: Fix text clipped by scrollbars (#7816)random-geek2018-11-061-0/+2
|
* LINT: add clang-tidy step (#6295)Loïc Blot2018-04-011-1/+1
| | | | | | | | | * Implement new travis clang-tidy build step * This step enable some rules and enforce one rule as error * This permits to have some C++ quality rules based on clang & clang contributor guidelines * Fix clang-tidy reported problems on push_back -> emplace_back
* Android build fixes for c++11stujones112018-03-111-0/+7
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+1524
* Move files around