]> git.lizzy.rs Git - dragonfireclient.git/history - src/gui
Initial Commit
[dragonfireclient.git] / src / gui /
2020-07-06 Elias FleckensteinInitial Commit
2020-03-26 Pierre-Yves RolloHypertext: Fix alignment tags adding unwanted newlines...
2020-03-20 WuzzyAdd comments for translators (#9510)
2020-03-16 sfan5Fix mouse events sent to wrong GUI elements when dragging
2020-03-16 v-robFormspecs: Add starting frame to `animated_image` ...
2020-03-11 SmallJokerguiHyperText: Fix blinky cursor on link hover (#9392)
2020-03-10 DSFix memory leak in GUIHyperText (#9489)
2020-03-10 SmallJokerGUIFormSpecMenu: Remove field_close_on_enter warning...
2020-03-07 Jean-Patrick GuerreroGUIHyperText: Fix bug with UTF8 chars in action name...
2020-03-01 v-robAdd multiple element selection to `style` and `style_ty...
2020-02-26 DSGUIInventoryList: fix dropping items when clicking...
2020-02-23 sfan5Refactor Script API's log_deprecated
2020-02-15 Hugues RossAdd animated_image[] formspec element (#9258)
2020-02-14 SmallJokerKey settings: Clear with escape (#8282)
2020-02-01 DSFormspec: Create a new class for inventorylists (#9287)
2020-01-26 Hugues RossAdd 9-slice background support to button formspec eleme...
2020-01-22 SmallJokerStaticText/EnrichedString: Styling support (#9187)
2020-01-22 Hugues RossFormspec: Don't start a button click when the pointer...
2020-01-18 ANANDReplace stray tab with whitespace in guiFormSpecMenu...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2020-01-11 DSFormspec: change the appeareance of the cursor on field...
2020-01-04 DSFormspec: Fix clicking on tooltip-obstructed elements...
2019-12-16 Hugues RossDon't override the FGIMG style property if the image...
2019-12-16 Hugues RossRemove the dependency on FGIMG/BGIMG from the hovered...
2019-12-16 Hugues RossStyleSpec: 0-initialize the property_set array
2019-12-14 SmallJokerGUIFormSpecMenu: Fix legacy sorting using std::stable_sort
2019-12-09 rubenwardyFix spaces breaking formspec_version[] tag
2019-12-09 Hugues RossRefactor to centralize GUIButton styling/rendering...
2019-12-09 SmallJokerguiConfirmRegistration: Fix hidden error message
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-06 rubenwardyFix failing build due to code style error
2019-12-06 v-robAdd scrollbaroptions FormSpec element (#8530)
2019-11-20 SmallJokerFormspec: Fix priorities for version < 3 (#9121)
2019-11-07 DSFormspec: draw order and clipping for all elements...
2019-11-03 SmallJokerAndroid: Fix broken double-tap after 49 days uptime
2019-11-03 SmallJokerClean up font caching, fix bitmap fonts
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2019-10-24 random-geekChange some rough/inappropriate language in comments...
2019-10-20 SmallJokerFormspecs: Reset version number on rebuild
2019-10-12 Hugues RossAdd more visual feedback for button states (#8916)
2019-10-06 SmallJokerRevert "Fix the bgcolor formspec element (#8716)" ...
2019-10-05 sfan5Fix warnings in guiButton.h
2019-09-29 SmallJokerlabel[]: Fix broken colors since 2c9edef
2019-09-29 rubenwardyFix error message caused by adding new parameter to...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-15 DSFix the bgcolor formspec element (#8716)
2019-09-15 rubenwardyFix formspec version backup in prepends losing data
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-07 SmallJokerlabel[]: Fix cut-off translated text
2019-09-06 sfan5Fix Irrlicht 1.9 support
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-08-08 ANANDguiVolumeChange: Fix child not being removed
2019-08-07 ANANDguiConfirmRegistration: Set focus to text field (#8761)
2019-08-06 SmallJokerClean up and fix freetype=false crashes (#8641)
2019-08-04 sfan5Unify OpenGL ES support
2019-08-03 rubenwardyAdd formspec testing to test mod in minimal
2019-08-03 rubenwardyAdd styles to most elements
2019-08-03 rubenwardyAdd style[] tag with button support
2019-08-03 rubenwardyAdd custom colorable GUIButton implementation
2019-08-03 rubenwardyFix negative offsets not being supported by container[]
2019-07-29 DS-MinetestRename guiScrollBar to GUIScrollBar
2019-07-28 DS-MinetestguiScrollBar: move directly to clicked pos if clicked...
2019-06-27 v-robAdd compatible, consistent coordinate system to FormSpe...
2019-06-22 rubenwardyAdd support for 9-sliced backgrounds (#8600)
2019-06-10 SmallJokerFormspecs: Close on metadata removal (#8348)
2019-05-25 SmallJokerDo not drag-place stack into 'craftpreview' slot (...
2019-05-24 stujones11Add IGUIScrollbar implementation with variable bar...
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-26 SmallJokerCorrect the checkbox selection box position (#8246)
2019-04-03 rubenwardyChange pitch fly binding to 'P', add to change keys...
2019-03-17 WuzzyAdd newline before itemstring in item tooltip (#8213)
2019-03-14 Loïc BlotLINT fixes since recent tooling update
2019-03-12 Loïc BlotDrop GUIConfirmRegistration::m_address unused field
2019-03-10 ParamatConfirm registration GUI: Remove positional strings...
2019-03-05 Benjamin LindleyReplace for loop with call to standard library function...
2019-02-15 random-geekFix coloured fog in main menu (#8181)
2019-02-09 WuzzyDon't append itemname to itemname in tooltip (#8176)
2019-02-04 random-geekFix cloud color in loading screen and main menu (#8174)
2019-02-03 random-geekUpdate color of main menu clouds (#8172)
2019-02-03 rubenwardyFix core.download_file() creating empty files on HTTP...
2019-02-03 Leonid BobrovDragonFly BSD is somewhat identical to FreeBSD (#8159)
2018-12-22 rubenwardyAndroid: Fix memory leak when displaying images in...
2018-12-20 stujones11Android: Move touchscreen rare controls inline with...
2018-12-03 JuozasFix Android build errors (caused by 5f1cd55)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-11-26 stujones11Make non-formspec modal menus respect gui scale (#7850)
2018-11-22 Ben DeutschClient-side autojump. Remove Android-only stepheight...
2018-11-18 stujones11Android: Improve UI scaling on smaller high-density...
2018-11-11 number ZeroMinor changes for IrrLicht 1.9 support
2018-11-11 number ZeroDrop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_M...
2018-11-06 random-geekFormspecs: Fix text clipped by scrollbars (#7816)
2018-10-29 stujones11Remove un-needed header inclusion
2018-10-29 stujones11Move touchscreen input handling to base GUIModalMenu...
2018-10-19 ParamatAndroid buttons: Inset 'rare controls', inset and resiz...
2018-08-20 rubenwardyFormspecs: Fix invalid background warning
2018-08-15 rubenwardyFormspecs: Fix missing trim() when checking for no_prep...
2018-08-05 rubenwardyFormspecs: Add tooltip element for area
2018-08-04 SmallJokerguiFormspecMenu: Allow fraction values for container...
2018-07-28 Rob BlanckaertAllow enter to select items from combobox's list (...
next