summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+1
* Merge pull request #50505 from Calinou/editor-create-dialog-display-class-nameRémi Verschelde2021-07-201-3/+11
|\
| * Display the class name in the descriptionHugo Locurcio2021-07-161-3/+11
* | Optimize StringName usagereduz2021-07-181-8/+8
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Improve the editor themeHugo Locurcio2021-04-271-1/+0
* Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde2021-03-011-0/+1
|\
| * Allow to create a node at specific positionTomasz Chabora2021-02-261-0/+1
* | Change fallback icon for abstract nodes to have a grayed out colorAaron Franke2021-02-171-1/+3
|/
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename unselect to deselectMarcel Admiraal2020-12-211-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-0/+1
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* Fix editor crash when creating a custom resource from create dialogAndrii Doroshenko (Xrayez)2020-07-061-1/+0
* Improve Create Dialog search ranking and refactor calculation.Stijn Hinlopen2020-07-031-429/+324
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
* Object: Add usage hint to instantiate Object properties in editorRémi Verschelde2020-06-121-17/+32
* Fix custom types in node list searchTomasz Chabora2020-06-111-3/+5
* Add fallback icons and make custom ones appear in the recent/favorites list i...Michael Alexsander2020-05-271-9/+14
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-33/+62
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-38/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-7/+7
* Working multiple window support, including editorJuan Linietsky2020-03-261-19/+19
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-2/+2
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-1/+5
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-20/+11
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* Add ignoring of disabled recent and favorite classes in createPucklaMotzer092020-01-091-14/+2
* Recent Nodes now respect Editor Profilesveryprofessionaldodo2020-01-081-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Node create dialog filtering optimizationPouleyKetchoupp2019-11-061-3/+18
* Add overriden properties to the documentationBojidar Marinov2019-09-041-2/+0
* Fix selecting recent node in CreateDialogBhupendra Aole2019-08-291-24/+31
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* 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