summaryrefslogtreecommitdiff
path: root/editor/project_export.cpp
AgeCommit message (Expand)Author
2022-03-10Remove more occurrences of "stex"TechnoPorg
2022-03-05Make name of editor file dialog filters translatableHaoyu Qiu
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-20Merge pull request #53276 from Phischermen/propagate_checkRémi Verschelde
2022-01-18Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer
2022-01-10[macOS export] Improve code signing/notarization options validation.bruvzg
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-11-21Improved some editor checkboxeskobewi
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
2021-09-30Add TextFile support across the editorPaulb23
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-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-10Improve the Export All button display in the export dialogHugo Locurcio
2021-06-24Tweak script export text in the export dialog to be more explicitHugo Locurcio
2021-06-16Documentation search fixesGregory Basile
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-04-01Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde
2021-03-23Add option to exclude selected resources on exportTomasz Chabora
2021-03-20Rename PHashTranslation to OptimizedTranslationMarcel Admiraal
2021-01-23Ensures that export path is used when exporting PCK/ZIPMaganty Rushyendra
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-14Allow folder checking in export preset file listTomasz Chabora
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Disable code to add patches menuEv1lbl0w
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-11Account for file deletion and renaming in Export PresetsMaganty Rushyendra
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio