summaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-01Add dumb and manual theme caching systems to WindowYuri Sizov
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-06-28Add root_subfolder to FileDialogkobewi
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-01-24[Windows] Add support for handling network share paths.bruvzg
2022-01-12Create function focus_file_textGer Hean
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-06-16Documentation search fixesGregory Basile
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-03-23FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-05Removed reduntant class LineEditFileChooser.unknown
2020-04-04Remove redundant vbx variable in FileDialogunknown
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-29Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-06-28Auto-change file extension in EditorFileDialog when filter changesChaosus
2019-06-10Add toggle for hidden file visibility in FileDialogMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-20Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed ...Alexander Holland
2018-02-20Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-03Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff
2017-11-24A few small adjustments to file dialogs:Dmitry Koteroff
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky