| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework scene creation dialog | kobewi | 2022-06-21 | 1 | -2/+2 |
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -2/+2 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+1 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -8/+8 |
* | Cleanups after changes in ItemList signals | Aleksey Smirnov | 2022-05-10 | 1 | -2/+2 |
* | Changed signals of ItemList | Vitika9 | 2022-05-06 | 1 | -1/+1 |
* | Add Copy UID option to filesystem dock | kobewi | 2022-05-02 | 1 | -0/+1 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -39/+39 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -4/+4 |
* | Add "Add Script" option to project autoload settings | Yuri Roubinsky | 2022-03-12 | 1 | -0/+2 |
* | Added visual feedback when drag and dropping from scene tree to file system | Igor Kordiukiewicz | 2022-03-06 | 1 | -0/+7 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -14/+7 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -2/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+2 |
* | Store panels and docks singletons in their own classes | trollodel | 2022-01-20 | 1 | -0/+6 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Add `New Shader` option to the FileSystemDock popup menu. | Yuri Roubinsky | 2021-12-03 | 1 | -0/+2 |
* | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -4/+0 |
* | Add TextFile support across the editor | Paulb23 | 2021-09-30 | 1 | -0/+1 |
* | Merge pull request #49295 from foxydevloper/fix-focus-filter | Rémi Verschelde | 2021-06-29 | 1 | -1/+0 |
|\ |
|
| * | Fix "Filter Files" shortcut by merging duplicate functions | fox | 2021-06-03 | 1 | -1/+0 |
* | | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
|/ |
|
* | Make shortcut for focusing searchbar in filesystem dock | fox | 2021-05-13 | 1 | -0/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | FileSystemDock: List conflicting files on move | Rémi Verschelde | 2020-12-10 | 1 | -1/+1 |
* | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -2/+2 |
* | Improve file sorting | Gilles Roudière | 2020-10-26 | 1 | -5/+10 |
* | Allow sorting files by type | Gilles Roudière | 2020-10-19 | 1 | -1/+25 |
* | Modified FileSystemDock so folders can be selected for reimport. | geekrelief | 2020-08-14 | 1 | -0/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -1/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -4/+2 |
* | Expose FileSystemDock to the scripting API and fixed signals | Ignacio Etcheverry | 2020-03-18 | 1 | -2/+2 |
* | Signals: Fix some regressions from #36426 | Rémi Verschelde | 2020-03-03 | 1 | -1/+1 |
* | Signals: Make callbacks non-const, callable_mp can't handle it | Rémi Verschelde | 2020-02-23 | 1 | -1/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -3/+3 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fixes variable naming in FileSystemDock | Haoyu Qiu | 2019-12-24 | 1 | -1/+1 |
* | Unfold directories when showing in file system | Tomasz Chabora | 2019-11-21 | 1 | -2/+2 |
* | Add "Set as main scene" on context menu in FileSystem panel | volzhs | 2019-10-30 | 1 | -0/+1 |
* | Cleanup and minor changes in FileSystem Dock | Michael Alexsander Silva Dias | 2019-08-22 | 1 | -2/+1 |
* | Improvements and fixes of filesystem dock | iwek7 | 2019-08-21 | 1 | -0/+1 |
* | Allow to create scene from FileSystem dock | Tomasz Chabora | 2019-08-15 | 1 | -0/+4 |
* | Use reference to constant in functions | qarmin | 2019-07-10 | 1 | -3/+3 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
* | Fix moving and renaming files | Hein-Pieter van Braam-Stewart | 2019-06-04 | 1 | -0/+1 |
* | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | 2019-05-28 | 1 | -0/+1 |
|\ |
|
| * | Allow Right Click in Empty Space on FileSystemDock | Jeremy Bullock | 2019-04-09 | 1 | -0/+1 |
* | | Make possible to create inherited scenes via the RMB menu in the FileSystem dock | Michael Alexsander Silva Dias | 2019-05-11 | 1 | -0/+1 |
|/ |
|
* | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | 2019-04-09 | 1 | -0/+1 |
* | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -0/+4 |