aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use utf-8 in formspecsIlya Zhuravlev2015-06-131-73/+88
* Make split method staticest312015-06-011-11/+10
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-1/+1
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Fix some minor details from 6d61375kwolekr2015-04-011-2/+4
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-7/+8
* Disable double-click -> ESC translation for main menuCraig Robbins2015-03-141-9/+13
* Unescape tooltip textsest312015-03-111-3/+5
* Stop formspecs closing with double-click in empty areaCraig Robbins2015-03-091-0/+11
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-8/+8
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Move hex.h to util/Loic Blot2015-02-211-4/+3
* Fix Exit to OS button focus in Pause Menungosang2015-02-101-2/+5
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-1/+1
* Performance fixes.onkrot2015-01-131-27/+27
* Remove automatic consistent formspec size <-> font size (now has to be done m...sapier2015-01-091-43/+6
* Fix logic of checkbox formspec element validity checkingKahrl2015-01-091-1/+1
* Fixes for androidsapier2015-01-061-16/+0
* Fix rounding error in font size making main menu and in game font sizes incon...sapier2015-01-021-1/+2
* Fix segfault when dragging mouse out of mainmenu window (#1910)Kahrl2014-12-131-1/+2