summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Use bullet points in the editor instead of dashes where relevantHugo Locurcio2021-07-281-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+7
* Optimize StringName usagereduz2021-07-181-12/+12
* Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-3/+3
|\
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-3/+3
* | Minor cleanup of the "New Script" dialogMichael Alexsander2021-07-041-40/+32
|/
* Make contents of "Create Script" dialog expand with the window sizeMichael Alexsander2021-06-291-5/+3
* Documentation search fixesGregory Basile2021-06-161-6/+6
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve the editor themeHugo Locurcio2021-04-271-2/+0
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-3/+3
* Warn when creating a script with the same name as the parent classAaron Franke2021-04-061-7/+21
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Fix incorrect title and button text in Inherit dialogVedat Günel2020-12-261-0/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-7/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Fix being able to create invalid scripts by pressing enter inside "Path"Michael Alexsander2020-08-311-1/+9
* Fix TTR misuseSkyJJ2020-07-241-2/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* Prevent crash attaching a script with no languages registeredAndrii Doroshenko (Xrayez)2020-05-311-3/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+26
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-29/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-6/+12
* Warn about built-in script limitations in the script creation dialogHugo Locurcio2020-04-041-0/+9
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-10/+10
* Working multiple window support, including editorJuan Linietsky2020-03-261-42/+44
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-26/+13
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-13/+13
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Fix script icon not showing at startup bugSkyJJ2020-02-151-8/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fix built-in script creation loading existing scripts by mistakeMichael Alexsander2020-02-031-1/+7
* Make ScriptCreateDialog's script valid message a bit more clearerMichael Alexsander2020-01-101-1/+1
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-13/+27
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-7/+6
* [Mono]: the C# script icon is now visible in the editor.dankan18902020-01-031-1/+1
* Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde2020-01-011-0/+1
|\
| * ScriptCreateDialog: Suggested language extension now matches the selected lan...dankan18902020-01-011-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+1
* Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias2019-09-271-36/+11
* Add overriden properties to the documentationBojidar Marinov2019-09-041-14/+11
* Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-11/+107
* Display language icons in script create dialogAndrii Doroshenko (Xrayez)2019-08-121-4/+21