| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ability to bind an unbind arguments to Callable. | reduz | 2020-10-09 | 1 | -1/+1 |
| * | Fixed renaming/moving of nodes with exported NodePaths | Marcus Brummer | 2020-09-25 | 1 | -9/+27 |
| * | Fix changing icons' colors when switch dark and light theme | booer | 2020-09-17 | 1 | -3/+7 |
| * | Fix TTR misuse | SkyJJ | 2020-07-24 | 1 | -1/+1 |
| * | Small naming and tooltip tweaks | Michael Alexsander | 2020-07-23 | 1 | -0/+1 |
| * | Remove duplicate node update call | Nehluxhes | 2020-07-21 | 1 | -4/+2 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+2 |
| * | Merge pull request #40034 from hinlopen/fix-new-node-crash | Rémi Verschelde | 2020-07-02 | 1 | -4/+8 |
| |\ |
|
| | * | Fix crash by calculating wrong size of array. | Stijn Hinlopen | 2020-07-02 | 1 | -4/+8 |
| * | | Fix some popups menu missing screen transform. | Juan Linietsky | 2020-07-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #39954 from hinlopen/delete-nodes-msg | Rémi Verschelde | 2020-07-01 | 1 | -8/+19 |
| |\ |
|
| | * | Deleting multiple nodes displays correct message. | Stijn Hinlopen | 2020-07-01 | 1 | -8/+19 |
| * | | Add Control to preferred types | Stijn Hinlopen | 2020-06-30 | 1 | -7/+12 |
| |/ |
|
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -7/+14 |
| * | Fix scene tree showing up when the root selection is present | Michael Alexsander | 2020-06-09 | 1 | -1/+3 |
| * | Prevent crash attaching a script with no languages registered | Andrii Doroshenko (Xrayez) | 2020-05-31 | 1 | -0/+5 |
| * | Keep "lock" metadata when changing a Node's type, if applicable | Michael Alexsander | 2020-05-19 | 1 | -0/+12 |
| * | Replace 'add_child_below_node' with 'add_sibling' in Node | Dominik 'dreamsComeTrue' Jasiński | 2020-05-15 | 1 | -1/+2 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -105/+207 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -150/+0 |
| * | Merge pull request #38594 from Calinou/rename-clear-script-action | Rémi Verschelde | 2020-05-11 | 1 | -22/+22 |
| |\ |
|
| | * | Rename the Clear Script editor action to Detach Script | Hugo Locurcio | 2020-05-09 | 1 | -22/+22 |
| * | | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -2/+6 |
| * | | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -4/+8 |
| |/ |
|
| * | Proper naming and ordering when Duplicate nodes | Dominik 'dreamsComeTrue' Jasiński | 2020-05-01 | 1 | -5/+8 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -3/+3 |
| * | Fix "Local" button not being pressed in the Scene dock on first run | Michael Alexsander | 2020-04-21 | 1 | -0/+1 |
| * | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -3/+3 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -28/+28 |
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
| * | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -1/+1 |
| * | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -11/+11 |
| * | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -3/+0 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -43/+44 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -30/+30 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
| * | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -1/+3 |
| * | 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 | -10/+10 |
| * | Signals: Fix some regressions from #36426 | Rémi Verschelde | 2020-03-03 | 1 | -2/+2 |
| * | Signals: Fix signals error prints for the new signal system | Mateo Dev .59 | 2020-02-28 | 1 | -2/+2 |
| * | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -3/+2 |
| * | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -73/+43 |
| * | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | 2020-02-21 | 1 | -16/+16 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -49/+49 |
| * | Fix typo/spelling: "exisiting" -> "existing" | follower | 2020-02-18 | 1 | -3/+3 |
| * | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -2/+2 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
| * | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |