summaryrefslogtreecommitdiff
path: root/editor/export_template_manager.cpp
AgeCommit message (Expand)Author
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-20Fix getaddrinfo failed with undefined proxy configTais P. Hansen
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-06Improve some DirAccess usagekobewi
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
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-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli
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-12-09Add proxy support for the editorHaoyu Qiu
2021-09-25Make some buttons in editor use the lighter version of the TabMenu iconMichael Alexsander
2021-08-03Fix various i18n failuresHaoyu Qiu
2021-07-18Optimize StringName usagereduz
2021-07-15Addes ability to load build sources from file.reduz
2021-07-13Add header theme type variations to labelskobewi
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Improve the UI/UX of the Export Template Manager dialogYuri Sizov
2021-05-31Implement shader cachingreduz
2021-03-18Remove current export template version from "Installed Versions"Lightning_A
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
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 AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-03-02Fix android template install validation.fhuya
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-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-13Make more editor strings translatableHaoyu Qiu
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-25Merge pull request #32812 from Calinou/template-manager-fix-devel-conditionRémi Verschelde
2019-10-24Fix uninstallation of mono templates directoryRémi Verschelde