index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
file_dialog.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-0
/
+1
|
\
|
*
Use processed filter list for native dialogs.
Pāvels Nadtočajevs
2024-11-15
1
-0
/
+1
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+3
|
\
|
|
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-1
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add filename filter field to FileDialog
vPumpking
2024-10-04
1
-0
/
+16
*
Automatically use property count in PropertyListHelper
kobewi
2024-05-25
1
-1
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-3
/
+10
*
[Native File Dialog] Add support for using native dialogs in the editor.
bruvzg
2024-03-28
1
-0
/
+1
*
Add create folder icon
Adam Scott
2024-02-26
1
-0
/
+1
*
[Native File Dialog] Add support for adding custom options to the dialogs.
bruvzg
2024-01-24
1
-1
/
+35
*
[Native File Dialogs] Improve filter list handling, add selected filter to th...
bruvzg
2023-10-03
1
-1
/
+1
*
[FileDialog] Make set_visible compatible with native dialogs.
bruvzg
2023-09-30
1
-0
/
+1
*
Hide the `dialog_text` property from `FileDialog`
Yuri Sizov
2023-09-11
1
-0
/
+1
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-3
/
+1
*
[macOS] Implement optional native file selection dialog support for sandboxed...
bruvzg
2023-07-12
1
-0
/
+8
*
Defer invalidation on FileDialog nodes
Michael Alexsander
2023-03-25
1
-1
/
+3
*
Add a custom icon for the `project.godot` file in the EditorFileDialog
Yuri Sizov
2023-02-17
1
-1
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-3
/
+3
*
Add dumb and manual theme caching systems to Window
Yuri Sizov
2022-09-01
1
-1
/
+20
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+2
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+0
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-1
/
+1
*
Add root_subfolder to FileDialog
kobewi
2022-06-28
1
-0
/
+6
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-25
/
+25
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-1
/
+0
*
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-1
/
+1
*
Create function focus_file_text
Ger Hean
2022-01-12
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
bruvzg
2021-03-23
1
-0
/
+10
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-1
/
+1
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-0
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-1
/
+1
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-4
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Removed reduntant class LineEditFileChooser.
unknown
2020-04-05
1
-21
/
+0
*
Remove redundant vbx variable in FileDialog
unknown
2020-04-04
1
-1
/
+0
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-10
/
+13
*
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
1
-0
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
[next]