aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused (de)serializeAttributes() methodsROllerozxa2021-12-291-51/+0
|
* Use utf-8 for the Irrlicht clipboard (#11538)DS2021-08-231-8/+7
|
* GUIEditBox: Allow selecting and copying read-only textsSmallJoker2021-05-221-7/+6
|
* Make edit boxes respond to string input (IME) (#11156)yw052021-04-051-28/+39
| | | Make edit boxes respond to string input events (introduced in minetest/irrlicht#23) that are usually triggered by entering text with an IME.
* Drop old text input workarounds (#11089)sfan52021-03-191-22/+1
| | | | | * Drop unused intlGUIEditBox * Drop unnecessary Linux text input workarounds
* Make hypertext and textarea have proper scroll event propagation. (#10860)Vincent Robinson2021-01-231-0/+1
|
* Factorize more guiEditBoxes code (#10789)Loïc Blot2021-01-131-0/+91
| | | | * Factorize more guiEditBoxes code
* Refactor/gui editbox (#10787)Loïc Blot2021-01-071-0/+724
|
* refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot2021-01-041-0/+95