summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-0/+1
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+3
|\|
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-1/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add filename filter field to FileDialogvPumpking2024-10-041-0/+16
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
* Add PropertyListHelper in all simple caseskobewi2024-04-111-3/+10
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-0/+1
* Add create folder iconAdam Scott2024-02-261-0/+1
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-1/+35
* [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-1/+1
* [FileDialog] Make set_visible compatible with native dialogs.bruvzg2023-09-301-0/+1
* Hide the `dialog_text` property from `FileDialog`Yuri Sizov2023-09-111-0/+1
* Register theme properties with ThemeDBYuri Sizov2023-09-111-3/+1
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+8
* Defer invalidation on FileDialog nodesMichael Alexsander2023-03-251-1/+3
* Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov2023-02-171-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-3/+3
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-1/+20
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Add root_subfolder to FileDialogkobewi2022-06-281-0/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-25/+25
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+0
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-1/+1
* Create function focus_file_textGer Hean2022-01-121-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Documentation search fixesGregory Basile2021-06-161-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg2021-03-231-0/+10
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename unselect to deselectMarcel Admiraal2020-12-211-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-0/+1
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Removed reduntant class LineEditFileChooser.unknown2020-04-051-21/+0
* Remove redundant vbx variable in FileDialogunknown2020-04-041-1/+0
* Working multiple window support, including editorJuan Linietsky2020-03-261-10/+13
* Improve UX of drive lettersPedro J. Estébanez2020-03-031-0/+2
* Texture refactorJuan Linietsky2020-02-111-1/+1