summaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
AgeCommit message (Expand)Author
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
2018-01-08Select root node if search_box is empty in create_dialogVincenzo Greco
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Made the Create Dialog be clearer when it's changing a type of something.Michael Alexsander Silva Dias
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Changes to the Editor File Dialog.Michael Alexsander Silva Dias
2017-12-21Fixes and modifications for some dialogs.Michael Alexsander Silva Dias
2017-12-12Enhance undoredo action name, TTR, cleanupPoommetee Ketson
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-16Enabling relationship lines in the Scene Tree enables them in the Create New ...Michael Alexsander Silva Dias
2017-11-05Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-11-04Fixes random sorting order in Create New Node dialogBernhard Liebl
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-09-29create dialog search preferrence fixes: #11697toger5
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-20Rename pos to position in user facing methods and variablesletheed