summaryrefslogtreecommitdiff
path: root/editor/editor_feature_profile.cpp
AgeCommit message (Expand)Author
2023-01-19Clean-up, harmonize, and improve StyleBox APIYuri Sizov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-12Fix some stuff with the editor featuresMichael Alexsander
2022-11-07Allow to disable History Dock via feature profilekobewi
2022-09-22Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1Rémi Verschelde
2022-08-30Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde
2022-08-30Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-05Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ch...Yuri Sizov
2022-07-29Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-03i18n: Make property paths and categories translatableHaoyu Qiu
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-07Merge pull request #57749 from timothyqiu/feature-class-propsRémi Verschelde
2022-02-07Don't display empty Class Properties in feature profileHaoyu Qiu
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04String: Add contains().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-03Fix various i18n failuresHaoyu Qiu
2021-07-31Put multiple colons back into translated stringsYuri Sizov
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-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Improve the layout and texts of the Editor Feature Profiles dialogYuri Sizov
2021-05-27Fixed changing enabled classes resetting folding in manage editor features.Emre Aydin
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-09-04doc: Sync classref with current sourceRémi Verschelde
2020-08-27Make the Import dock depend on the FileSystem dockAaron Franke