aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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