| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -1/+1 |
* | 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 |
* | 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 | -40/+0 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -3/+3 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -14/+14 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | 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 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -42/+21 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -21/+21 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -1/+1 |
* | Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEdit | N0hbdy | 2020-01-18 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
* | Fixed function/audio/anim tracks in blend tree animation filter | PouleyKetchoupp | 2019-11-09 | 1 | -3/+36 |
* | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | 2019-09-01 | 1 | -0/+1 |
* | Fix AnimationTree editor messing up parameters when nested | Bojidar Marinov | 2019-07-11 | 1 | -3/+1 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -4/+4 |
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -2/+2 |
* | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | 2019-04-30 | 1 | -1/+1 |
|\ |
|
| * | Improve wording of various messages and make casing more consistent | Hugo Locurcio | 2019-04-21 | 1 | -1/+1 |
* | | [AnimationNodeBlendTreeEditor] Usability improvements | Guilherme Felipe | 2019-04-07 | 1 | -1/+49 |
* | | Properly handle different border widths in rounded corner aa | PouleyKetchoupp | 2019-03-19 | 1 | -1/+1 |
|/ |
|
* | Fix minimum size of ProgressBar-s | Bojidar Marinov | 2019-02-27 | 1 | -0/+1 |
* | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | 2019-02-21 | 1 | -10/+10 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -2/+2 |
* | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | 2019-01-18 | 1 | -1/+1 |
* | i18n: Sync translation template with current source | Rémi Verschelde | 2019-01-07 | 1 | -2/+2 |
* | Revert "Fix blend tree generating wrong node names" | Rémi Verschelde | 2019-01-04 | 1 | -1/+0 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix blend tree generating wrong node names | Guilherme Felipe | 2018-12-22 | 1 | -0/+1 |
* | Small fixes for the AnimationTree editor | Michael Alexsander Silva Dias | 2018-12-18 | 1 | -1/+1 |
* | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | 2018-12-17 | 1 | -1/+3 |
* | Fix titles in graph editors being invisible when headers are enabled | Michael Alexsander Silva Dias | 2018-12-16 | 1 | -17/+14 |
* | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky | 2018-11-08 | 1 | -1/+3 |
* | Merge pull request #22311 from Xrayez/fix-22037 | Juan Linietsky | 2018-11-01 | 1 | -2/+0 |
|\ |
|
| * | Fix blend tree editor updating invalid blend tree node graph | Andrii Doroshenko (Xrayez) | 2018-09-21 | 1 | -2/+0 |
* | | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde | 2018-09-27 | 1 | -13/+0 |
|/ |
|
* | Refactor editor icon retrieval | willnationsdev | 2018-09-14 | 1 | -5/+1 |
* | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | 2018-09-13 | 1 | -2/+2 |
|\ |
|
| * | Misc. typos | luz.paz | 2018-09-12 | 1 | -2/+2 |
* | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
|/ |
|