Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selecting | Rémi Verschelde | |
Fixed going to doc reference while selecting text | |||
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity | |||
2019-09-23 | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix | Rémi Verschelde | |
Expose LineEdit's 'right_icon' and fix icon size | |||
2019-09-23 | Merge pull request #32003 from codecustard/fix_optionbutton_not_selecting | Rémi Verschelde | |
Fixes OptionButton Not Updating Current Selection | |||
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde | |
Support menu key in TextEdit and LineEdit controls | |||
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin | |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | |
Related to #15542 | |||
2019-09-21 | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias | |
2019-09-21 | Fixed going to doc reference while selecting text | Paulb23 | |
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-20 | Merge pull request #32190 from KoBeWi/undo_redo_stuff | Rémi Verschelde | |
Fix autocompletion undo | |||
2019-09-20 | Merge pull request #32197 from YeldhamDev/fix_multiple_modals_dim | Rémi Verschelde | |
Fix editor dimming being disabled when a dialog is closed even when others are open | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-20 | Load overrides if getting style from current class | Tomasz Chabora | |
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts | Rémi Verschelde | |
Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit | |||
2019-09-19 | Fix editor dimming being disabled when a dialog is closed even when others ↵ | Michael Alexsander Silva Dias | |
are open | |||
2019-09-18 | Fix autocompletion undo | Tomasz Chabora | |
2019-09-11 | Fix Sanitization Bug | Eoin O'Neill | |
From issue #32089 -- I messed up the property hints by putting them in the wrong location. Should be working as intended now. | |||
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga | |
This PR adds the ability to enable/disable shortcut keys and selection for LineEdit/TextEdit. It also updates the context menu when you disable/enable the shortcut keys or selection. | |||
2019-09-05 | Fixes OptionButton Not Updating if Current Selection Already Selected | Emmanuel Barroga | |
When the option button's current selection is updated to a different text/icon, the selected option does not update until you unselect the option and then select it again. | |||
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 |