summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add filename filter field to FileDialogvPumpking2024-10-041-10/+138
* Fix FileDialog default sizeGiganzo2024-09-171-0/+1
* Fix native file dialog showing on loading project in editor.bruvzg2024-09-121-1/+2
* Merge pull request #95983 from bruvzg/win_fd_opt_fixRémi Verschelde2024-09-041-1/+2
|\
| * [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-08-231-1/+2
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
|/
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-3/+3
* Fix native file dialogs being shown on `set_visible(false)`Anni Ryynänen2024-06-091-1/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Expose is_part_of_edited_scene()kobewi2024-04-261-1/+1
* Add PropertyListHelper in all simple caseskobewi2024-04-111-46/+9
* Fix built-in `FileDialog` appearing instead of the native one on some casesMichael Alexsander2024-04-061-0/+26
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-63/+64
* [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-2/+2
* Correct FileDialog Theme overridesAlistair Leslie-Hughes2024-03-241-4/+4
* Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-2/+2
* Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+21
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-31/+31
* Add create folder iconAdam Scott2024-02-261-1/+11
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-8/+274
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+10
* Merge pull request #81034 from garychia/open_folderRémi Verschelde2023-10-101-1/+1
|\
| * Avoid selecting the first item automatically in Open Folder ModeChia-Hsiang Cheng2023-08-271-1/+1
* | Merge pull request #82743 from bruvzg/fd_no_editorRémi Verschelde2023-10-041-0/+13
|\ \
| * | [File Dialog] Do not open native file dialogs in the edited scene.bruvzg2023-10-031-0/+13
* | | [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-1/+2
|/ /
* | [FileDialog] Make set_visible compatible with native dialogs.bruvzg2023-09-301-0/+10
* | Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-5/+5
* | Hide the `dialog_text` property from `FileDialog`Yuri Sizov2023-09-111-0/+7
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-22/+19
|/
* [Windows] Implement native file selection dialog support.bruvzg2023-07-181-5/+5
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+43
* Update FileDialog button activity when file_mode is changed.HolonProduction2023-07-081-0/+2
* Defer invalidation on FileDialog nodesMichael Alexsander2023-03-251-8/+17
* Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov2023-02-171-1/+0
* Prevent saving files with no name and only an extension.Nong Van Tinh2023-02-171-4/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix file dialog crash on forward click when history is empty.bruvzg2023-01-031-1/+1
* Remove auto selecting the first file for FileDialog with Save file mode selectedDawid Marzec2022-11-131-2/+5
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-4/+6
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* Fix file list in FileDialog not updating on first runRindbee2022-09-071-4/+2
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-6/+6
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-49/+58
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-8/+8