| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
|/ / |
|
* | | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -13/+13 |
* | | Remove connect *_compat methods | Aaron Franke | 2020-12-05 | 1 | -4/+4 |
* | | Allow folder checking in export preset file list | Tomasz Chabora | 2020-11-14 | 1 | -3/+50 |
|/ |
|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Disable code to add patches menu | Ev1lbl0w | 2020-10-19 | 1 | -203/+0 |
* | Adds PCK encryption support (using script encryption key for export). | bruvzg | 2020-09-05 | 1 | -12/+113 |
* | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | 2020-07-15 | 1 | -3/+3 |
|\ |
|
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+3 |
* | | Fix cancel/OK button order on macOS | Daniel Ting | 2020-07-10 | 1 | -2/+2 |
|/ |
|
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -2/+4 |
* | Account for file deletion and renaming in Export Presets | Maganty Rushyendra | 2020-06-11 | 1 | -0/+1 |
* | Implementation of the Godot Android Plugin configuration file | Fredia Huya-Kouadio | 2020-05-17 | 1 | -0/+7 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -45/+83 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -57/+0 |
* | Remove unnecessary Panel in "Features" section in the Export dialog | Michael Alexsander | 2020-04-05 | 1 | -4/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -13/+13 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -39/+47 |
* | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -2/+3 |
* | Signals: Port more uses of connect_compat | Rémi Verschelde | 2020-02-28 | 1 | -1/+4 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -57/+29 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -33/+33 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Export: Fix leak or orphaned Controls after #34911 | Rémi Verschelde | 2020-01-08 | 1 | -2/+4 |
* | Export: Hide Patches tab until actually implemented | Rémi Verschelde | 2020-01-08 | 1 | -2/+25 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
* | Makes more strings in editor translatable | Haoyu Qiu | 2019-12-16 | 1 | -3/+3 |
* | Make more editor strings translatable | Haoyu Qiu | 2019-12-13 | 1 | -2/+2 |
* | Add a tooltip to explain what marking a preset as "runnable" does | Hugo Locurcio | 2019-11-14 | 1 | -0/+1 |
* | Don't allow to export pck without preset | Tomasz Chabora | 2019-10-16 | 1 | -0/+4 |
* | Document the ability to include/exclude non-resource export folders | Hugo Locurcio | 2019-10-05 | 1 | -2/+6 |
* | Merge pull request #25353 from azagaya/master | Rémi Verschelde | 2019-08-30 | 1 | -0/+1 |
|\ |
|
| * | Make tab containers in editor, project settings, and export dialog, to use hi... | azagaya | 2019-08-30 | 1 | -0/+1 |
* | | Export path is the only path to be saved as a relative path | SonerSound | 2019-08-22 | 1 | -11/+2 |
* | | Export path may now be written as a relative path | SonerSound | 2019-06-30 | 1 | -2/+11 |
* | | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -2/+2 |
* | | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | 2019-05-28 | 1 | -8/+1 |
|\ \ |
|
| * | | Add Popup::popup_centered_clamped method | homer666 | 2019-04-30 | 1 | -8/+1 |
* | | | Fixed naming issue when duplicating an export | AMS21 | 2019-05-23 | 1 | -4/+2 |
* | | | Allow project export to be canceled | George Marques | 2019-05-18 | 1 | -3/+3 |
|/ / |
|
* | | Merge pull request #28338 from qarmin/disable_project_export_button | Rémi Verschelde | 2019-04-25 | 1 | -0/+1 |
|\ \ |
|
| * | | Disable Project Export button after deleting preset | qarmin | 2019-04-23 | 1 | -0/+1 |
* | | | Fixes to make exporting more responsive. | Juan Linietsky | 2019-04-24 | 1 | -9/+9 |
|/ / |
|
* | | Fixes misleading error message when trying to export | Ricardo Lüders | 2019-03-05 | 1 | -1/+5 |
* | | Improve error message on project export failure | Rémi Verschelde | 2019-02-22 | 1 | -2/+7 |
|/ |
|
* | Merge pull request #25163 from ankitpriyarup/master | Rémi Verschelde | 2019-01-21 | 1 | -1/+0 |
|\ |
|
| * | Disable autowrap for export dialog errors | Ankit Priyarup | 2019-01-21 | 1 | -1/+0 |