Age | Commit message (Expand) | Author |
2019-09-19 | Fix editor dimming being disabled when a dialog is closed even when others ar... | Michael Alexsander Silva Dias |
2019-09-18 | Fix autocompletion undo | Tomasz Chabora |
2019-09-11 | Fix Sanitization Bug | Eoin O'Neill |
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga |
2019-09-05 | Fixes OptionButton Not Updating if Current Selection Already Selected | Emmanuel Barroga |
2019-09-04 | Bug Fix 31973 Type Hint Error | Eoin O'Neill |
2019-09-04 | Merge pull request #23658 from Eoin-ONeill-Yokai/rich-text-plus | Rémi Verschelde |
2019-09-04 | Add overriden properties to the documentation | Bojidar Marinov |
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp |
2019-09-04 | Add call_recursive method to TreeItem | lupoDharkael |
2019-09-03 | Update RichTextLabel to support real time effects and custom BBCodes. | Eoin O'Neill |
2019-09-03 | Change minimum size when theme changed | Bhupendra Aole |
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde |
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast |
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde |
2019-09-03 | Merge pull request #31507 from YeldhamDev/button_icon_expand | Rémi Verschelde |
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde |
2019-09-02 | Merge pull request #31889 from Calinou/gradient-editor-add-snapping | Rémi Verschelde |
2019-09-02 | Fix editor infinit loop in search_prev | amakarenko |
2019-09-02 | Implement snapping in the Gradient editor | Hugo Locurcio |
2019-09-02 | Fix multiline texts not updating its contents correctly in the inspector | Michael Alexsander Silva Dias |
2019-09-01 | Ignore size of hidden scrollbars in ScrollContainer | Tomasz Chabora |
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 |
2019-08-31 | Merge pull request #31828 from Paulb23/minimap_drag_less_then_control | Rémi Verschelde |
2019-08-31 | Merge pull request #31825 from fstiewitz/viewport-container-input | Rémi Verschelde |
2019-08-31 | Fix minimap drag when height is less then control size | Paulb23 |
2019-08-31 | process unhandled input in ViewportContainer | Fabian Stiewitz |
2019-08-31 | Default ColorPicker color mode setting | Bhupendra Aole |
2019-08-30 | Merge pull request #31803 from KoBeWi/minicursor | Rémi Verschelde |
2019-08-30 | Merge pull request #31797 from KoBeWi/release_the_lookup | Rémi Verschelde |
2019-08-30 | Don't change cursor when minimap is disabled | Tomasz Chabora |
2019-08-30 | Merge pull request #31796 from Chaosus/fix_icons | Rémi Verschelde |
2019-08-30 | Perform symbol lookup on button release | Tomasz Chabora |
2019-08-30 | Merge pull request #31792 from Calinou/spinbox-expression-ignore-prefix-suffix | Rémi Verschelde |
2019-08-30 | Fixed GraphEdit header icons to make them update when theme is changed | Chaosus89 |
2019-08-30 | Merge pull request #30927 from mahubu/console-multi-selection-cursor | Rémi Verschelde |
2019-08-30 | Ignore the prefix and suffix in the SpinBox expression | Hugo Locurcio |
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde |
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use hi... | azagaya |
2019-08-29 | Calculate the SpinBox value using the Expression class | Hugo Locurcio |
2019-08-29 | Add feature to Button to make its icon expand/shrink with the button's size | Michael Alexsander Silva Dias |
2019-08-28 | Fix wrong offset in Button when alignment is set to left | Michael Alexsander Silva Dias |
2019-08-28 | Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-type | Rémi Verschelde |
2019-08-26 | Fix Multiline texts not updating correcly inside arrays | Michael Alexsander Silva Dias |
2019-08-26 | Fix return type of Control::get_drag_data in API json | toasteater |
2019-08-25 | Merge pull request #31496 from nekomatata/fix-text-edit-insert-selection | Rémi Verschelde |
2019-08-25 | Merge pull request #31654 from Paulb23/minimap_fixes | Rémi Verschelde |
2019-08-25 | Refactor TextEdit control height calculations | Paulb23 |
2019-08-25 | Update TextEdit selection & cursor when inserting line | PouleyKetchoupp |
2019-08-25 | Minimap scroll now acts similar to scrollbar | Paulb23 |