summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
Commit message (Expand)AuthorAge
* Tooltips: Unify the tooltip[] and list[] description tooltip display function...SmallJoker2017-06-03
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26
* Clean up getTime helpersShadowNinja2017-04-28
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-25
* Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenuLoic Blot2017-04-22
* Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot2017-04-21
* Fix various performance issues reported by cppcheck (#5628)Loïc Blot2017-04-21
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20
* Refactor Game class (part 2) (#5422)Loïc Blot2017-03-19
* [CSM] Add local formspecs. (#5094)red-0012017-03-13
* FormSpec: Add position and anchor elements (#5284)adelcoding12017-03-04
* Cleanup some header inclusions to improve compilation timesLoic Blot2017-01-11
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-09
* Fix backwards compatibility issue introduced by close_on_enterrubenwardy2016-10-08
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-06
* Formspec: Add container[] and container_end[] elementsrubenwardy2016-10-03
* Fix background formspec elements from interfering with each otherrubenwardy2016-08-29
* Allow fields to choose whether they close on enter pressrubenwardy2016-08-27
* Submit name of field on enter key pressrubenwardy2016-08-27
* Initial Gamepad supportest312016-06-03
* Add colored text (not only colored chat).Ekdohibs2016-05-31
* Run unescape_enriched *after* unescape_string.Ekdohibs2016-05-07
* Make dropdowns show the string that was their argument.Ekdohibs2016-05-07
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-24
* Formspec: recreate item_image_button pressed state for its image and labelRealBadAngel2016-02-13
* Remove unused 'm_selection_active' fieldest312016-02-13
* FormSpec: Add StaticTextSpec and superimpose over item image buttonsRealBadAngel2016-02-09
* Use meshes to display inventory itemsRealBadAngel2016-02-07
* Add list-ringsest312015-06-16
* Use utf-8 in formspecsIlya Zhuravlev2015-06-13
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19
* Disable double-click -> ESC translation for main menuCraig Robbins2015-03-14
* Fix Exit to OS button focus in Pause Menungosang2015-02-10
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-10
* Right mouse button behaviour for craft/inventory If right mousebutton clicked...Craig Robbins2014-12-04
* Scale form elements consistentlyZefram2014-11-30
* Implement proper font handlingsapier2014-11-30
* Fix uninitialized variable warningkwolekr2014-10-30
* Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanismKahrl2014-10-24
* Add [colorize modifierBlockMen2014-10-05
* Add inventory right click drag and dropsruz252014-09-21
* Allow taking screenshots of formspecs and move message to chatBlockMen2014-09-21
* Add srollbar formspec elementsapier2014-07-16
* Add support for Android 2.3+sapier2014-06-29
* Add formspec api versioningsapier2014-06-29
* Add setting for tooltips show delay.RealBadAngel2014-06-25
* Tooltips rework.RealBadAngel2014-06-24
* Support for scalable font and gui elementssapier2014-06-22
* Fix bounding rect for formspec elements label vertlabel and checkboxessapier2014-06-18
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-12