summaryrefslogtreecommitdiffstats
path: root/editor/project_export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add TextFile support across the editorPaulb232021-09-301-0/+3
* 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-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Make various strings translatablefoxydevloper2021-07-191-3/+3
* Optimize StringName usagereduz2021-07-181-8/+8
* Add header theme type variations to labelskobewi2021-07-131-1/+4
* Improve the Export All button display in the export dialogHugo Locurcio2021-07-101-9/+15
* Tweak script export text in the export dialog to be more explicitHugo Locurcio2021-06-241-6/+6
* Documentation search fixesGregory Basile2021-06-161-5/+5
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde2021-04-011-0/+1
|\
| * Add option to exclude selected resources on exportTomasz Chabora2021-03-231-0/+1
* | Rename PHashTranslation to OptimizedTranslationMarcel Admiraal2021-03-201-1/+1
* | Ensures that export path is used when exporting PCK/ZIPMaganty Rushyendra2021-01-231-0/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde2020-12-281-1/+1
|\ \
| * | Rename unselect to deselectMarcel Admiraal2020-12-211-1/+1
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/ /
* | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-13/+13
* | Remove connect *_compat methodsAaron Franke2020-12-051-4/+4
* | Allow folder checking in export preset file listTomasz Chabora2020-11-141-3/+50
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Disable code to add patches menuEv1lbl0w2020-10-191-203/+0
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-12/+113
* Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde2020-07-151-3/+3
|\
| * Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+3
* | Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
|/
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Account for file deletion and renaming in Export PresetsMaganty Rushyendra2020-06-111-0/+1
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-0/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+83
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-57/+0
* Remove unnecessary Panel in "Features" section in the Export dialogMichael Alexsander2020-04-051-4/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+13
* Working multiple window support, including editorJuan Linietsky2020-03-261-39/+47
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-2/+3
* Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-1/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-57/+29
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-33/+33
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Export: Fix leak or orphaned Controls after #34911Rémi Verschelde2020-01-081-2/+4
* Export: Hide Patches tab until actually implementedRémi Verschelde2020-01-081-2/+25
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more strings in editor translatableHaoyu Qiu2019-12-161-3/+3