| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+1 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -5/+5 |
* | refactor sync in AnimationTree | Silc Renew | 2022-07-16 | 1 | -1/+11 |
* | Use antialiasing for line drawing in the AnimationTree editor | Hugo Locurcio | 2022-07-02 | 1 | -17/+17 |
* | Removes start/end states from menus | Guilherme Felipe de C. G. da Silva | 2022-06-04 | 1 | -1/+1 |
* | Add missing i18n to various strings | Haoyu Qiu | 2022-03-07 | 1 | -1/+1 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -40/+43 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+2 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -3/+3 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -3/+3 |
* | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -1/+1 |
* | Use List Initializations for Vectors. | Anilforextra | 2022-01-12 | 1 | -4/+5 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -1/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -7/+7 |
* | Use functions defined in the their classes. | Anilforextra | 2021-09-29 | 1 | -10/+5 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -3/+3 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -8/+8 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -23/+23 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -3/+3 |
* | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal | 2021-04-17 | 1 | -2/+2 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -6/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename Math::stepify to snapped | Marcel Admiraal | 2020-12-28 | 1 | -10/+10 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -2/+3 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -7/+14 |
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | 2020-05-27 | 1 | -2/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -7/+14 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -34/+0 |
* | thirdparty: Cleanup after #38386, document provenance and copyright | Rémi Verschelde | 2020-05-11 | 1 | -1/+1 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -23/+23 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -1/+1 |
|\ |
|
| * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+1 |
* | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -44/+26 |
|/ |
|
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -26/+26 |
* | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |