index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
file_dialog.cpp
Age
Commit message (
Expand
)
Author
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-16
Documentation search fixes
Gregory Basile
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
bruvzg
2021-03-23
Merge pull request #46735 from fabriceci/fix-dialog-translation
Rémi Verschelde
2021-03-13
trims_whitespaces_when_creating_folder_windows
Pop0p
2021-03-12
fix translation not updating in ConfirmationDialog (and Window by inheritance)
fabriceci
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-21
Rename unselect to deselect
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-02
Updated getters and setters names for toplevel
Duroxxigar
2020-07-23
Small naming and tooltip tweaks
Michael Alexsander
2020-07-14
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-08
Add generic file icon and its modulation to the 'FileDialog'
Michael Alexsander
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-07
Merge pull request #37591 from Anutrix/remove_reduntant_class
Rémi Verschelde
2020-04-06
Fixes leaks when running editor
qarmin
2020-04-05
Removed reduntant class LineEditFileChooser.
unknown
2020-04-04
Fix file dialog not showing icons
unknown
2020-04-04
Remove redundant vbx variable in FileDialog
unknown
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-29
Double click on a folder didn't open it
Gil Arasa Verge
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-06
Add spaces after commas and strip extra ones in *FileDialog filter menu
Michael Alexsander
2019-12-06
Remove extra spaces from parenthesis in *FileDialog's filter menu
Michael Alexsander
2019-10-29
Merge pull request #33091 from MCrafterzz/fix10567
Rémi Verschelde
[next]