Age | Commit message (Expand) | Author |
2022-02-08 | Merge pull request #57692 from YeldhamDev/popping_options | Rémi Verschelde |
2022-02-08 | Merge pull request #40140 from hinlopen/tree-scroll-center | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Fix theming for floating window docks | Michael Alexsander |
2022-02-07 | Merge pull request #57725 from jmb462/missing-sname-theme-setters | Rémi Verschelde |
2022-02-06 | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d... | Michael Alexsander |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-06 | Merge pull request #57721 from YeldhamDev/separate_from_separators | Rémi Verschelde |
2022-02-06 | Better handle icons and checkboxes with separators in `PopupMenu` | Michael Alexsander |
2022-02-06 | Enhancements and fixes for `OptionButton` and `PopupMenu` | Michael Alexsander |
2022-02-06 | Add missing SNAME macro optimization in some function calls | jmb462 |
2022-02-05 | Add shortcut_cell double click functionality | Ger Hean |
2022-02-05 | Center when scrolling to tree item. | Stijn Hinlopen |
2022-02-05 | Rework TextureButton stretch | kobewi |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Merge pull request #57562 from AnilBK/string-add-contains | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-03 | Merge pull request #56992 from YeldhamDev/smarter_popmenu_focus | Rémi Verschelde |
2022-02-03 | Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ... | bruvzg |
2022-02-03 | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo... | Gilles Roudière |
2022-02-03 | Merge pull request #57517 from groud/viewport_expose_gui_focus | Rémi Verschelde |
2022-02-02 | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg |
2022-02-01 | Exposes gui_release_focus and gui_get_focus_owner to Viewport | Gilles Roudière |
2022-02-01 | Merge pull request #57358 from akien-mga/signal-bindings-object | Rémi Verschelde |
2022-02-01 | Merge pull request #57355 from akien-mga/method-bindings-clearer-types | Rémi Verschelde |
2022-01-31 | Merge pull request #56970 from YeldhamDev/rise_tabbar_rise | Rémi Verschelde |
2022-01-31 | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander |
2022-01-31 | Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fix | Rémi Verschelde |
2022-01-31 | Merge pull request #57276 from IgorKordiukiewicz/fix-auto-brace-complete-wrap... | Rémi Verschelde |
2022-01-31 | Merge pull request #57462 from mashumafi/master-fix-button-icon-alpha3 | Rémi Verschelde |
2022-01-31 | Merge pull request #57456 from Paulb23/placeholder-color | Rémi Verschelde |
2022-01-31 | Revert "Fix control node transform animation jitter with pivot offset" | bruvzg |
2022-01-30 | Fix button icon_color_disabled alpha channel | mashumafi |
2022-01-30 | Move placeholder color to theme item | Paulb23 |
2022-01-30 | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz |
2022-01-29 | TextureButton Fix logic for drawing only the focus texture | kleonc |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-28 | Make various improvements to OptionButton | eikobear |
2022-01-28 | Improve some signal bindings to use specific `Object` subtypes | Rémi Verschelde |
2022-01-28 | Improve some method bindings to use specific `Object` subtypes | Rémi Verschelde |
2022-01-28 | Merge pull request #57344 from bruvzg/rtl_fix_tab_offset | Rémi Verschelde |
2022-01-28 | Fix RTL table offset, if indent is set. | bruvzg |
2022-01-28 | Merge pull request #57116 from bruvzg/win_net_share | Rémi Verschelde |
2022-01-28 | [RTL] Fix calculation of the last line height. | bruvzg |
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde |
2022-01-27 | [RTL] Fix min. height calculation when fit_content_height is enabled. | bruvzg |
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-26 | Fix RichTextLabel [ol type=1] tag closing. | bruvzg |
2022-01-25 | Fix TextEdit placeholder not checking line count | Paulb23 |