Age | Commit message (Expand) | Author |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-06-14 | Remove trailing slash from recent dir if needed | Paweł Fertyk |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-04-05 | Fix crashes in *_input functions | Rafał Mikrut |
2021-03-13 | trims_whitespaces_when_creating_folder_windows | Pop0p |
2021-02-19 | Merge pull request #38994 from nikibobi/fix-file-dialog-favorite | Rémi Verschelde |
2021-01-03 | Merge pull request #42779 from volzhs/editor-file-dialog | Rémi Verschelde |
2021-01-02 | Enhance editor file dialog | volzhs |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-21 | Rename unselect to deselect | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-06 | Update the setting when clicking Show hidden files | Tomasz Chabora |
2020-10-02 | Updated getters and setters names for toplevel | Duroxxigar |
2020-09-28 | Rename the ".import" folder to ".godot/imported" | Aaron Franke |
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-03 | Change how default fonts are created, fixes #39235 | Juan Linietsky |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
2020-05-24 | fix file dialog filename cleared when selecting favorites | Borislav Kosharov |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-07 | Merge pull request #37592 from Anutrix/dissolving_class | Rémi Verschelde |
2020-04-06 | Fixes leaks when running editor | qarmin |
2020-04-05 | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-04 | Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux | Rémi Verschelde |
2020-03-04 | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialog | Rémi Verschelde |
2020-03-03 | Double click on a folder didn't open it (editor) | Gil Arasa Verge |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-03-01 | Take correct part of extension with File Dialog | Dominik 'dreamsComeTrue' Jasiński |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-16 | Fixed issues with using a relative path in the export window. | Catchawink |
2019-12-06 | Add spaces after commas and strip extra ones in *FileDialog filter menu | Michael Alexsander |
2019-12-06 | Remove extra spaces from parenthesis in *FileDialog's filter menu | Michael Alexsander |
2019-10-29 | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde |