Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | Bug Fix 31973 Type Hint Error | Eoin O'Neill | |
Fixed a bug introduced in my previous PR involving CharFXTransform not allowing the use of type hinting. Should now work properly. This should also help with Godot Mono issues... | |||
2019-09-04 | Merge pull request #23658 from Eoin-ONeill-Yokai/rich-text-plus | Rémi Verschelde | |
RichTextLabel - New Real Time Text Effects and Custom BBCode Extensions | |||
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp | |
2019-09-03 | Update RichTextLabel to support real time effects and custom BBCodes. | Eoin O'Neill | |
Added a new ItemFX type to RichTextLabel which supports dynamic text effects. RichTextEffect Resource Type was added which can be extended for more real time text effects. | |||
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde | |
Timer and Tween check if they are in SceneTree when starting | |||
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast | |
Tween now throws error and doesnt even execute. | |||
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde | |
Fix get_meta error and visual bug when editing scene with keyboard | |||
2019-09-03 | Merge pull request #31507 from YeldhamDev/button_icon_expand | Rémi Verschelde | |
Add feature to Button to make its icon expand/shrink with the button's size | |||
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
2019-09-02 | Merge pull request #31889 from Calinou/gradient-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Gradient editor | |||
2019-09-02 | Fix editor infinit loop in search_prev | amakarenko | |
Fixes godotengine#31328 | |||
2019-09-02 | Implement snapping in the Gradient editor | Hugo Locurcio | |
Holding Ctrl will snap the selected point's position by increments of 0.1. Holding Ctrl + Shift will snap by increments of 0.025 instead. The previous behavior is preserved when holding just Shift (snapping to other gradient points). | |||
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 | |
Fix minimap drag when height is less then control size | |||
2019-08-31 | Merge pull request #31825 from fstiewitz/viewport-container-input | Rémi Verschelde | |
Fix object picking inside ViewportContainers | |||
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 | |
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754 | |||
2019-08-30 | Merge pull request #31803 from KoBeWi/minicursor | Rémi Verschelde | |
Don't change cursor when minimap is disabled | |||
2019-08-30 | Merge pull request #31797 from KoBeWi/release_the_lookup | Rémi Verschelde | |
Perform symbol lookup on button release | |||
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 | |
Fixed GraphEdit header icons to make them update when theme is changed | |||
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 | |
Ignore the prefix and suffix in the SpinBox expression | |||
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 | |
Change cursor to multi-selection cursor when selecting text in RichTextLabel | |||
2019-08-30 | Ignore the prefix and suffix in the SpinBox expression | Hugo Locurcio | |
This fixes a regression caused by 86a31e9e385c7909a0cdd24a5ee790c3dca03b98. | |||
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde | |
Use also invisible tabs to calculate minimum size of tab container | |||
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use ↵ | azagaya | |
hidden tabs for min size computation. | |||
2019-08-29 | Calculate the SpinBox value using the Expression class | Hugo Locurcio | |
This closes #31780. | |||
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 | |
Fix the return type of NativeScript::new in API json | |||
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 | |
Control::get_drag_data is a virtual method that returns Variant, but have the Object type in its MethodInfo. This changes the MethodInfo of Control::get_drag_data | |||
2019-08-25 | Merge pull request #31496 from nekomatata/fix-text-edit-insert-selection | Rémi Verschelde | |
Update TextEdit selection when inserting line | |||
2019-08-25 | Merge pull request #31654 from Paulb23/minimap_fixes | Rémi Verschelde | |
Viewport highlight, colour cache and minimap scrolling fixes. | |||
2019-08-25 | Refactor TextEdit control height calculations | Paulb23 | |
2019-08-25 | Update TextEdit selection & cursor when inserting line | PouleyKetchoupp | |
Fixes #31458 | |||
2019-08-25 | Minimap scroll now acts similar to scrollbar | Paulb23 | |
2019-08-25 | Merge pull request #31628 from merumelu/treeitem-icon-modulate | Rémi Verschelde | |
Tree: fix and expose icon modulation | |||
2019-08-25 | Disallow undo/redo in readonly TextEdit's | Yuri Roubinski | |
2019-08-24 | Tree: fix and expose icon modulation | merumelu | |
2019-08-24 | Fixed syntax highlighting cache not clearing final line | Paulb23 | |
2019-08-24 | Adjust viewport colour based on background colour | Paulb23 | |
2019-08-23 | Merge pull request #30398 from tomasantunes/master2 | Rémi Verschelde | |
Increase color preset slots | |||
2019-08-23 | Merge pull request #31575 from creikey/increase-anchor-precision | Rémi Verschelde | |
Increase control node's anchor precision | |||
2019-08-22 | Fix minimap mouse click resolving to -1 | Paulb23 | |