summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_file_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+3
| |
* | Fix various issues with the folder color lookupYuri Sizov2023-12-141-2/+9
| |
* | Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-3/+26
|/
* Don't remove favorite files in EditorFileDialogkobewi2023-10-181-7/+6
|
* Allow adding a custom side menu to EditorFileDialogAaron Franke2023-09-261-4/+27
|
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-10/+10
|
* Merge pull request #81226 from AThousandShips/file_diag_fixRémi Verschelde2023-09-081-2/+2
|\ | | | | | | Fix `EditorFileDialog` clears the file name on changing directory
| * Fix `EditorFileDialog` clears the file name on changing directoryA Thousand Ships2023-09-011-2/+2
| | | | | | | | Fixes issues with assigning a name for files being saved
* | Merge pull request #80821 from Alex2782/bugfix_go_up_#80750Rémi Verschelde2023-09-071-1/+1
|\ \ | | | | | | | | | Fix go to parent folder in `EditorFileDialog`
| * | Fix go to parent folder in EditorFileDialogAlexander Hartmann2023-09-061-1/+1
| | |
* | | Add EditorStringNames singletonkobewi2023-09-031-29/+29
| |/ |/|
* | Streamline the project import workflowIgor2023-08-291-3/+10
|/
* Reverse condition for skipping directorieskobewi2023-07-281-1/+1
|
* Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-4/+1
|
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+1981
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.