summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2022-02-08Merge pull request #57692 from YeldhamDev/popping_optionsRémi Verschelde
2022-02-08Merge pull request #40140 from hinlopen/tree-scroll-centerRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-07Fix theming for floating window docksMichael Alexsander
2022-02-07Merge pull request #57725 from jmb462/missing-sname-theme-settersRémi Verschelde
2022-02-06Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d...Michael Alexsander
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06Merge pull request #57721 from YeldhamDev/separate_from_separatorsRémi Verschelde
2022-02-06Better handle icons and checkboxes with separators in `PopupMenu`Michael Alexsander
2022-02-06Enhancements and fixes for `OptionButton` and `PopupMenu`Michael Alexsander
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-02-05Add shortcut_cell double click functionalityGer Hean
2022-02-05Center when scrolling to tree item.Stijn Hinlopen
2022-02-05Rework TextureButton stretchkobewi
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03Merge pull request #56992 from YeldhamDev/smarter_popmenu_focusRémi Verschelde
2022-02-03Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ...bruvzg
2022-02-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière
2022-02-03Merge pull request #57517 from groud/viewport_expose_gui_focusRémi Verschelde
2022-02-02[TextServer] Add function to change font, font size, and OpenType features wi...bruvzg
2022-02-01Exposes gui_release_focus and gui_get_focus_owner to ViewportGilles Roudière
2022-02-01Merge pull request #57358 from akien-mga/signal-bindings-objectRémi Verschelde
2022-02-01Merge pull request #57355 from akien-mga/method-bindings-clearer-typesRémi Verschelde
2022-01-31Merge pull request #56970 from YeldhamDev/rise_tabbar_riseRémi Verschelde
2022-01-31Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander
2022-01-31Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fixRémi Verschelde
2022-01-31Merge pull request #57276 from IgorKordiukiewicz/fix-auto-brace-complete-wrap...Rémi Verschelde
2022-01-31Merge pull request #57462 from mashumafi/master-fix-button-icon-alpha3Rémi Verschelde
2022-01-31Merge pull request #57456 from Paulb23/placeholder-colorRémi Verschelde
2022-01-31Revert "Fix control node transform animation jitter with pivot offset"bruvzg
2022-01-30Fix button icon_color_disabled alpha channelmashumafi
2022-01-30Move placeholder color to theme itemPaulb23
2022-01-30With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz
2022-01-29TextureButton Fix logic for drawing only the focus texturekleonc
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-28Make various improvements to OptionButtoneikobear
2022-01-28Improve some signal bindings to use specific `Object` subtypesRémi Verschelde
2022-01-28Improve some method bindings to use specific `Object` subtypesRémi Verschelde
2022-01-28Merge pull request #57344 from bruvzg/rtl_fix_tab_offsetRémi Verschelde
2022-01-28Fix RTL table offset, if indent is set.bruvzg
2022-01-28Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde
2022-01-28[RTL] Fix calculation of the last line height.bruvzg
2022-01-27Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde
2022-01-27[RTL] Fix min. height calculation when fit_content_height is enabled.bruvzg
2022-01-27Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-26Fix RichTextLabel [ol type=1] tag closing.bruvzg
2022-01-25Fix TextEdit placeholder not checking line countPaulb23