| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -7/+7 |
| * | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | 2020-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -3/+3 |
| * | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -8/+24 |
| |/ |
|
| * | Allow to open multiple projects when some are not imported or without main sc... | Rafał Mikrut | 2020-11-18 | 1 | -2/+2 |
| * | Merge pull request #43479 from Calinou/use-low-editor-scale-auto | Rémi Verschelde | 2020-11-16 | 1 | -4/+16 |
| |\ |
|
| | * | Use 75% editor scale on small displays automatically | Hugo Locurcio | 2020-11-16 | 1 | -4/+16 |
| * | | Allow creating projects in non-empty folders with a confirmation popup | Aaron Franke | 2020-11-10 | 1 | -9/+27 |
| |/ |
|
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| * | Rename the ".import" folder to ".godot/imported" | Aaron Franke | 2020-09-28 | 1 | -1/+2 |
| * | i18n: Sync translations with Weblate | Rémi Verschelde | 2020-09-08 | 1 | -0/+1 |
| * | Merge pull request #41589 from sburris0/master | Rémi Verschelde | 2020-09-03 | 1 | -1/+1 |
| |\ |
|
| | * | Make blank project name create an error, not a warning | Spencer Burris | 2020-08-28 | 1 | -1/+1 |
| * | | Change the "remove missing" button to disabled rather than hidden | Aaron Franke | 2020-08-31 | 1 | -1/+2 |
| * | | Fix not saving new filter order | Stijn Hinlopen | 2020-08-29 | 1 | -23/+16 |
| |/ |
|
| * | Refactor project filter in Project Manager | Stijn Hinlopen | 2020-08-27 | 1 | -311/+239 |
| * | Create default_env.tres with the same format used to save it | Raul Santos | 2020-08-10 | 1 | -1/+3 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+3 |
| * | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -2/+2 |
| * | Keep debug & verbose options after loading project from project manager | PouleyKetchoupp | 2020-07-09 | 1 | -0/+8 |
| * | [macOS] Implement seamless display scaling. | bruvzg | 2020-07-04 | 1 | -5/+2 |
| * | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -1/+1 |
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -1/+0 |
| * | Fixed "Favourite Project" button in Project Manager | hilfazer | 2020-06-13 | 1 | -4/+0 |
| * | Grabbing focus on ProjectList after clicking an item. | Dominik 'dreamsComeTrue' Jasiński | 2020-05-30 | 1 | -0/+6 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -22/+43 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -109/+0 |
| * | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -6/+18 |
| * | Improve path search behavior discoverability in the project manager | Hugo Locurcio | 2020-04-25 | 1 | -0/+2 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -9/+9 |
| * | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 1 | -27/+32 |
| * | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino | 2020-03-26 | 1 | -2/+2 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -25/+25 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -43/+43 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -3/+4 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -10/+15 |
| * | Working sky shader implementation | clayjohn | 2020-03-21 | 1 | -1/+1 |
| * | Signals: filter_changed from ProjectListFilter now is emitted when it's on sc... | Mateo Miccino | 2020-03-07 | 1 | -1/+2 |
| * | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -6/+6 |
| |\ |
|
| | * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -6/+6 |
| * | | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -12/+12 |
| * | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -65/+32 |
| |/ |
|
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -44/+44 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -4/+4 |
| * | fix Vulkan project description | Marcin Zawiejski | 2020-02-13 | 1 | -1/+1 |
| * | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -3/+3 |
| * | Merge pull request #36152 from Calinou/project-manager-rename-last-modified | Rémi Verschelde | 2020-02-13 | 1 | -12/+15 |
| |\ |
|
| | * | Rename the "Last Modified" project list sorting option to "Last Edited" | Hugo Locurcio | 2020-02-12 | 1 | -12/+15 |
| * | | Disable the GLES2 renderer option in the Project Manager | Hugo Locurcio | 2020-02-13 | 1 | -1/+10 |
| |/ |
|
| * | Changed in-text driver name to "Vulkan" | Teashrock | 2020-02-12 | 1 | -3/+3 |