aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Collapse)Author
2014-10-30Fix uninitialized variable warningkwolekr
2014-10-24Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanismKahrl
2014-10-08Fix use of unitialized variables in mouse button handlingCraig Robbins
2014-10-05Add [colorize modifierBlockMen
2014-09-28Standardize tooltip row detectionBlockMen
2014-09-28Fix multilined description in tooltips (fixes #1688)BlockMen
2014-09-21Fix GCC reorder warningShadowNinja
Caused by a020d1b653f94fbcaac06c15f9dbab4521fda355.
2014-09-21Add inventory right click drag and dropsruz25
2014-09-21Allow taking screenshots of formspecs and move message to chatBlockMen
2014-07-16Make tooltip_show_delay=0 workZefram
2014-07-16Permit non-integer sizes for item_image[]Zefram
2014-07-16Add srollbar formspec elementsapier
2014-07-06Fix errors/warnings reported by valgrindsfan5
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2014-06-29Add formspec api versioningsapier
2014-06-25Add setting for tooltips show delay.RealBadAngel
2014-06-24Tooltips rework.RealBadAngel
Separate element for tooltips. Delayed showing, use global color or given ones.
2014-06-22Support for scalable font and gui elementssapier
Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
2014-06-20Fix labels and vertlabels on some systems.RealBadAngel
2014-06-20Fix small memory leaks on shutdownsapier
2014-06-19Add tooltips for button, imagebutton and checkbox.RealBadAngel
2014-06-18Fix bounding rect for formspec elements label vertlabel and checkboxessapier
2014-06-18Make dropdown formspec elements send their value same style as buttons on changesapier
2014-06-12Add support for exiting formspecs by doubleclicking outsidesapier
2014-06-12Improve performance by removing some temporary objectssapier
Fix some coding style issues
2014-04-29Add proper lua api deprecated handlingsapier
2014-04-22Fix formspec replacement handling for in game formspecssapier
2014-04-22make formspec textarea wordwrapRealBadAngel
Thats updated #795
2014-03-23Fix double sending of chat messagessapier
2014-03-13Fix game pause in singleplayerBlockMen
2014-03-05Replace pause and message menu by formspec onessapier
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 = ↵Novatux
"true"
2013-10-07FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel
2013-09-11Change mainmenu texture handling + small misc changesKahrl
Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0".
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