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
*
Fix FileDialog file name autocompletion with filters
Thakee Nathees
2022-07-04
1
-1
/
+6
*
Add root_subfolder to FileDialog
kobewi
2022-06-28
1
-24
/
+54
*
Replace some TTRCs with TTRs
kobewi
2022-06-22
1
-23
/
+23
*
Capitalize/fix some property enum hints
FireForge
2022-05-12
1
-1
/
+1
*
Implement Label3D node.
bruvzg
2022-04-22
1
-3
/
+3
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+0
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-3
/
+3
*
Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-...
Rémi Verschelde
2022-03-12
1
-3
/
+3
|
\
|
*
Don't store and show current file/directory/path FileDialog properties
Hugo Locurcio
2021-10-29
1
-3
/
+3
*
|
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
|
Allow absolute file paths in file dialogs
miremrie
2022-03-02
1
-1
/
+2
*
|
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-20
/
+24
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-24
/
+24
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-24
/
+24
*
|
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-3
/
+12
*
|
Fix FileDialog localization issues
kobewi
2022-01-19
1
-2
/
+5
*
|
Create function focus_file_text
Ger Hean
2022-01-12
1
-7
/
+12
*
|
Improve FileDialog filters
kobewi
2022-01-08
1
-0
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
|
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-9
/
+11
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
|
/
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
Add focus font color to Button and derivatives
Yuri Sizov
2021-10-26
1
-0
/
+6
*
Add support for internal nodes
kobewi
2021-08-28
1
-6
/
+5
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-3
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-22
/
+22
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-5
/
+5
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-2
/
+2
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-1
/
+1
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
bruvzg
2021-03-23
1
-0
/
+88
*
Merge pull request #46735 from fabriceci/fix-dialog-translation
Rémi Verschelde
2021-03-23
1
-28
/
+28
|
\
|
*
fix translation not updating in ConfirmationDialog (and Window by inheritance)
fabriceci
2021-03-12
1
-28
/
+28
*
|
trims_whitespaces_when_creating_folder_windows
Pop0p
2021-03-13
1
-2
/
+2
|
/
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-4
/
+0
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-11
/
+11
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
1
-5
/
+5
|
\
|
*
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-5
/
+5
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
|
/
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-10
/
+10
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-0
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Updated getters and setters names for toplevel
Duroxxigar
2020-10-02
1
-1
/
+1
*
Small naming and tooltip tweaks
Michael Alexsander
2020-07-23
1
-1
/
+1
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-0
/
+4
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-2
/
+2
[next]