| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1981/+0 |
* | Defer invalidation on FileDialog nodes | Michael Alexsander | 2023-03-25 | 1 | -12/+19 |
* | Add some missing EditorFileDialog methods and properties. | bruvzg | 2023-02-22 | 1 | -0/+17 |
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con... | bruvzg | 2023-02-20 | 1 | -0/+5 |
* | Add a custom icon for the `project.godot` file in the EditorFileDialog | Yuri Sizov | 2023-02-17 | 1 | -2/+10 |
* | Prevent saving files with no name and only an extension. | Nong Van Tinh | 2023-02-17 | 1 | -2/+16 |
* | Hide non-functional "Show in File Manager" buttons in Android/web editor | Hugo Locurcio | 2023-02-01 | 1 | -0/+7 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix file dialog crash on forward click when history is empty. | bruvzg | 2023-01-03 | 1 | -1/+1 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -1/+4 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -3/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -13/+13 |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -6/+6 |
* | Fix file list in FileDialog not updating on first run | Rindbee | 2022-09-07 | 1 | -14/+6 |
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -4/+4 |
* | Fix theme propagation in various parts of the editor | Yuri Sizov | 2022-09-02 | 1 | -76/+114 |
* | EditorFileDialog: disambiguate recent/favorite items | RedMser | 2022-08-30 | 1 | -31/+53 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -13/+13 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -0/+1 |
* | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -8/+8 |
|\ |
|
| * | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -8/+8 |
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -1/+0 |
|/ |
|
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -5/+5 |
* | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde | 2022-07-13 | 1 | -10/+10 |
|\ |
|
| * | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | 2022-07-09 | 1 | -10/+10 |
* | | Seperate filter and description in FileDialog.add_filter() | FireForge | 2022-07-09 | 1 | -3/+7 |
|/ |
|
* | Fix FileDialog file name autocompletion with filters | Thakee Nathees | 2022-07-04 | 1 | -2/+2 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -1/+1 |
* | Cleanups after changes in ItemList signals | Aleksey Smirnov | 2022-05-10 | 1 | -1/+1 |
* | Changed signals of ItemList | Vitika9 | 2022-05-06 | 1 | -7/+23 |
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -7/+0 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -3/+3 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -2/+0 |
* | Restore hidden folder behavior for project manager | Ev1lbl0w | 2022-04-06 | 1 | -1/+1 |
* | Fix Project Manager hard crashes due to invalid access to Editor Nodes | Marios Staikopoulos | 2022-04-05 | 1 | -3/+5 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -3/+3 |
* | Merge pull request #59453 from DanielKriz/master | Rémi Verschelde | 2022-03-28 | 1 | -0/+12 |
|\ |
|
| * | Fix persistent favorites after rename | Daniel Kříž | 2022-03-25 | 1 | -0/+12 |
* | | Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirs | Rémi Verschelde | 2022-03-26 | 1 | -1/+8 |
|\ \ |
|
| * | | Hide .gdignore'd folders | Ev1lbl0w | 2021-03-03 | 1 | -1/+8 |
* | | | Add better alert dialogs if directory already exists | Daniel Kříž | 2022-03-25 | 1 | -0/+7 |
| |/
|/| |
|
* | | Merge pull request #58338 from aaronfranke/bools | Rémi Verschelde | 2022-03-12 | 1 | -4/+0 |
|\ \ |
|
| * | | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -4/+0 |
* | | | Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-... | Rémi Verschelde | 2022-03-12 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't store and show current file/directory/path FileDialog properties | Hugo Locurcio | 2021-10-29 | 1 | -3/+3 |
* | | | Allow negative indexes in ItemList and PopupMenu | kobewi | 2022-03-12 | 1 | -13/+13 |
* | | | Allow absolute file paths in file dialogs | miremrie | 2022-03-02 | 1 | -1/+2 |
* | | | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -37/+49 |
* | | | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker | 2022-02-12 | 1 | -52/+102 |
* | | | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -4/+5 |