summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanups after changes in ItemList signalsAleksey Smirnov2022-05-101-4/+8
* Changed signals of ItemListVitika92022-05-061-2/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Add Copy UID option to filesystem dockkobewi2022-05-021-0/+16
* Implement Label3D node.bruvzg2022-04-221-3/+3
* Import scenes as AnimationLibraryreduz2022-04-131-2/+22
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-14/+14
* Fix missing favorite files in filesystem dockDaniel Kříž2022-04-061-3/+4
* Fix false warning folder already existsAleksey Smirnov2022-04-061-1/+1
* Fix Project Manager hard crashes due to invalid access to Editor NodesMarios Staikopoulos2022-04-051-7/+7
* Merge pull request #59453 from DanielKriz/masterRémi Verschelde2022-03-281-0/+13
|\
| * Fix persistent favorites after renameDaniel Kříž2022-03-251-0/+13
* | Add better alert dialogs if directory already existsDaniel Kříž2022-03-251-0/+6
|/
* Initialize bools in the headers in editorAaron Franke2022-03-121-5/+0
* Merge pull request #59050 from KoBeWi/tsal_eht_morf_sseccaRémi Verschelde2022-03-121-7/+7
|\
| * Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-7/+7
* | Add "Add Script" option to project autoload settingsYuri Roubinsky2022-03-121-0/+4
|/
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-21/+10
* Merge pull request #58842 from IgorKordiukiewicz/save-as-scene-visual-feedbackRémi Verschelde2022-03-061-0/+122
|\
| * Added visual feedback when drag and dropping from scene tree to file systemIgor Kordiukiewicz2022-03-061-0/+122
* | Improve some DirAccess usagekobewi2022-03-061-1/+1
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+3
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-18/+17
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-5/+6
* Fix uid conflict when duplicating resourcekobewi2022-02-081-0/+24
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-2/+2
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-33/+28
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* String: Add contains().Anilforextra2022-02-041-5/+5
* Vectors: Use clear() and has().Anilforextra2022-02-021-2/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-4/+8
* Allow selection of option 'Open in File Manager' even when a file/folder is n...SaracenOne2022-01-191-0/+6
* Prevent renaming to an unkown extension from FileSystem dock.jmb4622022-01-171-0/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-1/+1
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-1/+1
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-6/+6
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* | Fix bad popups offset in editor with single window offjmb4622021-12-061-4/+7
* | Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky2021-12-031-6/+20
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-5/+5
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-4/+4
* Use "enum class" for input enumsAaron Franke2021-11-121-7/+7
* Use Enter instead of F2 as an editor renaming shortcut on macOSHugo Locurcio2021-11-121-0/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Fix newly created files not sorted correctlyRobin Arys2021-10-231-0/+2
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Merge pull request #53025 from Paulb23/textfile-uxRémi Verschelde2021-09-301-1/+11
|\
| * Add TextFile support across the editorPaulb232021-09-301-1/+11