| Commit message (Expand) | Author | Age |
* | Fix background formspec elements from interfering with each other | rubenwardy | 2016-08-29 |
* | Allow fields to choose whether they close on enter press | rubenwardy | 2016-08-27 |
* | Submit name of field on enter key press | rubenwardy | 2016-08-27 |
* | Initial Gamepad support | est31 | 2016-06-03 |
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
* | Run unescape_enriched *after* unescape_string. | Ekdohibs | 2016-05-07 |
* | Make dropdowns show the string that was their argument. | Ekdohibs | 2016-05-07 |
* | Escape more strings: formspecs, item descriptions, infotexts... | Ekdohibs | 2016-04-24 |
* | Formspec: recreate item_image_button pressed state for its image and label | RealBadAngel | 2016-02-13 |
* | Remove unused 'm_selection_active' field | est31 | 2016-02-13 |
* | FormSpec: Add StaticTextSpec and superimpose over item image buttons | RealBadAngel | 2016-02-09 |
* | Use meshes to display inventory items | RealBadAngel | 2016-02-07 |
* | Add list-rings | est31 | 2015-06-16 |
* | Use utf-8 in formspecs | Ilya Zhuravlev | 2015-06-13 |
* | Replace instances of std::map<std::string, std::string> with StringMap | kwolekr | 2015-05-19 |
* | Disable double-click -> ESC translation for main menu | Craig Robbins | 2015-03-14 |
* | Fix Exit to OS button focus in Pause Menu | ngosang | 2015-02-10 |
* | Network Layer 7 rework (Packet handling) | Loic Blot | 2015-02-10 |
* | Right mouse button behaviour for craft/inventory If right mousebutton clicked... | Craig Robbins | 2014-12-04 |
* | Scale form elements consistently | Zefram | 2014-11-30 |
* | Implement proper font handling | sapier | 2014-11-30 |
* | Fix uninitialized variable warning | kwolekr | 2014-10-30 |
* | Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanism | Kahrl | 2014-10-24 |
* | Add [colorize modifier | BlockMen | 2014-10-05 |
* | Add inventory right click drag and drop | sruz25 | 2014-09-21 |
* | Allow taking screenshots of formspecs and move message to chat | BlockMen | 2014-09-21 |
* | Add srollbar formspec element | sapier | 2014-07-16 |
* | Add support for Android 2.3+ | sapier | 2014-06-29 |
* | Add formspec api versioning | sapier | 2014-06-29 |
* | Add setting for tooltips show delay. | RealBadAngel | 2014-06-25 |
* | Tooltips rework. | RealBadAngel | 2014-06-24 |
* | Support for scalable font and gui elements | sapier | 2014-06-22 |
* | Fix bounding rect for formspec elements label vertlabel and checkboxes | sapier | 2014-06-18 |
* | Add support for exiting formspecs by doubleclicking outside | sapier | 2014-06-12 |
* | Fix formspec replacement handling for in game formspecs | sapier | 2014-04-22 |
* | Fix game pause in singleplayer | BlockMen | 2014-03-13 |
* | Pass arguments by reference | Selat | 2014-03-12 |
* | Replace pause and message menu by formspec ones | sapier | 2014-03-05 |
* | Add formspec table | Kahrl | 2014-01-13 |
* | Reworked formspecs and kahrl's hexcolor parser | BlockMen | 2013-11-03 |
* | Send a on_receive_fields event when formspec is closed, with fields.quit = "t... | Novatux | 2013-11-03 |
* | Change mainmenu texture handling + small misc changes | Kahrl | 2013-09-11 |
* | GUIFormSpecMenu focus fixes | Kahrl | 2013-08-19 |
* | Add translation for main menu | sapier | 2013-08-17 |
* | Don't automatically scroll listbox when selecting an item in the middle | Kahrl | 2013-08-16 |
* | Formspec textlist: Black Irrlicht magic to detect fake doubleclicks | Kahrl | 2013-08-16 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Fix many formspec menu bugs | sapier | 2013-07-07 |
* | Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColor | Sfan5 | 2013-07-06 |
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |