aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make edit boxes respond to string input (IME) (#11156)yw052021-04-051-0/+3
| | | Make edit boxes respond to string input events (introduced in minetest/irrlicht#23) that are usually triggered by entering text with an IME.
* Include irrlichttypes.h first to work around Irrlicht#433 (#10872)Vitaliy2021-01-281-0/+1
| | | Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition.
* Factorize more guiEditBoxes code (#10789)Loïc Blot2021-01-131-1/+9
| | | | * Factorize more guiEditBoxes code
* Refactor/gui editbox (#10787)Loïc Blot2021-01-071-3/+111
|
* refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot2021-01-041-0/+103