Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify make dir and duplicate dialogs | kobewi | 2024-10-02 | 1 | -1/+1 |
| | |||||
* | Fix folder colors not present in editor dir dialog | Muller-Castro | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Improve EditorDirDialog | Haoyu Qiu | 2023-12-25 | 1 | -8/+7 |
| | | | | | | | | | * Automatically selects the newly created directory * Automatically selects "res://" when nothing is selected * Fixes an error when overwrite/replace dialog appears * Changes "copy checkbox + action button" to "copy button + move button" * Double clicking a directory (un)collapses it instead of copy/move * Uses DirectoryCreateDialog for "Create Folder" | ||||
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+78 |
Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes. |