summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 changing node type
| * 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_centered_clamped()` method to Popup
| * Add Popup::popup_centered_clamped methodhomer6662019-04-301-8/+1
| | | | | | | | - Also replace redundant duplicate code in editor dialogs with calls to popup_centered_clamped()
* | 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
| | | | Allows enabling/disabling parts of the editor and storing/loading profiles for that.
* 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
| | | | | | -Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
| | | | Fixes #25316.
* Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix2019-01-261-3/+3
| | | | Fixes #6535
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* 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
| | | | Deselect recents when selecting favorites and vice versa in Create Node.
* Fixed favorite nodes list not being savedDualMatrix2018-09-191-2/+2
| | | | Fixed favorite nodes list not being saved
* Refactor editor icon retrievalwillnationsdev2018-09-141-39/+7
|
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* Fixed favorites and recent nodes selecting wrong nodeDualMatrix2018-09-101-5/+5
| | | | | | Fixed favorites and recent nodes selecting wrong node and fixed a typo. Fixes #6535
* 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 with favorites and recently used
| * Fixed custom nodes not working properly with favorites and recently used in ↵DualMatrix2018-08-161-2/+2
| | | | | | | | create node window.
* | 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.
| * | Fixed error spam in create node dialog with custom types.DualMatrix2018-08-151-1/+1
| |/ | | | | | | This should fix #20789
* / 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
| * 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 pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector
* 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
|\ | | | | The inspector will show the custom resources added via plugin
| * 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
|/ | | | | | | Added a one-liner to update the Create button disabled state when selecting an item from the search results list. Fixes #17265, long live the Realm!
* 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_dialog
| * 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
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* 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
| | | | Happy new year to the wonderful Godot community!
* Changes to the Editor File Dialog.Michael Alexsander Silva Dias2017-12-251-28/+24
|
* Fixes and modifications for some dialogs.Michael Alexsander Silva Dias2017-12-211-24/+35
|
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-1/+1
|
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-4/+4
| | | | Also to prepare for upcoming refactoring for XDG support.
* Enabling relationship lines in the Scene Tree enables them in the Create New ↵Michael Alexsander Silva Dias2017-11-161-0/+9
| | | | Node dialog as well.
* Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde2017-11-051-0/+4
|\ | | | | In Create New Node, always select and show best (shortest) match