| Commit message (Expand) | Author | Age | Files | Lines |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
* | Add context support for editor property name i18n | Haoyu Qiu | 2024-03-31 | 1 | -3/+3 |
* | Fix unexpected auto translation of Tree content | Haoyu Qiu | 2024-03-18 | 1 | -0/+1 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -2/+3 |
* | Allow EditorInspector to change its property name style when necessary | Haoyu Qiu | 2023-04-29 | 1 | -11/+0 |
* | Make solving project setting errors easier | RedMser | 2023-03-27 | 1 | -1/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Don't update EditorSettings dialog unnecessarily | kobewi | 2022-11-21 | 1 | -1/+3 |
* | Only show named layers in layer menu | Haoyu Qiu | 2022-10-08 | 1 | -1/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -3/+3 |
* | Fix property revert logic in the sectioned inspector | Yuri Sizov | 2022-09-02 | 1 | -9/+4 |
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky | 2022-08-30 | 1 | -1/+1 |
* | [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u... | bruvzg | 2022-08-23 | 1 | -2/+2 |
* | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | 2022-08-18 | 1 | -2/+2 |
* | Add GLOBAL_DEF_INTERNAL to hide specific settings | kobewi | 2022-06-07 | 1 | -5/+0 |
* | Hide redundant categories from project settings | kobewi | 2022-05-28 | 1 | -0/+5 |
* | Add property name style toggle to Inspector | Haoyu Qiu | 2022-03-28 | 1 | -5/+22 |
* | Improve inspector filtering | Haoyu Qiu | 2022-03-18 | 1 | -1/+15 |
* | i18n: Make property paths and categories translatable | Haoyu Qiu | 2022-03-03 | 1 | -1/+3 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+1 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -1/+1 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -1/+1 |
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -2/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -5/+2 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -2/+2 |
* | Use bold fonts in editor | reduz | 2021-06-02 | 1 | -1/+2 |
* | Improve TreeItem API and allow to move nodes | trollodel | 2021-05-17 | 1 | -3/+3 |
* | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -1/+7 |
* | Removed _change_notify | reduz | 2021-02-10 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -6/+2 |
* | Fix filtering of search results in SectionedInspector | booer | 2020-09-02 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -18/+33 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -24/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -2/+3 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -5/+2 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -2/+2 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -2/+1 |
* | Merge pull request #33047 from silvanocerza/settings-search | Rémi Verschelde | 2020-01-31 | 1 | -3/+3 |
|\ |
|
| * | Improved search in settings dialogs | Silvano Cerza | 2019-11-04 | 1 | -3/+3 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | | Fix some overflows and unitialized variables | Rafał Mikrut | 2019-11-20 | 1 | -2/+2 |
|/ |
|
* | Increase the minimum width of the editor sectioned inspector | Hugo Locurcio | 2019-08-31 | 1 | -1/+1 |