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
/
editor
/
filesystem_dock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-2
/
+4
*
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-04-01
1
-3
/
+3
|
\
|
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-3
/
+3
*
|
edit if statement in FileSystemDock::_select_file()
James Castanho
2021-03-24
1
-1
/
+1
*
|
Remove FileSystem dock errors on unimported files
Juan Linietsky
2021-03-23
1
-1
/
+19
*
|
Improved 3D Scene Importer
Juan Linietsky
2021-03-22
1
-1
/
+19
|
/
*
Use OS-specific terminology for "Move to Trash" in the editor filesystem
Hugo Locurcio
2021-03-14
1
-0
/
+15
*
Make FileSystem dock set its path to the base folder of files after changes
Michael Alexsander
2021-02-09
1
-3
/
+15
*
Merge pull request #44887 from gongpha/crash!-on-expand-or-collapse-folder-in...
Rémi Verschelde
2021-01-26
1
-0
/
+3
|
\
|
*
Fix crash on FileSystemDock's tree when trying to collapse or expand folder
gongpha
2021-01-04
1
-0
/
+3
*
|
Update path in the FileSystem dock after doing file operations
Michael Alexsander
2021-01-16
1
-0
/
+12
*
|
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-06
1
-6
/
+3
*
|
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
-1
/
+1
|
\
|
*
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-1
/
+1
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-16
/
+16
|
/
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-4
/
+4
*
FileSystemDock: List conflicting files on move
Rémi Verschelde
2020-12-10
1
-9
/
+12
*
Made keyboard shortcuts for FileSystemDock visible in popup
Eric M
2020-12-03
1
-6
/
+6
*
Added F2 shortcuts for renaming files & folders.
Eric M
2020-12-03
1
-1
/
+9
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-4
/
+19
*
Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-option
Rémi Verschelde
2020-11-16
1
-1
/
+1
|
\
|
*
Rename the "Delete" option in the FileSystem dock to "Move to Trash"
Hugo Locurcio
2020-08-14
1
-1
/
+1
*
|
Use Ctrl+Shift+C as the default FileSystem dock Copy Path shortcut
Hugo Locurcio
2020-11-08
1
-1
/
+2
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
|
Improve file sorting
Gilles Roudière
2020-10-26
1
-10
/
+69
*
|
Allow sorting files by type
Gilles Roudière
2020-10-19
1
-20
/
+86
*
|
Fixed expand/collapse folder option not showing in FileSystemDock
Eric M
2020-09-07
1
-1
/
+1
|
/
*
Modified FileSystemDock so folders can be selected for reimport.
geekrelief
2020-08-14
1
-16
/
+31
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-2
/
+2
*
Fix some popups menu missing screen transform.
Juan Linietsky
2020-07-01
1
-1
/
+1
*
Environment: Refactor code for readability + more
Rémi Verschelde
2020-07-01
1
-4
/
+4
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-3
/
+6
*
Allow duplicating files when holding Control
Tomasz Chabora
2020-06-07
1
-1
/
+26
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-38
/
+74
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-4
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-70
/
+71
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-5
/
+5
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-1
/
+2
*
Expose FileSystemDock to the scripting API and fixed signals
Ignacio Etcheverry
2020-03-18
1
-6
/
+6
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Signals: Fix some regressions from #36426
Rémi Verschelde
2020-03-03
1
-4
/
+4
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-71
/
+33
*
Signals: Make callbacks non-const, callable_mp can't handle it
Rémi Verschelde
2020-02-23
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-33
/
+33
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-13
/
+13
[next]