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-13 | Remove auto selecting the first file for FileDialog with Save file mode selected | Dawid Marzec |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde |
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-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov |
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-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge |
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-28 | Add root_subfolder to FileDialog | kobewi |
2022-06-22 | Replace some TTRCs with TTRs | kobewi |
2022-05-12 | Capitalize/fix some property enum hints | FireForge |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-03-12 | Merge pull request #54399 from Calinou/filedialog-current-properties-hint-no-... | Rémi Verschelde |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-03-02 | Allow absolute file paths in file dialogs | miremrie |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-01-24 | [Windows] Add support for handling network share paths. | bruvzg |
2022-01-19 | Fix FileDialog localization issues | kobewi |
2022-01-12 | Create function focus_file_text | Ger Hean |
2022-01-08 | Improve FileDialog filters | kobewi |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-29 | Don't store and show current file/directory/path FileDialog properties | Hugo Locurcio |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-26 | Add focus font color to Button and derivatives | Yuri Sizov |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-16 | Documentation search fixes | Gregory Basile |