aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
2017-04-28Clean up getTime helpersShadowNinja
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-21Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-17Don't make TAB exit game if bound to inventory.Auke Kok
2017-03-18Show itemstring as tooltip if no item descriptionWuzzy
2017-03-13[CSM] Client side moddingLoic Blot
2017-03-04FormSpec: Add position and anchor elements (#5284)adelcoding1
2017-02-04Add per-stack descriptions using ItemStack Metadatarubenwardy
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-12-20Limit drawing rect of selected item to viewport size (fixes #4341)sfan5
2016-11-11Fixed tooltips not resizing with \n (#4766)lisacvuk
2016-10-08Fix backwards compatibility issue introduced by close_on_enterrubenwardy
2016-10-03Formspec: Add container[] and container_end[] elementsrubenwardy
2016-08-29Fix background formspec elements from interfering with each otherrubenwardy
2016-08-27Allow fields to choose whether they close on enter pressrubenwardy
2016-08-27Submit name of field on enter key pressrubenwardy
2016-06-03Initial Gamepad supportest31
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-24Fix irrlicht version checking macro for tooltip_height calculationCraig Robbins
2016-05-21Fix tooltip height for versions of irrlicht < 1.8.2Craig Robbins
2016-05-07Run unescape_enriched *after* unescape_string.Ekdohibs
2016-05-07Make dropdowns show the string that was their argument.Ekdohibs
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-04-23Fix bug that was leading to oversized tooltips containing multiline text when...Xunto
2016-03-19Clean up StrfndShadowNinja
2016-02-13Formspec: fix broken irrlicht 1.7 buildRealBadAngel
2016-02-13Formspec: recreate item_image_button pressed state for its image and labelRealBadAngel
2016-02-09FormSpec: Add StaticTextSpec and superimpose over item image buttonsRealBadAngel
2016-02-08small drawItemStack cleanupest31
2016-02-07Use meshes to display inventory itemsRealBadAngel
2015-11-12Fix scrollbarsBlockMen
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-10-10Clear list rings when loading a new formspecest31
2015-08-25Change i++ to ++iDavid Jones
2015-08-10Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind)Kahrl
2015-06-23Add MoveSomewhere inventory actionest31
2015-06-18Don't print an error for valid listring[] formspecest31
2015-06-16GUIFormSpecMenu::OnEvent code style update and small refactorest31
2015-06-16Add list-ringsest31
2015-06-13Use utf-8 in formspecsIlya Zhuravlev
2015-06-01Make split method staticest31
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Fix some minor details from 6d61375kwolekr
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-14Disable double-click -> ESC translation for main menuCraig Robbins
2015-03-11Unescape tooltip textsest31
2015-03-09Stop formspecs closing with double-click in empty areaCraig Robbins
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins