aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++11 cleanup inventorymanager (#6077)Vincent Glize2017-07-011-8/+8
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-11/+9
* Client::makeScreenshot: remove device paramLoic Blot2017-06-191-1/+1
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-2/+2
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-16/+0
* Remove superfluous pointer null checksQrchackOfficial2017-06-101-7/+2
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-1/+1
* Tooltips: Unify the tooltip[] and list[] description tooltip display function...SmallJoker2017-06-031-63/+62
* Fix dropdown menu selection (#5847)red-0012017-06-011-0/+1
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-2/+2
* Clean up getTime helpersShadowNinja2017-04-281-4/+4
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot2017-04-211-2/+3
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-35/+34
* Don't make TAB exit game if bound to inventory.Auke Kok2017-04-171-2/+3
* Show itemstring as tooltip if no item descriptionWuzzy2017-03-181-0/+3
* [CSM] Client side moddingLoic Blot2017-03-131-1/+1
* FormSpec: Add position and anchor elements (#5284)adelcoding12017-03-041-8/+93
* Add per-stack descriptions using ItemStack Metadatarubenwardy2017-02-041-1/+6
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-20/+19
* Limit drawing rect of selected item to viewport size (fixes #4341)sfan52016-12-201-0/+1
* Fixed tooltips not resizing with \n (#4766)lisacvuk2016-11-111-1/+1
* Fix backwards compatibility issue introduced by close_on_enterrubenwardy2016-10-081-7/+35
* Formspec: Add container[] and container_end[] elementsrubenwardy2016-10-031-39/+79
* Fix background formspec elements from interfering with each otherrubenwardy2016-08-291-13/+11
* Allow fields to choose whether they close on enter pressrubenwardy2016-08-271-5/+23
* Submit name of field on enter key pressrubenwardy2016-08-271-0/+13
* Initial Gamepad supportest312016-06-031-8/+34
* Add colored text (not only colored chat).Ekdohibs2016-05-311-44/+15
* Fix irrlicht version checking macro for tooltip_height calculationCraig Robbins2016-05-241-3/+3
* Fix tooltip height for versions of irrlicht < 1.8.2Craig Robbins2016-05-211-0/+4
* Run unescape_enriched *after* unescape_string.Ekdohibs2016-05-071-17/+20
* Make dropdowns show the string that was their argument.Ekdohibs2016-05-071-2/+22
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-241-31/+23
* Fix bug that was leading to oversized tooltips containing multiline text when...Xunto2016-04-231-1/+1
* Clean up StrfndShadowNinja2016-03-191-1/+1
* Formspec: fix broken irrlicht 1.7 buildRealBadAngel2016-02-131-0/+10
* Formspec: recreate item_image_button pressed state for its image and labelRealBadAngel2016-02-131-12/+16
* FormSpec: Add StaticTextSpec and superimpose over item image buttonsRealBadAngel2016-02-091-1/+17
* small drawItemStack cleanupest312016-02-081-5/+7
* Use meshes to display inventory itemsRealBadAngel2016-02-071-34/+45
* Fix scrollbarsBlockMen2015-11-121-1/+1
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-18/+17
* Clear list rings when loading a new formspecest312015-10-101-0/+1
* Change i++ to ++iDavid Jones2015-08-251-4/+4
* Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind)Kahrl2015-08-101-0/+2
* Add MoveSomewhere inventory actionest312015-06-231-22/+33
* Don't print an error for valid listring[] formspecest312015-06-181-0/+1
* GUIFormSpecMenu::OnEvent code style update and small refactorest312015-06-161-86/+79
* Add list-ringsest312015-06-161-10/+112