summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-1/+2
|\
| * Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+2
* | Better pre-selection of search result nodes in "Create New Node" dialog.Marcus Brummer2019-06-261-17/+38
|/
* Merge pull request #29645 from YeldhamDev/create_dialog_reselectRémi Verschelde2019-06-121-0/+2
|\
| * Allow reselecting items in the "Favorites" and "Recent" lists in the create d...Michael Alexsander Silva Dias2019-06-091-0/+2
* | Fix error spam in create dialog when searching for nodes with some disabledMichael Alexsander Silva Dias2019-06-121-5/+2
|/
* Merge pull request #26487 from matzebond/masterRémi Verschelde2019-05-281-8/+30
|\
| * Auto-expand current node type when replace nodeMatthias Schmitt2019-05-241-8/+30
* | Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde2019-05-281-8/+1
|\ \ | |/ |/|
| * Add Popup::popup_centered_clamped methodhomer6662019-04-301-8/+1
* | Force drawing guides in single-row Tree items in the editorMichael Alexsander Silva Dias2019-04-121-0/+2
|/
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+24
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-1/+1
* -Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky2019-03-061-12/+0
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix2019-01-261-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias2018-12-041-3/+4
* Add more places to hide guides if relationship lines are enabledMichael Alexsander Silva Dias2018-11-191-0/+2
* Deselect recents when selecting favorites and vice versa in Create Node.DualMatrix2018-10-041-0/+2
* Fixed favorite nodes list not being savedDualMatrix2018-09-191-2/+2
* Refactor editor icon retrievalwillnationsdev2018-09-141-39/+7
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fixed favorites and recent nodes selecting wrong nodeDualMatrix2018-09-101-5/+5
* Fix Script Classes not instancing with custom name.Will Nations2018-08-301-1/+5
* Merge pull request #21046 from DualMatrix/recent_custom_typeRémi Verschelde2018-08-161-2/+2
|\
| * Fixed custom nodes not working properly with favorites and recently used in c...DualMatrix2018-08-161-2/+2
* | Fix error spam from loading script class iconsWill Nations2018-08-151-6/+9
* | Merge pull request #21021 from DualMatrix/new_node_warningRémi Verschelde2018-08-151-1/+1
|\ \
| * | Fixed error spam in create node dialog with custom types.DualMatrix2018-08-151-1/+1
| |/
* / Add custom icons to script classes.Will Nations2018-08-141-18/+13
|/
* Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde2018-08-141-6/+18
|\
| * Add toggle for favorites in create_root_dialog.willnationsdev2018-08-081-6/+18
* | Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-1/+1
* | Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+2
|/
* Add script hierarchies,add-script btn auto-derivesWill Nations2018-07-251-57/+62
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-0/+49
* Expose ScriptCreateDialog to EditorPluginwillnationsdev2018-07-041-4/+11
* Adjust default editor popup sizeshomer6662018-05-051-1/+8
* Merge pull request #16995 from mrcdk/custom_resources_inspectorJuan Linietsky2018-04-081-20/+1
|\
| * Now the inspector will show the custom resources added via pluginMrCdK2018-02-251-20/+1
* | Fix new Node dialog Create button behaviorIvan Vodopiviz2018-03-041-0/+2
|/
* Merge pull request #15492 from vigreco/select-tree-rootRémi Verschelde2018-02-141-0/+4
|\
| * Select root node if search_box is empty in create_dialogVincenzo Greco2018-01-081-0/+4
* | Hide only PluginScript in dialog boxEmmanuel Leblond2018-01-211-2/+3
* | Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond2018-01-191-0/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Made the Create Dialog be clearer when it's changing a type of something.Michael Alexsander Silva Dias2018-01-031-6/+23
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Changes to the Editor File Dialog.Michael Alexsander Silva Dias2017-12-251-28/+24