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
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-2
/
+3
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-18
/
+17
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-5
/
+6
*
Fix uid conflict when duplicating resource
kobewi
2022-02-08
1
-0
/
+24
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-2
/
+2
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-33
/
+28
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
*
String: Add contains().
Anilforextra
2022-02-04
1
-5
/
+5
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-2
/
+2
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-4
/
+8
*
Allow selection of option 'Open in File Manager' even when a file/folder is n...
SaracenOne
2022-01-19
1
-0
/
+6
*
Prevent renaming to an unkown extension from FileSystem dock.
jmb462
2022-01-17
1
-0
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-1
/
+1
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-1
/
+1
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-6
/
+6
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-4
/
+7
*
|
Add `New Shader` option to the FileSystemDock popup menu.
Yuri Roubinsky
2021-12-03
1
-6
/
+20
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-5
/
+5
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-4
/
+4
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-7
/
+7
*
Use Enter instead of F2 as an editor renaming shortcut on macOS
Hugo Locurcio
2021-11-12
1
-0
/
+1
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
Fix newly created files not sorted correctly
Robin Arys
2021-10-23
1
-0
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Merge pull request #53025 from Paulb23/textfile-ux
Rémi Verschelde
2021-09-30
1
-1
/
+11
|
\
|
*
Add TextFile support across the editor
Paulb23
2021-09-30
1
-1
/
+11
*
|
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
1
-3
/
+3
|
/
*
Save branch as scene by dropping to filesystem
kobewi
2021-09-09
1
-0
/
+15
*
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-17
/
+13
*
Optimize StringName usage
reduz
2021-07-18
1
-83
/
+83
*
Merge pull request #42745 from Pineapple/search-results-limit
Rémi Verschelde
2021-07-06
1
-1
/
+2
|
\
|
*
Change search results limit in FileSystem dock from 128 to 10000
Bartłomiej T. Listwon
2021-03-22
1
-1
/
+2
*
|
Merge pull request #49295 from foxydevloper/fix-focus-filter
Rémi Verschelde
2021-06-29
1
-17
/
+13
|
\
\
|
*
|
Fix "Filter Files" shortcut by merging duplicate functions
fox
2021-06-03
1
-17
/
+13
*
|
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
|
|
Documentation search fixes
Gregory Basile
2021-06-16
1
-1
/
+1
*
|
|
Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility
Rémi Verschelde
2021-06-12
1
-3
/
+3
|
\
\
\
|
*
|
|
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
*
|
|
|
Merge pull request #49519 from Xrayez/filesystem-delete-for-everyone
Rémi Verschelde
2021-06-11
1
-16
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use "Delete" in FileSystemDock on all platforms
Andrii Doroshenko (Xrayez)
2021-06-11
1
-16
/
+1
|
|
/
/
*
/
/
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
/
*
|
Use bold fonts in editor
reduz
2021-06-02
1
-0
/
+1
*
|
Merge pull request #37796 from Gogsi/master
Rémi Verschelde
2021-05-18
1
-1
/
+0
|
\
\
|
*
|
Change EditorFileSystem and ScriptEditor file sorting order to improve consis...
Georgi Genkov
2021-05-18
1
-1
/
+0
*
|
|
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-13
/
+13
|
/
/
[next]