summaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
AgeCommit message (Expand)Author
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-17Merge pull request #55509 from V-Sekai/create_node_and_doc_fixRémi Verschelde
2022-01-16Fix theming update in several editor classesYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-07Fix error emitting when called new shader dialog from resource dialogYuri Roubinsky
2021-12-01Properly handle named class types inheriting from scripts without names.SaracenOne
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #50505 from Calinou/editor-create-dialog-display-class-nameRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-16Display the class name in the descriptionHugo Locurcio
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-04-27Improve the editor themeHugo Locurcio
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-17Change fallback icon for abstract nodes to have a grayed out colorAaron Franke
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-23Small naming and tooltip tweaksMichael Alexsander
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-06Fix editor crash when creating a custom resource from create dialogAndrii Doroshenko (Xrayez)
2020-07-03Improve Create Dialog search ranking and refactor calculation.Stijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-12Object: Add usage hint to instantiate Object properties in editorRémi Verschelde
2020-06-11Fix custom types in node list searchTomasz Chabora
2020-05-27Add fallback icons and make custom ones appear in the recent/favorites list i...Michael Alexsander
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port more uses of connect_compatRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-09Add ignoring of disabled recent and favorite classes in createPucklaMotzer09
2020-01-08Recent Nodes now respect Editor Profilesveryprofessionaldodo