index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
file_dialog.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-01
Add dumb and manual theme caching systems to Window
Yuri Sizov
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-09
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-06-28
Add root_subfolder to FileDialog
kobewi
2022-04-11
Make 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-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-01-24
[Windows] Add support for handling network share paths.
bruvzg
2022-01-12
Create function focus_file_text
Ger Hean
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-06-16
Documentation search fixes
Gregory Basile
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-03-23
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
bruvzg
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-21
Rename unselect to deselect
Marcel Admiraal
2020-07-14
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-05
Removed reduntant class LineEditFileChooser.
unknown
2020-04-04
Remove redundant vbx variable in FileDialog
unknown
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-29
Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...
MCrafterzz
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-06-28
Auto-change file extension in EditorFileDialog when filter changes
Chaosus
2019-06-10
Add toggle for hidden file visibility in FileDialog
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-20
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed ...
Alexander Holland
2018-02-20
Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...
Michael Alexsander Silva Dias
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-03
Added "mode_overrides_title" property to FileDialog.
Michael Alexsander Silva Dias
2017-11-27
Some improvements to file/dir open/save dialogs:
Dmitry Koteroff
2017-11-24
A few small adjustments to file dialogs:
Dmitry Koteroff
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
[next]