Age | Commit message (Expand) | Author |
2022-08-30 | Merge pull request #65039 from Mickeon/rename-treeitem-tooltip | Rémi Verschelde |
2022-08-30 | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-05 | Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ch... | Yuri Sizov |
2022-07-29 | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde |
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke |
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-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-28 | Add property name style toggle to Inspector | Haoyu Qiu |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-03 | i18n: Make property paths and categories translatable | Haoyu Qiu |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Merge pull request #57749 from timothyqiu/feature-class-props | Rémi Verschelde |
2022-02-07 | Don't display empty Class Properties in feature profile | Haoyu Qiu |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-08-03 | Fix various i18n failures | Haoyu Qiu |
2021-07-31 | Put multiple colons back into translated strings | Yuri Sizov |
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-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-31 | Improve the layout and texts of the Editor Feature Profiles dialog | Yuri Sizov |
2021-05-27 | Fixed changing enabled classes resetting folding in manage editor features. | Emre Aydin |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-09-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-08-27 | Make the Import dock depend on the FileSystem dock | Aaron Franke |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-05-25 | Fix build after merge of #37235 | Rémi Verschelde |
2020-05-25 | Merge pull request #37235 from Calinou/improve-editor-feature-profiles | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |