aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-10-17Fix inventory drag drop flag (#6416)asl97
2017-10-13Formspec: Fallback to 'label' in readonly textarea[]SmallJoker
2017-10-09Formspec: textarea with scrollbar improvementsadrido
2017-10-09FormSpec : Add an auto vertical scrollbar to the textareaadelcoding1
2017-09-16Correct tooltip_append_itemstring terminology (#6421)DTA7
2017-09-15Add setting to display the itemstring after the tooltip in the inventory. (#6...DTA7
2017-08-29Formspec: Add options to set background color and opacity (fullscreen mode + ...Loïc Blot
2017-08-24Add clientside translations.Ekdohibs
2017-08-20Fix a formspec crash triggered by ae9b5e00989756bb676429530dfe81039009001cLoic Blot
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-07-01C++11 cleanup inventorymanager (#6077)Vincent Glize
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-19Client::makeScreenshot: remove device paramLoic Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-06-10Remove superfluous pointer null checksQrchackOfficial
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-06-03Tooltips: Unify the tooltip[] and list[] description tooltip display function...SmallJoker
2017-06-01Fix dropdown menu selection (#5847)red-001
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
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