summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
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