summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | | | Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+4
* | | | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+4
|/ / /
* | | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* | | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-3/+3
* | | Use "enum class" for input enumsAaron Franke2021-11-121-15/+15
|/ /
* | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+1
|\ \
| * | Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+1
* | | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-1/+1
|\ \ \ | |/ / |/| |
| * | Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-1/+1
* | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* | | Fix ItemList layout (+EditorFileDialog)Hendrik Brucker2021-08-211-0/+2
|/ /
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* | Optimize StringName usagereduz2021-07-181-46/+46
* | Add header theme type variations to labelskobewi2021-07-131-4/+17
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* | Documentation search fixesGregory Basile2021-06-161-4/+4
* | Remove trailing slash from recent dir if neededPaweł Fertyk2021-06-141-0/+3
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* | 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