aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
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
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-21Move hex.h to util/Loic Blot
2015-02-10Fix Exit to OS button focus in Pause Menungosang
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-13Performance fixes.onkrot
2015-01-09Remove automatic consistent formspec size <-> font size (now has to be done m...sapier
2015-01-09Fix logic of checkbox formspec element validity checkingKahrl
2015-01-06Fixes for androidsapier
2015-01-02Fix rounding error in font size making main menu and in game font sizes incon...sapier
2014-12-13Fix segfault when dragging mouse out of mainmenu window (#1910)Kahrl
2014-12-13Responsive tooltip offset for Android.Kodexky