]> git.lizzy.rs Git - dragonfireclient.git/history - src/gui
Fix double free caused by CGUITTFont code
[dragonfireclient.git] / src / gui /
2021-02-02 k.h.laiFix memory leak detected by address sanitizer (#10896)
2021-02-02 Vincent RobinsonFix list spacing and size (again) (#10869)
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-28 VitaliyInclude irrlichttypes.h first to work around Irrlicht...
2021-01-23 Vincent RobinsonFix formspec list spacing (#10861)
2021-01-23 Vincent RobinsonMake hypertext and textarea have proper scroll event...
2021-01-23 Vincent RobinsonFormSpec: Add list spacing, slot size, and noclip ...
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-13 Loïc BlotFactorize more guiEditBoxes code (#10789)
2021-01-07 Loïc BlotRefactor/gui editbox (#10787)
2021-01-04 Loïc Blotrefacto: factorize multiple code parts from guiEditbox...
2021-01-01 Jean-Patrick GuerreroFormspecs: Fix broken texture escaping with model[]
2020-12-28 Lars MuellerFix item tooltip background color not working
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-15 Thomas--SFormspec: Allow to specify frame loop for model[] ...
2020-12-14 SmallJokerRevert "GUIFormSpecMenu: Shift+Click listring workaroun...
2020-12-12 SmallJokerGUIFormSpecMenu: Shift+Click listring workaround for...
2020-11-26 sfan5Change typedef to normal definitions in GUI code
2020-11-23 Pierre-Yves RolloAdd sound to press event of some formspecs elements...
2020-11-12 red-001Fix warnings about an unused variables and implicit...
2020-11-04 SmallJokerAdd model[] formspec element (#10320)
2020-10-08 DSFix box[]es not being clipped (#10473)
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-03 random-geekFix scroll bar overlapping text (again) (#9058)
2020-10-03 HybridDogReduce the FPS when the window is unfocused (#8837)
2020-08-29 Hugues RossMake bgcolor tint button background images (#9818)
2020-08-23 Kezidarken tabheader background color (#10299)
2020-08-23 EvidenceBAvoid drawing clipped out formspec elements (#10095)
2020-08-23 adridoFix MSVC compiler warnings (#10197)
2020-08-20 Pierre-Yves RolloFix missing translation call in hypertext (#10296)
2020-08-20 v-robAdd gradients and borders to FormSpec boxes (#8676)
2020-08-19 v-robOptimize formspec form size (#10144)
2020-08-11 v-robAdd font styling options to tables and textlists (...
2020-07-21 MaksimAndroid: Fix ConfirmRegistration and PasswordChange...
2020-07-14 ZughyFormspecs: volume and key settings windows can now...
2020-07-12 v-robAdd FormSpec font styling options (#9763)
2020-07-12 v-robAllow FormSpec elements to be focused with `set_focus...
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-07-03 v-robDon't stop style parsing on unknown property (#10143)
2020-06-24 Pierre-Yves RolloFix wrong use of guiScalingImageButton in formspecs...
2020-06-18 rubenwardyAndroid: Fix only right strafe working (#10046)
2020-06-09 MoNTE48TouchScreenGUI: fix some bugs, cleanup
2020-06-09 MoNTE48TouchScreen Control: fix some bugs, cleanup
2020-06-09 MaksimFix real keyboard movements on touchscreen devices
2020-06-09 MoNTE48Hide tooltip after ETIE_LEFT_UP (for touch control)
2020-05-24 SmallJokerAdd chat_font_size setting (#9736)
2020-05-23 AwkorModernize include guards and add missing ones (#9898)
2020-05-09 Paul OuelletteAlways use same default tabheader height (#9319)
2020-05-06 v-robFormSpec: Add universal style selector `*` (#9718)
2020-05-05 Loïc BlotFix broken client if openal cannot be opened (#9804)
2020-05-02 Hugues RossAdd 'content_offset' and 'padding' style properties...
2020-04-25 v-robAdd `animated_image` to clickthrough elements (#9724)
2020-04-25 Pierre-Yves RolloSimplify how parseElement splits element string (#9726)
2020-04-18 DSFormspec: allow lists to change size and existence...
2020-04-18 DSApply a scrollbar's default value to scroll containers...
2020-04-16 MaksimAndroid: fix formspec input for AArch64 devices (#9685)
2020-04-13 DSAdd scroll_container formspec element (redo) (#9101)
2020-04-12 SmallJokerGUIFormSpecMenu: Add basic element highlighing debug...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-11 SmallJokerFormspec: No spec ID for static text labels
2020-04-05 Pierre-Yves RolloHypertext: Fix hovercolor not working in global tag...
2020-04-04 Pierre-Yves RolloFix cursor still visible after closing formspec while...
2020-03-31 DSFix GUI element click-through by changing visibility...
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
next