summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* trims_whitespaces_when_creating_folder_windowsPop0p2021-03-131-2/+2
* Merge pull request #38994 from nikibobi/fix-file-dialog-favoriteRémi Verschelde2021-02-191-1/+0
|\
| * fix file dialog filename cleared when selecting favoritesBorislav Kosharov2020-05-241-1/+0
* | Merge pull request #42779 from volzhs/editor-file-dialogRémi Verschelde2021-01-031-11/+23
|\ \
| * | Enhance editor file dialogvolzhs2021-01-021-11/+23
* | | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | | Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-4/+4
|\ \ \
| * | | Rename unselect to deselectMarcel Admiraal2020-12-211-4/+4
* | | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
|/ / /
* | | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-16/+16
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+18
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/ /
* | Update the setting when clicking Show hidden filesTomasz Chabora2020-10-061-5/+8
* | Updated getters and setters names for toplevelDuroxxigar2020-10-021-1/+1
* | Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-281-1/+1
* | Small naming and tooltip tweaksMichael Alexsander2020-07-231-1/+1
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-0/+4
* | Change how default fonts are created, fixes #39235Juan Linietsky2020-07-031-1/+1
* | Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-10/+20
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+86
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-106/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37592 from Anutrix/dissolving_classRémi Verschelde2020-04-071-39/+0
|\
| * Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown2020-04-051-39/+0
* | Fixes leaks when running editorqarmin2020-04-061-0/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-39/+39
* Working multiple window support, including editorJuan Linietsky2020-03-261-102/+102
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Merge pull request #36069 from RandomShaper/imvu/improve_drives_uxRémi Verschelde2020-03-041-4/+18
|\
| * Improve UX of drive lettersPedro J. Estébanez2020-03-031-4/+18
* | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialogRémi Verschelde2020-03-041-1/+1
|\ \
| * | Take correct part of extension with File DialogDominik 'dreamsComeTrue' Jasiński2020-03-011-1/+1
| |/
* / Double click on a folder didn't open it (editor)Gil Arasa Verge2020-03-031-0/+1
|/
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-59/+31
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-31/+31
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Texture refactorJuan Linietsky2020-02-111-11/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed issues with using a relative path in the export window.Catchawink2019-12-161-0/+2
* Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander2019-12-061-2/+2
* Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander2019-12-061-3/+3
* Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde2019-10-291-6/+12
|\
| * Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz2019-10-291-6/+12
* | Scroll back to the top after opening a directory in FileDialogHugo Locurcio2019-10-241-0/+3
|/
* Create new folder from save dialog now update filesystem dock.dankan18902019-09-261-1/+2
* Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-3/+3