summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix node dragging not working when dock is movedkobewi2022-07-211-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-1/+1
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
|/
* Merge pull request #61966 from Rindbee/fix-internal-nodes-ownedRémi Verschelde2022-06-231-4/+4
|\
| * Fix setting owner on internal nodes when save brach as sceneRindbee2022-06-121-4/+4
* | Expose PopupMenu set/get_item_horizontal_offset()FireForge2022-06-151-1/+1
|/
* Don't handle pending clicks outside scene treekobewi2022-06-101-5/+13
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Merge pull request #61162 from KoBeWi/drag_nodes_like_a_bossRémi Verschelde2022-05-231-15/+14
|\
| * Only switch to node when not dragging itkobewi2022-05-181-15/+14
* | Add a new HashSet templatereduz2022-05-201-9/+9
|/
* Replace most uses of Map by HashMapreduz2022-05-161-38/+38
* Cleanup metadata usagekobewi2022-05-061-18/+0
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-7/+7
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-1/+1
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* | Implement Scene Unique Nodesreduz2022-04-251-0/+39
|/
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-2/+2
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-2/+2
* Removed extra separator in absence of ChangeType and RenameVitika92022-03-181-1/+7
* Initialize bools in the headers in editorAaron Franke2022-03-121-5/+0
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-1/+2
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+3
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-22/+21
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Implement drawing and editing all anim beziersFrancois Belair2022-02-091-1/+1
* Merge pull request #56923 from fire-forge/fix-create-root-node-scrollingRémi Verschelde2022-02-081-3/+11
|\
| * Fix Create Root Node dialog expanding in favorites tabfire5402022-01-191-3/+11
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* | Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* | Improve 2D editor's right-click menukobewi2022-01-271-0/+4
* | Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-201-2/+2
|\ \
| * | Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
* | | Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde2022-01-201-2/+2
|\ \ \ | |/ / |/| |
| * | Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-2/+2
| |/
* / Make Scene dock menu button an actual `MenuButton`Michael Alexsander2022-01-201-11/+9
|/
* Improve node pastingkobewi2022-01-181-76/+121
* Merge pull request #55809 from cdemirer/fix-reparenting-inherited-nodesRémi Verschelde2022-01-181-2/+10
|\
| * Editor: Disallow reparenting inherited nodescdemirer2022-01-181-2/+10
* | Merge pull request #55569 from KoBeWi/expand_all_was_a_mistakeRémi Verschelde2022-01-131-2/+2
|\ \
| * | Move and rename Collapse/Expand All buttonkobewi2021-12-231-2/+2