Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2023-01-03 | Fix file dialog crash on forward click when history is empty. | bruvzg |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-09-07 | Fix file list in FileDialog not updating on first run | Rindbee |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-09-02 | Fix theme propagation in various parts of the editor | Yuri Sizov |
2022-08-30 | EditorFileDialog: disambiguate recent/favorite items | RedMser |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-28 | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde |
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-07-04 | Fix FileDialog file name autocompletion with filters | Thakee Nathees |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-05-10 | Cleanups after changes in ItemList signals | Aleksey Smirnov |
2022-05-06 | Changed signals of ItemList | Vitika9 |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Restore hidden folder behavior for project manager | Ev1lbl0w |
2022-04-05 | Fix Project Manager hard crashes due to invalid access to Editor Nodes | Marios Staikopoulos |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-03-28 | Merge pull request #59453 from DanielKriz/master | Rémi Verschelde |
2022-03-26 | Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirs | Rémi Verschelde |
2022-03-25 | Fix persistent favorites after rename | Daniel Kříž |
2022-03-25 | Add better alert dialogs if directory already exists | Daniel Kříž |
2022-03-12 | Merge pull request #58338 from aaronfranke/bools | Rémi Verschelde |
2022-03-12 | Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-... | Rémi Verschelde |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-03-02 | Allow absolute file paths in file dialogs | miremrie |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-12 | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-01-24 | [Windows] Add support for handling network share paths. | bruvzg |
2022-01-14 | Merge pull request #56706 from KoBeWi/we_need_to_go_higher | Rémi Verschelde |
2022-01-12 | Automatically go up if current dir was deleted | kobewi |
2022-01-12 | Create function focus_file_text | Ger Hean |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 |
2021-11-30 | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()` | Michael Alexsander |