aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
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
2012-12-02On-demand item meshes and texturesPerttu Ahola
2012-12-01New elements in formspec, item_image and item_image_button.RealBadAngel
2012-11-30Make dragged itemstack following the mouse cursor much smootherJürgen Doser
2012-11-25A bunch of fixesMirceaKitsune
2012-11-25Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune
2012-11-22Merge pull request #268 from khonkhortisan/image_buttonxyzz
2012-11-08Adding background to FormspecRealBadAngel
2012-11-04Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel
2012-10-18Allow transparent image_buttonsKyle
2012-09-02Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola
2012-09-02Fix bug in moving a larger sized stack in inventory on top of anotherPerttu Ahola
2012-07-25Restore focus to formspec menu when pressing a buttonPerttu Ahola
2012-07-25Improve formspec positioningPerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22Implement formspecdarkrose