aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-10-17Fix inventory drag drop flag (#6416)asl97
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-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-26Isolate irrlicht references and use a singleton (#6041)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-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-04-28Clean up getTime helpersShadowNinja
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-22Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenuLoic Blot
2017-04-21Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot
2017-04-21Fix various performance issues reported by cppcheck (#5628)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-03-19Refactor Game class (part 2) (#5422)Loïc Blot
2017-03-13[CSM] Add local formspecs. (#5094)red-001
2017-03-04FormSpec: Add position and anchor elements (#5284)adelcoding1
2017-01-11Cleanup some header inclusions to improve compilation timesLoic Blot
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-10-08Fix backwards compatibility issue introduced by close_on_enterrubenwardy
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
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-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-02-13Formspec: recreate item_image_button pressed state for its image and labelRealBadAngel
2016-02-13Remove unused 'm_selection_active' fieldest31
2016-02-09FormSpec: Add StaticTextSpec and superimpose over item image buttonsRealBadAngel
2016-02-07Use meshes to display inventory itemsRealBadAngel
2015-06-16Add list-ringsest31
2015-06-13Use utf-8 in formspecsIlya Zhuravlev
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-03-14Disable double-click -> ESC translation for main menuCraig Robbins
2015-02-10Fix Exit to OS button focus in Pause Menungosang
2015-02-10Network Layer 7 rework (Packet handling)Loic Blot
2014-12-04Right mouse button behaviour for craft/inventory If right mousebutton clicked...Craig Robbins
2014-11-30Scale form elements consistentlyZefram
2014-11-30Implement proper font handlingsapier
2014-10-30Fix uninitialized variable warningkwolekr