summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2021-09-23Merge pull request #51920 from ↵Rémi Verschelde
jmb462/missing-sname-macro-optimization-in-some-functions
2021-09-21Added option for spinbox to update it's value on line edit 'text_changed' ↵Eric M
rather than 'text_entered'
2021-09-21Add flag to connected grapheme. Apply RTL displacement FX only to the whole ↵bruvzg
connected grapheme. Pass more glyph info to the custom RTL FX.
2021-09-21Fix RTL layout Label text, VBox child, 3D node editor controls, and popup ↵bruvzg
menu alignment.
2021-09-20Merge pull request #52519 from e8newallm/52497-Remove_Unused_VariableRémi Verschelde
Removed unused Ref<Font> font variables
2021-09-20Merge pull request #52848 from Paulb23/code-edit-testsRémi Verschelde
2021-09-20Change completion prefixes to single char and unnecessary ui_cancel accept_eventPaulb23
2021-09-20Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` ↵bruvzg
methods.
2021-09-17Merge pull request #49376 from menip/OptionButtonFixRémi Verschelde
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002
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-15Merge pull request #52672 from KoBeWi/GraphErrorRémi Verschelde
Fix error when moving graph node
2021-09-15Merge pull request #52313 from groud/cache_tree_item_sizeRémi Verschelde
2021-09-14Merge pull request #52353 from williamd67/documentation-view-scroll-to-endRémi Verschelde
Documentation view scroll to end
2021-09-14Merge pull request #52583 from e8newallm/52360Rémi Verschelde
Removed updates that caused unnecessary window updates
2021-09-14Fix error when moving graph nodekobewi
2021-09-14Merge pull request #52185 from Paulb23/nested-complex-opsRémi Verschelde
Allow nested complex ops in TextEdit
2021-09-13Removed updates that caused unnecessary window updatesMatthew Newall
2021-09-13Merge pull request #52443 from Paulb23/code-edit-indext-fixesRémi Verschelde
Fix brace placement with space auto indent
2021-09-13Merge pull request #52346 from Paulb23/string-tracking-fixesRémi Verschelde
Fix getting deliminator start over empty lines and blank start keys
2021-09-13Merge pull request #52517 from Paulb23/block-comment-foldingRémi Verschelde
Fix block deliminator not-folding at end of file
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Fix error when click edge of the tree iconTomasz Chabora
2021-09-13Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio
Added increment_pressed and decrement_pressed icons to scrollbars
2021-09-13Merge pull request #52012 from bruvzg/fix_label_outlineRémi Verschelde
2021-09-09Merge pull request #51158 from YeldhamDev/potgen_enhancementsJuan Linietsky
Make some enhancements to the POT generation
2021-09-09Removed unused Ref<Font> font variablesMatthew Newall
2021-09-09Fix block deliminator not-folding at end of filePaulb23
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
Optimise TextEdit get line height and width
2021-09-07Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menuMax Hilbrunner
RichTextLabel returns member (Array) for custom effects for Editor
2021-09-07Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0Max Hilbrunner
LinkButton's text now is automatically translated
2021-09-07Merge pull request #52339 from jmb462/fix-fold-function-with-comment-failMax Hilbrunner
Fix wrong folding behaviour of last block if containing comment
2021-09-07Merge pull request #52359 from williamd67/fix-autocomplete-mergeMax Hilbrunner
Fix incorrectly removing two characters by auto brace
2021-09-07Merge pull request #52436 from ↵Max Hilbrunner
daniel-mcclintock/fix-out-of-bounds-completion-crash Fix crash during completion lookback
2021-09-07Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40Gilles Roudière
Bind TabContainer::get_tab_idx_at_point() to ClassDB
2021-09-06Fix brace placement with space auto indentPaulb23
2021-09-06Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedbackGilles Roudière
Add visual feedback when hovering or dragging the code minimap grabber
2021-09-06Fix crash during completion lookbackdaniel-mcclintock
2021-09-05Prevent editing properties managed by parent containerAwkor
2021-09-05Fix comment causes content of folded methods to not hidejmb462
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-09-04Add visual feedback when hovering or dragging the code minimap grabberHugo Locurcio
This makes it more obvious that the minimap grabber can be dragged to scroll.
2021-09-03Fix incorrectly removing two characters by auto braceWilliam 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-02Fix documentation viewer to scroll to endWilliam Deurwaarder
Extra `line separation` height was not taken into account when the offset for the different paragraphs (lines) was calculated.
2021-09-02Fix getting deliminator start over empty lines and blank start keysPaulb23
2021-09-02Make some enhancements to the POT generationMichael Alexsander
2021-09-01Add CodeEdit breakpoint unit testsPaulb23
2021-09-01Cache TreeItem minimum size for performance.Gilles Roudière
2021-09-01Merge pull request #38722 from KoBeWi/propositionGilles Roudière
Add offset for TextureProgress progress texture
2021-09-01Add offset for TextureProgress progress texturekobewi
2021-09-01TabContainer Fix drawing current tab when it's disabledkleonc