summaryrefslogtreecommitdiff
path: root/editor/script_create_dialog.cpp
AgeCommit message (Expand)Author
2021-07-28Use bullet points in the editor instead of dashes where relevantHugo Locurcio
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-18Optimize StringName usagereduz
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-07-04Minor cleanup of the "New Script" dialogMichael Alexsander
2021-06-29Make contents of "Create Script" dialog expand with the window sizeMichael Alexsander
2021-06-16Documentation search fixesGregory Basile
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-04-27Improve the editor themeHugo Locurcio
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-04-06Warn when creating a script with the same name as the parent classAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-26Fix incorrect title and button text in Inherit dialogVedat Günel
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-08-31Fix being able to create invalid scripts by pressing enter inside "Path"Michael Alexsander
2020-07-24Fix TTR misuseSkyJJ
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-31Prevent crash attaching a script with no languages registeredAndrii Doroshenko (Xrayez)
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-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-04Warn about built-in script limitations in the script creation dialogHugo Locurcio
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-15Fix script icon not showing at startup bugSkyJJ
2020-02-11Texture refactorJuan Linietsky
2020-02-03Fix built-in script creation loading existing scripts by mistakeMichael Alexsander
2020-01-10Make ScriptCreateDialog's script valid message a bit more clearerMichael Alexsander
2020-01-09Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander
2020-01-08Minor fixes for ScriptCreateDialogMichael Alexsander
2020-01-03[Mono]: the C# script icon is now visible in the editor.dankan1890
2020-01-01Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2020-01-01ScriptCreateDialog: Suggested language extension now matches the selected lan...dankan1890
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-09-27Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-08-22Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)
2019-08-12Display language icons in script create dialogAndrii Doroshenko (Xrayez)
2019-07-10Allow dots for class name in popup dialogEv1lbl0w