aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
2014-01-13Add formspec tableKahrl
2013-12-17Fix formspec field labelsBlockMen
2013-12-13Replace any direct curl usage by httpfetchsapier
2013-12-11Implement search tab and version pickersapier
2013-12-09Check if width, height or start index of a list[] is negativePilzAdam
2013-12-03Dont move item back when not clicking on a slotPilzAdam
2013-11-23Fix crash when pressing Enter key in formspec menuKahrl
2013-11-14Fix formspec background padding when clippedBlockMen
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-03Fix typoBlockMen
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-03Send a on_receive_fields event when formspec is closed, with fields.quit = "t...Novatux
2013-10-07FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel
2013-09-11Change mainmenu texture handling + small misc changesKahrl
2013-09-05Fix crash on lua exceptionsapier
2013-08-31Use wstring for vertlabelsPilzAdam
2013-08-19Fix gettext for tabs (windows)BlockMen
2013-08-19GUIFormSpecMenu focus fixesKahrl
2013-08-18Reenable image scaling in formspecsBlockMen
2013-08-17Add translation for main menusapier
2013-08-16Remove debug outputPilzAdam
2013-08-16Don't automatically scroll listbox when selecting an item in the middleKahrl
2013-08-16Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-07Fix various memory access problems detected by valgrindKahrl
2013-08-07Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl
2013-08-04Fix formspec label issues in win builds (MSVC)BlockMen
2013-07-24Add support of pressed_texture of image_buttonBlockMen
2013-07-24Add gettext translation for image_buttonBlockMen
2013-07-12Remove lots of debug output from modmgrsapier
2013-07-09Fix serverlistsapier
2013-07-08Revert "Fix serverlist not beeing escaped correctly"kwolekr
2013-07-08Fix serverlist not beeing escaped correctlysapier
2013-07-07Fix many formspec menu bugssapier
2013-07-07Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan5
2013-07-06Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColorSfan5
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl
2013-06-18Formspec: Don't perform black magic if selected item fits the guessKahrl
2013-06-18Fix calculation of selected item (for not drawing it) in formspecKahrl
2013-06-01Fix editbox default text being pre-selected in some casesMetaDucky
2013-04-07fix memory leaks introduced by invalid gettext usagesapier
2013-03-05Allow any character in formspec strings with escape charkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-04"or" should be "||". Don't use "or", "and", etc.. It breaks build.Ilya Zhuravlev
2013-01-04Implement textarea in formspec, a multiline input fieldJeija
2013-01-02Bugfixes to item_image formspec methodRealBadAngel