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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-2
/
+2
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-2
/
+2
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-8
/
+25
|
\
|
|
*
Use processed filter list for native dialogs.
Pāvels Nadtočajevs
2024-11-15
1
-8
/
+25
|
*
Fix missing native file dialog title translation.
Pāvels Nadtočajevs
2024-11-14
1
-2
/
+2
*
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-0
/
+1
|
\
|
|
*
Disable auto translate of FileDialog's file list
Haoyu Qiu
2024-11-01
1
-0
/
+1
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-6
/
+21
|
\
|
|
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-6
/
+21
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-9
/
+9
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-9
/
+9
*
|
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
-10
/
+138
*
Fix FileDialog default size
Giganzo
2024-09-17
1
-0
/
+1
*
Fix native file dialog showing on loading project in editor.
bruvzg
2024-09-12
1
-1
/
+2
*
Merge pull request #95983 from bruvzg/win_fd_opt_fix
Rémi Verschelde
2024-09-04
1
-1
/
+2
|
\
|
*
[Windows] Emit native file dialog callback from event loop, fix selected opti...
bruvzg
2024-08-23
1
-1
/
+2
*
|
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-2
/
+2
|
/
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
Fix native file dialogs being shown on `set_visible(false)`
Anni Ryynänen
2024-06-09
1
-1
/
+3
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-5
/
+5
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Expose is_part_of_edited_scene()
kobewi
2024-04-26
1
-1
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-46
/
+9
*
Fix built-in `FileDialog` appearing instead of the native one on some cases
Michael Alexsander
2024-04-06
1
-0
/
+26
*
[Native File Dialog] Add support for using native dialogs in the editor.
bruvzg
2024-03-28
1
-63
/
+64
*
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
1
-2
/
+2
*
Correct FileDialog Theme overrides
Alistair Leslie-Hughes
2024-03-24
1
-4
/
+4
*
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-2
/
+2
*
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
Hugo Locurcio
2024-03-05
1
-0
/
+21
*
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-31
/
+31
*
Add create folder icon
Adam Scott
2024-02-26
1
-1
/
+11
*
[Native File Dialog] Add support for adding custom options to the dialogs.
bruvzg
2024-01-24
1
-8
/
+274
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+10
*
Merge pull request #81034 from garychia/open_folder
Rémi Verschelde
2023-10-10
1
-1
/
+1
|
\
|
*
Avoid selecting the first item automatically in Open Folder Mode
Chia-Hsiang Cheng
2023-08-27
1
-1
/
+1
*
|
Merge pull request #82743 from bruvzg/fd_no_editor
Rémi Verschelde
2023-10-04
1
-0
/
+13
|
\
\
|
*
|
[File Dialog] Do not open native file dialogs in the edited scene.
bruvzg
2023-10-03
1
-0
/
+13
*
|
|
[Native File Dialogs] Improve filter list handling, add selected filter to th...
bruvzg
2023-10-03
1
-1
/
+2
|
/
/
*
|
[FileDialog] Make set_visible compatible with native dialogs.
bruvzg
2023-09-30
1
-0
/
+10
*
|
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-5
/
+5
*
|
Hide the `dialog_text` property from `FileDialog`
Yuri Sizov
2023-09-11
1
-0
/
+7
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-22
/
+19
|
/
*
[Windows] Implement native file selection dialog support.
bruvzg
2023-07-18
1
-5
/
+5
*
[macOS] Implement optional native file selection dialog support for sandboxed...
bruvzg
2023-07-12
1
-0
/
+43
*
Update FileDialog button activity when file_mode is changed.
HolonProduction
2023-07-08
1
-0
/
+2
[next]