Yuri Sizov
|
4bd569be95
Replace flat buttons with flat-styled buttons with a visible pressed state
|
1 year ago |
Yuri Sizov
|
d0e26572fe
Hide the `dialog_text` property from `FileDialog`
|
2 years ago |
Yuri Sizov
|
2924bfd4d3
Register theme properties with ThemeDB
|
2 years ago |
bruvzg
|
d3ca91ad6a
[Windows] Implement native file selection dialog support.
|
2 years ago |
bruvzg
|
4790da7900
[macOS] Implement optional native file selection dialog support for sandboxed apps.
|
4 years ago |
HolonProduction
|
cfac7c9a9a
Update FileDialog button activity when file_mode is changed.
|
2 years ago |
Michael Alexsander
|
fc3d9d9d46
Defer invalidation on FileDialog nodes
|
2 years ago |
Yuri Sizov
|
236cec0633
Add a custom icon for the `project.godot` file in the EditorFileDialog
|
2 years ago |
Nong Van Tinh
|
010ddfbc16
Prevent saving files with no name and only an extension.
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
5eeefb2174
Fix file dialog crash on forward click when history is empty.
|
2 years ago |
Dawid Marzec
|
5cd30be56d
Remove auto selecting the first file for FileDialog with Save file mode selected
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Rémi Verschelde
|
0e53dd642c
Fix MSVC warning C4706: assignment within conditional expression
|
2 years ago |
bruvzg
|
6f4d233062
Fix key mapping changes when moving from macOS to other platform
|
3 years ago |
Rindbee
|
88b72c3de4
Fix file list in FileDialog not updating on first run
|
3 years ago |
Yuri Sizov
|
43f03e2ce6
Improve naming of theme properties throughout GUI code
|
3 years ago |
Yuri Sizov
|
15fd025f90
Add dumb and manual theme caching systems to Window
|
3 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Rémi Verschelde
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
Rémi Verschelde
|
f7f8af232c
Merge pull request #64885 from Mickeon/rename-tooltip-hint
|
3 years ago |
Aaron Record
|
4b817a565c
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
3 years ago |
Micky
|
ef5b9a06a9
Rename `hint_tooltip` to `tooltip_text` & setget
|
3 years ago |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
3 years ago |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
FireForge
|
97dfbea6ad
Rename Control PRESET_WIDE to PRESET_FULL_RECT
|
3 years ago |
Rémi Verschelde
|
b942c1ffe3
Merge pull request #62827 from fire-forge/ok-cancel
|
3 years ago |
FireForge
|
af19501cc7
Seperate filter and description in FileDialog.add_filter()
|
3 years ago |
FireForge
|
e4067064ce
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
|
3 years ago |
Thakee Nathees
|
446f1b7052
Fix FileDialog file name autocompletion with filters
|
5 years ago |