summaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
AgeCommit message (Expand)Author
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-06Node create dialog filtering optimizationPouleyKetchoupp
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-08-29Fix selecting recent node in CreateDialogBhupendra Aole
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Better pre-selection of search result nodes in "Create New Node" dialog.Marcus Brummer
2019-06-12Merge pull request #29645 from YeldhamDev/create_dialog_reselectRémi Verschelde
2019-06-12Fix error spam in create dialog when searching for nodes with some disabledMichael Alexsander Silva Dias
2019-06-09Allow reselecting items in the "Favorites" and "Recent" lists in the create d...Michael Alexsander Silva Dias
2019-05-28Merge pull request #26487 from matzebond/masterRémi Verschelde
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
2019-05-24Auto-expand current node type when replace nodeMatthias Schmitt
2019-04-30Add Popup::popup_centered_clamped methodhomer666
2019-04-12Force drawing guides in single-row Tree items in the editorMichael Alexsander Silva Dias
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-26Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-11-19Add more places to hide guides if relationship lines are enabledMichael Alexsander Silva Dias
2018-10-04Deselect recents when selecting favorites and vice versa in Create Node.DualMatrix
2018-09-19Fixed favorite nodes list not being savedDualMatrix
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fixed favorites and recent nodes selecting wrong nodeDualMatrix
2018-08-30Fix Script Classes not instancing with custom name.Will Nations
2018-08-16Merge pull request #21046 from DualMatrix/recent_custom_typeRémi Verschelde
2018-08-16Fixed custom nodes not working properly with favorites and recently used in c...DualMatrix
2018-08-15Fix error spam from loading script class iconsWill Nations
2018-08-15Merge pull request #21021 from DualMatrix/new_node_warningRémi Verschelde
2018-08-15Fixed error spam in create node dialog with custom types.DualMatrix
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-08Add toggle for favorites in create_root_dialog.willnationsdev
2018-07-25Add script hierarchies,add-script btn auto-derivesWill Nations
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-05-05Adjust default editor popup sizeshomer666
2018-04-08Merge pull request #16995 from mrcdk/custom_resources_inspectorJuan Linietsky
2018-03-04Fix new Node dialog Create button behaviorIvan Vodopiviz
2018-02-25Now the inspector will show the custom resources added via pluginMrCdK
2018-02-14Merge pull request #15492 from vigreco/select-tree-rootRémi Verschelde
2018-01-21Hide only PluginScript in dialog boxEmmanuel Leblond
2018-01-19Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond