summaryrefslogtreecommitdiffstats
path: root/editor/export_template_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+5
* Add a new HashSet templatereduz2022-05-201-1/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-2/+4
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Unzip read success no longer breaks read loopJosh Kabo2022-04-161-6/+2
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-25/+18
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+17
* Fix getaddrinfo failed with undefined proxy configTais P. Hansen2022-03-201-2/+2
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Improve some DirAccess usagekobewi2022-03-061-1/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli2021-12-161-0/+5
|\
| * Add proxy support for the editorHaoyu Qiu2021-12-091-0/+5
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
|/
* Make some buttons in editor use the lighter version of the TabMenu iconMichael Alexsander2021-09-251-1/+1
* Fix various i18n failuresHaoyu Qiu2021-08-031-2/+2
* Optimize StringName usagereduz2021-07-181-8/+8
* Addes ability to load build sources from file.reduz2021-07-151-5/+7
* Add header theme type variations to labelskobewi2021-07-131-0/+5
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-5/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve the UI/UX of the Export Template Manager dialogYuri Sizov2021-06-031-340/+606
* Implement shader cachingreduz2021-05-311-1/+1
* Remove current export template version from "Installed Versions"Lightning_A2021-03-181-5/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-3/+3
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-4/+12
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Working multiple window support, including editorJuan Linietsky2020-03-261-17/+16
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-8/+12
* Fix android template install validation.fhuya2020-03-021-3/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+10
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-10/+10
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1