Age | Commit message (Expand) | Author |
2023-02-17 | Merge pull request #68083 from atngames/master | Rémi Verschelde |
2023-01-18 | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde |
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi |
2023-01-14 | Remove set_drag_forwarding_compat() | kobewi |
2023-01-10 | Change set_drag_forwarding() to use callables. | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-16 | Added a signal connection to update buses editor on "bus_layout_changed" | ATN |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-24 | Rename queue_delete => queue_free | Marc Gilleron |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-28 | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-08-22 | Add per-scene UndoRedo | kobewi |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
2022-07-29 | Swap arguments of ResourceSaver.save() | kobewi |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde |
2022-05-21 | Add the button pressed to some signals in Tree | trollodel |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-03-05 | Make name of editor file dialog filters translatable | Haoyu Qiu |
2022-03-05 | Update audio effect icon when theme changes | Haoyu Qiu |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-01-20 | Store panels and docks singletons in their own classes | trollodel |
2022-01-13 | Fix various typos | luz paz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-07 | ScrollContainer's scrollbar visibility is now enum | kobewi |
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-07-31 | Fix theming in the audio bus editor | Yuri Sizov |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |