summaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.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
|
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-24
|
* Rename guiScrollBar to GUIScrollBarDS-Minetest2019-07-29
|
* Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones112019-05-24
|
* Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero2018-11-11
|
* Formspecs: Fix text clipped by scrollbars (#7816)random-geek2018-11-06
|
* LINT: add clang-tidy step (#6295)Loïc Blot2018-04-01
| | | | | | | | | * 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-11
|
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around