summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-setRémi Verschelde2022-11-061-2/+0
|\
| * Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-2/+0
* | Merge pull request #65829 from KoBeWi/custom_path_typeRémi Verschelde2022-11-061-1/+1
|\ \ | |/ |/|
| * Fix extending scripts by pathkobewi2022-09-151-1/+1
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
|/
* Merge pull request #58617 from KoBeWi/custom_somethingRémi Verschelde2022-09-071-2/+10
|\
| * Improve handling of custom typeskobewi2022-09-051-2/+10
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+1
* Clear built-in name field when creating new scriptkobewi2022-08-181-0/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-291-2/+3
|\
| * Move editor paths into the EditorPaths classAaron Franke2022-07-291-2/+3
* | Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
|/
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-4/+4
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-4/+4
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-8/+6
* Fix "Script Create" dialog errors with metadataMichael Alexsander2022-03-271-25/+13
* Initialize bools in the headers in editorAaron Franke2022-03-121-17/+0
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-19/+16
* Fix errors when updating script template listHaoyu Qiu2022-02-201-15/+67
* Connect text_submitted of built-in script namekobewi2022-02-171-0/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-9/+9
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-9/+9
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Fix template OptionButton in create script dialog doesn't select the correct ...Jean-Michel Bernard2022-02-051-2/+2
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* String: Add contains().Anilforextra2022-02-041-2/+2
* Move placeholder color to theme itemPaulb232022-01-301-2/+6
* Fix typos with codespellRémi Verschelde2022-01-071-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve editor template workflowfabriceci2022-01-021-214/+361
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Allow to name built-in scripts upon creationkobewi2021-11-041-2/+24
* 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