Age | Commit message (Expand) | Author |
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor |
2018-12-01 | Fixes collapsed SplitContainers | groud |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor |
2018-11-28 | Merge pull request #23993 from Kanabenki/autocomplete-ignore-case | Rémi Verschelde |
2018-11-27 | Ceil tabs font size | allkhor |
2018-11-26 | Add suggestions ignoring case at the end of the code autocomplete | Kanabenki |
2018-11-26 | Merge pull request #23964 from allkhor/text_edit_clear_selection | Rémi Verschelde |
2018-11-25 | TextEdit: remove selection when clear happens. | allkhor |
2018-11-24 | Fix scroll bar lock when smooth scroll enabled, issue 23314 | Paulb23 |
2018-11-23 | RichTextLabel: clear the scroll offset. | allkhor |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde |
2018-11-22 | Merge pull request #23731 from lupoDharkael/remove-button-tooltip | Rémi Verschelde |
2018-11-20 | Unify editor class and reference search | Ray Koopa |
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias |
2018-11-20 | Merge pull request #23728 from groud/keep_splitcontainer_offset | Rémi Verschelde |
2018-11-19 | BaseButton: add shortcut_in_tooltip | lupoDharkael |
2018-11-18 | If using relationship lines (now default) hide guides. | Juan Linietsky |
2018-11-16 | Use VScrollBar when calculating horiz. offset in ScrollContainer | pshe94 |
2018-11-15 | ViewportContainer was not passing unhandled input. Pass it, fixes #17326 | Juan Linietsky |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they move,... | Juan Linietsky |
2018-11-15 | Keep the SplitContainer offset value when it is shrinked | groud |
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate |
2018-11-14 | Always use default theme for overrides, closes #13071 | Juan Linietsky |
2018-11-14 | Show theme values from default theme always, fixes #16011, fixes #13071 | Juan Linietsky |
2018-11-11 | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-07 | Fixes icons in itemlist not working | groud |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde |
2018-11-05 | Fix creating a visual script virtual function after minimizing crashes #23536 | K. S. Ernest (iFire) Lee |
2018-11-02 | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez |
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky |
2018-11-01 | Merge pull request #22780 from samuelpedrajas/fix_texture_button_hovering | Rémi Verschelde |
2018-10-30 | Enhance the tilemap transform buttons | groud |
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk |
2018-10-25 | Fix "fill" justification in RichTextLabel to only affect lines that have auto... | Sean McCarthy |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-24 | ColorPicker: extend access to presets from gds | lupoDharkael |
2018-10-23 | Fixed a typo, treshhold to threshold. | M. Huri |
2018-10-21 | Merge pull request #23196 from Paulb23/scene_tab_errors_issue_22890 | Rémi Verschelde |
2018-10-21 | Update Tab hover status when adding or removing tabs, issue 22890 | Paulb23 |
2018-10-20 | Initialise LineEdit clear_button_status. | Ibrahn Sahir |
2018-10-19 | Repaired mistyped of 'just_disconnected'. | M. Huri |
2018-10-16 | Merge pull request #22894 from OsamaElHariri/prevent-comment-indent | Rémi Verschelde |
2018-10-13 | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri |
2018-10-11 | Merge pull request #22844 from samgreen/fix_gui_dragging_spam | Rémi Verschelde |
2018-10-10 | A colon ending a comment line no longer indents the next line | OsamaElHariri |
2018-10-09 | Fix richtextlabel meta links shouldn't open when swiping to scroll | dennisseong |
2018-10-08 | Swap condition to prevent spam in editor. | Sam Green |