Age | Commit message (Expand) | Author |
2022-11-02 | Unify usage of undo_redo in editor | kobewi |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
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-08-07 | Fix axis snapping of CollisionPolygon2d's newly created vertex | Grzegorz Puławski |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-03-13 | Merge pull request #57436 from AnilBK/change-scopes | Rémi Verschelde |
2022-02-16 | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte |
2022-02-14 | Remove most EditorNode constructor parameters and fields | trollodel |
2022-02-12 | Merge pull request #57994 from jmb462/polygon2d-handles | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-11 | Hide Polygon2D lines and handles when node is not visible in tree. | Jean-Michel Bernard |
2022-02-10 | Code quality cleanup for some variable scopes. | Anilforextra |
2022-01-29 | Fix theme application in various curve editors | Yuri Sizov |
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-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-08-23 | Rename polygon editor settings for better display in the Editor Settings | Hugo Locurcio |
2021-08-14 | Use get_global_* functions instead of using transforms. | Anilforextra |
2021-07-18 | Optimize StringName usage | reduz |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-12 | Update viewport after Polygon2D deselected | mujpao |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-09-04 | Make PosVertex to Vertex slicing explicit. | Marcel Admiraal |
2020-06-25 | Fix accidental duplication of Polygon2D start point | Maganty Rushyendra |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky |