aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Expand)Author
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Fix some minor details from 6d61375kwolekr
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-14Disable double-click -> ESC translation for main menuCraig Robbins
2015-03-11Unescape tooltip textsest31
2015-03-09Stop formspecs closing with double-click in empty areaCraig Robbins
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-21Move hex.h to util/Loic Blot
2015-02-10Fix Exit to OS button focus in Pause Menungosang
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-13Performance fixes.onkrot
2015-01-09Remove automatic consistent formspec size <-> font size (now has to be done m...sapier
2015-01-09Fix logic of checkbox formspec element validity checkingKahrl
2015-01-06Fixes for androidsapier
2015-01-02Fix rounding error in font size making main menu and in game font sizes incon...sapier
2014-12-13Fix segfault when dragging mouse out of mainmenu window (#1910)Kahrl
2014-12-13Responsive tooltip offset for Android.Kodexky
2014-12-05(INTERIM) Make sizes of the font in formspecs consistent and not so largeCraig Robbins
2014-12-04Right mouse button behaviour for craft/inventory If right mousebutton clicked...Craig Robbins
2014-11-30Make hud use fontengine toosapier
2014-11-30Scale form elements consistentlyZefram
2014-11-30Implement proper font handlingsapier
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
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
2014-06-29Add formspec api versioningsapier
2014-06-25Add setting for tooltips show delay.RealBadAngel
2014-06-24Tooltips rework.RealBadAngel
2014-06-22Support for scalable font and gui elementssapier
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
2014-04-29Add proper lua api deprecated handlingsapier
2014-04-22Fix formspec replacement handling for in game formspecssapier