Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-17 | Merge pull request #49376 from menip/OptionButtonFix | Rémi Verschelde | |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 | |
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text | |||
2021-09-15 | Merge pull request #52672 from KoBeWi/GraphError | Rémi Verschelde | |
Fix error when moving graph node | |||
2021-09-15 | Merge pull request #52313 from groud/cache_tree_item_size | Rémi Verschelde | |
2021-09-14 | Merge pull request #52353 from williamd67/documentation-view-scroll-to-end | Rémi Verschelde | |
Documentation view scroll to end | |||
2021-09-14 | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde | |
Removed updates that caused unnecessary window updates | |||
2021-09-14 | Fix error when moving graph node | kobewi | |
2021-09-14 | Merge pull request #52185 from Paulb23/nested-complex-ops | Rémi Verschelde | |
Allow nested complex ops in TextEdit | |||
2021-09-13 | Removed updates that caused unnecessary window updates | Matthew Newall | |
2021-09-13 | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde | |
Fix brace placement with space auto indent | |||
2021-09-13 | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde | |
Fix getting deliminator start over empty lines and blank start keys | |||
2021-09-13 | Merge pull request #52517 from Paulb23/block-comment-folding | Rémi Verschelde | |
Fix block deliminator not-folding at end of file | |||
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde | |
2021-09-13 | Fix error when click edge of the tree icon | Tomasz Chabora | |
2021-09-13 | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | |
Added increment_pressed and decrement_pressed icons to scrollbars | |||
2021-09-13 | Merge pull request #52012 from bruvzg/fix_label_outline | Rémi Verschelde | |
2021-09-09 | Merge pull request #51158 from YeldhamDev/potgen_enhancements | Juan Linietsky | |
Make some enhancements to the POT generation | |||
2021-09-09 | Fix block deliminator not-folding at end of file | Paulb23 | |
2021-09-08 | Merge pull request #52106 from Paulb23/text-edit-optimisation | Gilles Roudière | |
Optimise TextEdit get line height and width | |||
2021-09-07 | Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu | Max Hilbrunner | |
RichTextLabel returns member (Array) for custom effects for Editor | |||
2021-09-07 | Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0 | Max Hilbrunner | |
LinkButton's text now is automatically translated | |||
2021-09-07 | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner | |
Fix wrong folding behaviour of last block if containing comment | |||
2021-09-07 | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner | |
Fix incorrectly removing two characters by auto brace | |||
2021-09-07 | Merge pull request #52436 from ↵ | Max Hilbrunner | |
daniel-mcclintock/fix-out-of-bounds-completion-crash Fix crash during completion lookback | |||
2021-09-07 | Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40 | Gilles Roudière | |
Bind TabContainer::get_tab_idx_at_point() to ClassDB | |||
2021-09-06 | Fix brace placement with space auto indent | Paulb23 | |
2021-09-06 | Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedback | Gilles Roudière | |
Add visual feedback when hovering or dragging the code minimap grabber | |||
2021-09-06 | Fix crash during completion lookback | daniel-mcclintock | |
2021-09-05 | Prevent editing properties managed by parent container | Awkor | |
2021-09-05 | Fix comment causes content of folded methods to not hide | jmb462 | |
2021-09-05 | Apply set_read_only() to child classes of EditorProperty elements | Silc 'Tokage' Renew | |
2021-09-04 | Add visual feedback when hovering or dragging the code minimap grabber | Hugo Locurcio | |
This makes it more obvious that the minimap grabber can be dragged to scroll. | |||
2021-09-03 | Fix incorrectly removing two characters by auto brace | William Deurwaarder | |
In some situations when there were no braces auto brace still removed two characters. This has been fixed by adding a test that a brace is found. | |||
2021-09-02 | Fix documentation viewer to scroll to end | William Deurwaarder | |
Extra `line separation` height was not taken into account when the offset for the different paragraphs (lines) was calculated. | |||
2021-09-02 | Fix getting deliminator start over empty lines and blank start keys | Paulb23 | |
2021-09-02 | Make some enhancements to the POT generation | Michael Alexsander | |
2021-09-01 | Add CodeEdit breakpoint unit tests | Paulb23 | |
2021-09-01 | Cache TreeItem minimum size for performance. | Gilles Roudière | |
2021-09-01 | Merge pull request #38722 from KoBeWi/proposition | Gilles Roudière | |
Add offset for TextureProgress progress texture | |||
2021-09-01 | Add offset for TextureProgress progress texture | kobewi | |
2021-09-01 | TabContainer Fix drawing current tab when it's disabled | kleonc | |
2021-08-30 | Make Color Picker, Menu Button, Option Button consider camera position scale ↵ | menip | |
for popup position. | |||
2021-08-29 | Merge pull request #30391 from KoBeWi/hiding_children | Juan Linietsky | |
Add support for internal nodes | |||
2021-08-29 | Bind TabContainer::get_tab_idx_at_point() to ClassDB | nobuyuki_nyuu | |
2021-08-28 | Merge pull request #51906 from requizm/fix/49077 | Michael Alexsander | |
Fix tooltips don't appear for PopupMenus | |||
2021-08-28 | Allow nested complex ops in TextEdit | Paulb23 | |
2021-08-28 | Optimise TextEdit get height and width | Paulb23 | |
2021-08-28 | Add support for internal nodes | kobewi | |
2021-08-27 | LinkButton's text now is automatically translated | LeaoLuciano | |
2021-08-27 | Merge pull request #52096 from kleonc/tree-item-drag-drop-drawing | Max Hilbrunner | |
Tree Fix line rendering when drag and dropping TreeItem |