| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -5/+18 |
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| * | Update the setting when clicking Show hidden files | Tomasz Chabora | 2020-10-06 | 1 | -5/+8 |
| * | Updated getters and setters names for toplevel | Duroxxigar | 2020-10-02 | 1 | -1/+1 |
| * | Rename the ".import" folder to ".godot/imported" | Aaron Franke | 2020-09-28 | 1 | -1/+1 |
| * | Small naming and tooltip tweaks | Michael Alexsander | 2020-07-23 | 1 | -1/+1 |
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -0/+4 |
| * | Change how default fonts are created, fixes #39235 | Juan Linietsky | 2020-07-03 | 1 | -1/+1 |
| * | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -2/+2 |
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -10/+20 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -45/+86 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+9 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -106/+0 |
| * | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -1/+2 |
| * | Merge pull request #37592 from Anutrix/dissolving_class | Rémi Verschelde | 2020-04-07 | 1 | -39/+0 |
| |\ |
|
| | * | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown | 2020-04-05 | 1 | -39/+0 |
| * | | Fixes leaks when running editor | qarmin | 2020-04-06 | 1 | -0/+1 |
| |/ |
|
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -39/+39 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -102/+102 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -1/+2 |
| * | Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux | Rémi Verschelde | 2020-03-04 | 1 | -4/+18 |
| |\ |
|
| | * | Improve UX of drive letters | Pedro J. Estébanez | 2020-03-03 | 1 | -4/+18 |
| * | | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialog | Rémi Verschelde | 2020-03-04 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Take correct part of extension with File Dialog | Dominik 'dreamsComeTrue' Jasiński | 2020-03-01 | 1 | -1/+1 |
| | |/ |
|
| * / | Double click on a folder didn't open it (editor) | Gil Arasa Verge | 2020-03-03 | 1 | -0/+1 |
| |/ |
|
| * | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -59/+31 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -31/+31 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -11/+11 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Fixed issues with using a relative path in the export window. | Catchawink | 2019-12-16 | 1 | -0/+2 |
| * | Add spaces after commas and strip extra ones in *FileDialog filter menu | Michael Alexsander | 2019-12-06 | 1 | -2/+2 |
| * | Remove extra spaces from parenthesis in *FileDialog's filter menu | Michael Alexsander | 2019-12-06 | 1 | -3/+3 |
| * | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde | 2019-10-29 | 1 | -6/+12 |
| |\ |
|
| | * | Improved UX of selecting directories in (Editor)FileDialog by hiding unused g... | MCrafterzz | 2019-10-29 | 1 | -6/+12 |
| * | | Scroll back to the top after opening a directory in FileDialog | Hugo Locurcio | 2019-10-24 | 1 | -0/+3 |
| |/ |
|
| * | Create new folder from save dialog now update filesystem dock. | dankan1890 | 2019-09-26 | 1 | -1/+2 |
| * | Rename FileDialog's folder icon custom color to `folder_icon_modulate` | Hugo Locurcio | 2019-08-21 | 1 | -3/+3 |
| * | Use a different color for folder icons in file dialogs | Hugo Locurcio | 2019-08-20 | 1 | -0/+6 |
| * | Fix filter crash in EditorFileDialog for MeshLib/TileSet conversion | Chaosus | 2019-07-29 | 1 | -1/+6 |
| * | Small adjustments to tooltips in '(Editor)FileDialog' | Michael Alexsander Silva Dias | 2019-07-26 | 1 | -4/+4 |
| * | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde | 2019-07-25 | 1 | -7/+4 |
| * | Auto-change file extension in EditorFileDialog when filter changes | Chaosus | 2019-06-28 | 1 | -1/+14 |
| * | Merge pull request #29644 from YeldhamDev/editor_file_recent_reselect | Rémi Verschelde | 2019-06-13 | 1 | -4/+8 |
| |\ |
|
| | * | Make possible to reselect an item in the "Recent" list in the EditorFileDialog | Michael Alexsander Silva Dias | 2019-06-09 | 1 | -4/+8 |
| * | | Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggle | Rémi Verschelde | 2019-06-13 | 1 | -12/+20 |
| |\ \ |
|
| | * | | Add button for toggling hidden files in EditorFileDialog | Michael Alexsander Silva Dias | 2019-06-10 | 1 | -12/+20 |
| | |/ |
|
| * / | Apply a better fix for the EditorFileDialog crash on favorite | Michael Alexsander Silva Dias | 2019-06-09 | 1 | -10/+2 |
| |/ |
|
| * | Fix crash when selecting favorate directory on EditorFileDialog | volzhs | 2019-06-10 | 1 | -1/+8 |