Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |
2019-08-22 | Increase control node's anchor precision | Cameron Reikes | |
2019-08-21 | Add minimap to text_edit | Paulb23 | |
2019-08-21 | Add syntax highlighting cache | Paulb23 | |
2019-08-21 | Rename FileDialog's folder icon custom color to `folder_icon_modulate` | Hugo Locurcio | |
The custom color introduced in be8d569744e4eed9acb313d355d96e6989e92087 had the same name as the "folder" icon, which could cause conflicts in the generated documentation. The new name is also more self-explanatory. | |||
2019-08-21 | Fix filter quotes wraped insert completion options | geequlim | |
2019-08-20 | Use a different color for folder icons in file dialogs | Hugo Locurcio | |
This makes them easier to distinguish from files for quick visual grepping. This can also be used in projects by setting the FileDialog "folder" color. The default value (`Color(1, 1, 1)`) has no visual impact, for compatibility with existing projects. | |||
2019-08-18 | Keep syntax highlighting on TextEdit in readonly mode | Michael Alexsander Silva Dias | |
2019-08-15 | Add an outline to box selection rectangles for better visibility | Hugo Locurcio | |
This also refactors selection box color definitions to avoid repetition. | |||
2019-08-15 | Fix autocompletion widget having its text leak outside | Michael Alexsander Silva Dias | |
2019-08-14 | Merge pull request #31266 from ↵ | Rémi Verschelde | |
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments | |||
2019-08-14 | Merge pull request #31267 from sparkart/fix_optionbutton_offset | Rémi Verschelde | |
Fix Offset with OptionButton Popup | |||
2019-08-14 | Exposed set_as_minsize to gdscript | Fabian | |
2019-08-13 | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde | |
Reorganize various menus for consistency and conciseness | |||
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio | |
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148. | |||
2019-08-12 | Fix Right-Click Menu Deselecting Edits Content | Emmanuel Barroga | |
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit. | |||
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu | |
2019-08-12 | Fix Offset with OptionButton Popup | Emmanuel Barroga | |
Fixes the offset issue with the OptionButton's popup. | |||
2019-08-09 | Merge pull request #31213 from KoBeWi/explain_scenes | Rémi Verschelde | |
Replace ERR_EXPLAIN in scene/* code | |||
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | |
2019-08-09 | Fix Exponential Range Graphical Error | Emmanuel Barroga | |
Fixes the Exponential Range Slider having a graphical error with less than 1 values. | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-06 | Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵ | Ken Paulson | |
editor, but wasn't used. | |||
2019-08-05 | Update WindowDialog title when translation changes | Michael Alexsander Silva Dias | |
2019-08-05 | Merge pull request #31075 from KoBeWi/right_for_acceptance | Rémi Verschelde | |
Accept also right-click event in LineEdit | |||
2019-08-04 | Accept also right-click event in LineEdit | Tomasz Chabora | |
2019-08-01 | Same method when redrawing as when theme changed | Cameron Reikes | |