Thaddeus Crews
|
c852872cb2
|
Merge pull request #108804 from bruvzg/mac_bundle_icon
[macOS] Use "file" icon for bundles in the file dialogs.
|
2025-09-22 08:50:02 -05:00 |
|
Thaddeus Crews
|
9812d405b8
|
Merge pull request #109354 from KoBeWi/ETRC
Fix some localization issues in controls
|
2025-08-18 08:29:09 -05:00 |
|
Anish Mishra
|
5bcf9a5a57
|
Fix drive selection issue on Android
|
2025-08-11 21:47:00 +05:30 |
|
kobewi
|
4ed86d347c
|
Fix some localization issues in controls
|
2025-08-06 14:50:03 +02:00 |
|
Pāvels Nadtočajevs
|
37ae7d4420
|
[macOS] Use "file" icon for bundles in the file dialogs.
|
2025-07-20 20:44:33 +03:00 |
|
Pāvels Nadtočajevs
|
a272376f89
|
Cleanup accessibility names.
|
2025-06-23 11:08:36 +03:00 |
|
Haoyu Qiu
|
0a1fa10315
|
Fix game view window not updating title when translation changes
|
2025-06-16 09:35:25 +08:00 |
|
Rémi Verschelde
|
22702244f8
|
Merge pull request #105414 from KoBeWi/disable_uid_here
Add `@export_file_path` to export raw paths (no UID)
|
2025-06-13 01:30:24 +02:00 |
|
kobewi
|
4b1d5b55c7
|
Allow customizing FileDialog's features
|
2025-06-11 20:12:15 +02:00 |
|
Thaddeus Crews
|
51b17759a2
|
Merge pull request #103719 from YeldhamDev/build_detection_improvements
Make build profile project detection also set build options
|
2025-06-03 15:30:14 -05:00 |
|
Michael Alexsander
|
454e4f817c
|
Make build profile project detection also set build options
|
2025-06-03 11:11:33 -03:00 |
|
kobewi
|
706bfd810b
|
Add thumbnail mode to FIleDialog
|
2025-06-03 02:06:14 +02:00 |
|
kobewi
|
f75c564d58
|
Add favorites and recent directories to FileDialog
|
2025-05-29 15:50:29 +02:00 |
|
kobewi
|
42249bb659
|
Add @export_file_path to export raw paths (no UID)
|
2025-05-22 13:25:17 +02:00 |
|
Thaddeus Crews
|
1e50e05235
|
Merge pull request #105723 from KoBeWi/sortatron
Add file sort to FileDialog
|
2025-05-16 07:43:13 -05:00 |
|
kobewi
|
33dcd7a6d9
|
Add file sort to FileDialog
|
2025-05-15 13:23:38 +02:00 |
|
kobewi
|
076608c979
|
Improve default OK text in AcceptDialog
|
2025-05-14 23:08:22 +02:00 |
|
Thaddeus Crews
|
a2c9e7920d
|
Merge pull request #105647 from KoBeWi/optional_options
Improve FileDialog options
|
2025-05-06 08:38:01 -05:00 |
|
kobewi
|
7fe61c7e84
|
Change FileDialog's Tree to ItemList
|
2025-05-03 01:34:35 +02:00 |
|
kobewi
|
92f15d33ee
|
Improve FileDialog options
|
2025-04-24 17:12:53 +02:00 |
|
kobewi
|
e565ee86ce
|
FileDialog code cleanup
|
2025-04-23 19:28:14 +02:00 |
|
Pāvels Nadtočajevs
|
5b49fd4207
|
Selectively apply FOCUS_ACCESSIBILITY to the Label s instead of setting it by default.
|
2025-04-23 12:47:31 +03:00 |
|
A Thousand Ships
|
889410dcda
|
Add String::replace_char(s) methods for performance and convenience
|
2025-04-10 13:08:45 +02:00 |
|
Pāvels Nadtočajevs
|
b106dfd4f9
|
Base accessibility API.
|
2025-04-08 20:14:28 +03:00 |
|
kobewi
|
83ee5e8556
|
Fix wrong translation method in FileDialog
|
2025-04-03 20:40:09 +02:00 |
|
Yufeng Ying
|
4f4031a675
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
kobewi
|
4ae87afaf6
|
Rework AcceptDialog's ok button text
|
2025-03-11 22:52:50 +01:00 |
|
A Thousand Ships
|
466590d0ec
|
Use get_slicec instead of get_slice for single character splitters
|
2025-03-08 20:36:37 +01:00 |
|
A Thousand Ships
|
5113022dfe
|
Clean up some uses of String::substr
Cases where the end position is either equvalent to the default or past
the end of the string.
|
2025-03-07 14:50:38 +01:00 |
|
bruvzg
|
3e4e6e6c0c
|
Improve native file dialog parent window selection.
|
2025-03-06 17:15:39 +02:00 |
|
bruvzg
|
1bdf84b31c
|
Sync native and embedded dialog missing extension handling.
|
2025-02-14 00:15:04 +02:00 |
|
Pāvels Nadtočajevs
|
ecff011671
|
[FileDialog] Update filename/buttons state when first item is selected on folder/filter change.
|
2025-02-11 11:18:23 +02:00 |
|
Pāvels Nadtočajevs
|
adceb32177
|
Fix FILE_MODE_OPEN_ANY file dialog not selecting folders.
|
2025-01-27 10:43:11 +02:00 |
|
Pāvels Nadtočajevs
|
e1f129cb52
|
Support MIME types in file dialog filters on macOS and Linux.
|
2025-01-04 22:05:35 +02:00 |
|
Yufeng Ying
|
73d85f46c9
|
Remove unused headers in scene.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
2024-12-24 00:40:09 +08:00 |
|
bruvzg
|
b9a00feb66
|
[Windows, FileDialog] Prepend drive letter to the absolute paths without drive letter.
|
2024-12-19 09:47:46 +02:00 |
|
Chaosus
|
ba39b078f5
|
[Scene] Add SceneStringName::FlatButton
|
2024-12-10 11:12:26 +03:00 |
|
Thaddeus Crews
|
44cda51110
|
Merge pull request #98812 from bruvzg/macos_bundles_as_file
[macOS] Handle bundles as files in the embedded file dialogs.
|
2024-12-03 14:41:07 -06:00 |
|
Thaddeus Crews
|
6472e9e961
|
Merge pull request #99310 from syntaxerror247/filedialog_issue
Android: Set default ACCESS_FILESYSTEM root
|
2024-12-03 14:41:03 -06:00 |
|
bruvzg
|
d5e599f77e
|
[macOS] Handle bundles as files in the embedded file dialogs.
|
2024-12-03 12:41:52 +02:00 |
|
Pāvels Nadtočajevs
|
6a331dafe1
|
Fix native file dialog filter selection in save dialogs.
|
2024-12-02 18:38:53 +02:00 |
|
Anish Mishra
|
7f64f230a7
|
Android: Set FileDialog default Filesystem root
|
2024-12-02 21:58:09 +05:30 |
|
Rémi Verschelde
|
aab12fd273
|
Merge pull request #99652 from bruvzg/fd_cd_win
[Windows] Fix root and current folder in native file dialog.
|
2024-12-02 17:20:27 +01:00 |
|
Rémi Verschelde
|
60e1490df1
|
Merge pull request #99644 from bruvzg/fd_all_name
Change file dialog all files filter name from `All Files (*)` to `All Files (*.*)`.
|
2024-12-02 17:20:23 +01:00 |
|
A Thousand Ships
|
af56d6e8e8
|
Use SceneStringName in more places
|
2024-12-02 14:39:16 +01:00 |
|
Rémi Verschelde
|
8de2abd075
|
Merge pull request #85789 from DevilboxGames/FileDialogCaseSensitivity
Make `FileDialog` filtering case insensitive
|
2024-11-29 22:45:32 +01:00 |
|
Rémi Verschelde
|
a1365dcb12
|
Merge pull request #98765 from Calinou/editor-bottom-panel-no-icon-tint
Don't tint editor bottom panel icons when hovered or pressed
|
2024-11-29 22:01:55 +01:00 |
|
bruvzg
|
e0b4f3d314
|
[Windows] Fix root and current folder in native file dialog.
Co-authored-by: RedMser <redmser.jj2@gmail.com>
|
2024-11-25 15:00:25 +02:00 |
|
Pāvels Nadtočajevs
|
1d43fa9a64
|
Change file dialog all files filter name from All Files (*) to All Files(*.*) .
|
2024-11-24 20:09:05 +02:00 |
|
A Thousand Ships
|
68f638cf02
|
Use (r)find_char instead of (r)find for single characters
|
2024-11-17 10:02:18 +01:00 |
|