aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiFormSpecMenu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)Vincent Robinson2022-07-031-0/+2
* Replace all uses of core::list with std::list (#12313)paradust72022-05-221-2/+2
* FormspecMenu: make drawing of backgrounds less hacky (#9517)DS2022-02-221-1/+2
* Add padding[] element to formspecs (#11821)Vincent Robinson2021-12-301-0/+3
* Formspec: Unify argument checks (#11851)SmallJoker2021-12-291-0/+2
* Various code improvementsSmallJoker2021-09-271-1/+1
* refacto: remove get_gui_env & draw_load_screen from RenderingEngine singletonLoic Blot2021-05-031-2/+4
* Remove dead code (#10845)rubenwardy2021-01-221-1/+1
* Change typedef to normal definitions in GUI codesfan52020-11-261-9/+9
* Add sound to press event of some formspecs elements (#10402)Pierre-Yves Rollo2020-11-231-1/+5
* Add model[] formspec element (#10320)SmallJoker2020-11-041-1/+1
* Formspecs: volume and key settings windows can now be closed by doubleclickin...Zughy2020-07-141-22/+0
* Add FormSpec font styling options (#9763)v-rob2020-07-121-1/+1
* Allow FormSpec elements to be focused with `set_focus` (#9353)v-rob2020-07-121-2/+7
* Formspec: Make dropdowns optionally return event based on index, not value (#...v-rob2020-07-101-0/+1
* Add scroll_container formspec element (redo) (#9101)DS2020-04-131-0/+5
* GUIFormSpecMenu: Add basic element highlighing debug feature (#9423)SmallJoker2020-04-121-0/+1
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-111-3/+5
* Fix GUI element click-through by changing visibility (#9534)DS2020-03-311-0/+1
* Formspecs: Add starting frame to `animated_image` (#9411)v-rob2020-03-161-0/+1
* guiHyperText: Fix blinky cursor on link hover (#9392)SmallJoker2020-03-111-0/+1
* Add animated_image[] formspec element (#9258)Hugues Ross2020-02-151-0/+2
* Formspec: Create a new class for inventorylists (#9287)DS2020-02-011-82/+32
* Formspec: change the appeareance of the cursor on fields and co. (#8665)DS2020-01-111-2/+5
* Formspec: make bgcolor element less confusing and allow setting fullscreen co...DS2019-12-081-0/+1
* Add scrollbaroptions FormSpec element (#8530)v-rob2019-12-061-1/+12
* Formspec: Fix priorities for version < 3 (#9121)SmallJoker2019-11-201-4/+7
* Formspec: draw order and clipping for all elements (#8740)DS2019-11-071-108/+23
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+2
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-141-2/+2
* Add styles to most elementsrubenwardy2019-08-031-2/+4
* Add style[] tag with button supportrubenwardy2019-08-031-0/+7
* Add compatible, consistent coordinate system to FormSpecs. (#8524)v-rob2019-06-271-2/+9
* Add support for 9-sliced backgrounds (#8600)rubenwardy2019-06-221-0/+13
* Formspecs: Close on metadata removal (#8348)SmallJoker2019-06-101-0/+5
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-1/+1
* Move touchscreen input handling to base GUIModalMenu classstujones112018-10-291-9/+2
* Formspecs: Add tooltip element for arearubenwardy2018-08-051-0/+1
* guiFormspecMenu: Allow fraction values for container[] (#7497)SmallJoker2018-08-041-3/+5
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-231-1/+1
* Selected ItemStack: Reduce black magic (#6520)SmallJoker2018-04-031-8/+3
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-1/+9
* Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker2018-03-091-0/+2
* Game refactor [4/X]: keycache is now owned by InputHandlerLoic Blot2018-01-201-1/+1
* Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ...Loic Blot2018-01-201-0/+3
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+565