| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Fix Object encoded as id in dictionnaries to be represented as int in the ins... | ajreckof | 2024-07-22 | 1 | -0/+1 |
* | Editor: Focus value editor on type change in Dictionary and Array editors | Valentin Cocaud | 2024-06-04 | 1 | -3/+8 |
* | Add colored margin in Inspector for arrays and dictionaries. | ajreckof | 2024-05-03 | 1 | -2/+4 |
* | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -0/+1 |
* | Allow batch drag and drop in typed array of Node and NodePath. | AeioMuch | 2024-04-06 | 1 | -0/+2 |
* | Fix update property for dictionnaries so that it updates only what is necessary | ajreckof | 2024-03-21 | 1 | -2/+41 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
* | Rework update_property for array. | ajreckof | 2023-12-21 | 1 | -5/+21 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -2/+3 |
* | GDScript: Fix issues with typed arrays | Dmitrii Maganov | 2023-01-31 | 1 | -0/+2 |
* | Merge pull request #70540 from vaartis/multiline-arrays-dictionaries | Rémi Verschelde | 2023-01-13 | 1 | -0/+2 |
|\ |
|
| * | Implement export_multiline support for Array[String] and Dictionary | Ekaterina Vaartis | 2022-12-25 | 1 | -0/+2 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Fix various uninitialized member pointers | Rémi Verschelde | 2022-09-06 | 1 | -1/+1 |
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 1 | -17/+20 |
* | Add margins to Array and Dictionary editors | FireForge | 2022-06-11 | 1 | -4/+4 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -21/+21 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -3/+3 |
* | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 1 | -0/+36 |
* | Unify array, dictionary, and inspector array editors | FireForge | 2022-02-09 | 1 | -6/+8 |
* | Add type icons to Project Settings, Array, and Dictionary editors | fire540 | 2022-02-03 | 1 | -0/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Add the ability to reorder arrays from the inspector | Lightning_A | 2021-07-11 | 1 | -12/+22 |
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -4/+4 |
* | Increase the page size for array/dictionary editors to 20 | Hugo Locurcio | 2021-02-12 | 1 | -4/+4 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -2/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -2/+0 |
* | Added properties and methods to allow for dragging and dropping multiple file... | Eric M | 2020-04-18 | 1 | -0/+7 |
* | Signals: Don't pass default binds to EditorProperty property_changed | Rémi Verschelde | 2020-03-05 | 1 | -2/+2 |
* | Signals: Fix some regressions from #36426 | Rémi Verschelde | 2020-03-03 | 1 | -4/+4 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Merge pull request #29656 from nhold/add-remove-option-array-inspector | Rémi Verschelde | 2019-07-02 | 1 | -0/+1 |
|\ |
|
| * | Add option to remove array item and button to remove typed array item | Nathan Hold | 2019-07-02 | 1 | -0/+1 |
* | | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -2/+2 |
|/ |
|
* | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | 2019-01-18 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Arrays now parse the hint_string in the new inspector. | MrCdK | 2018-12-03 | 1 | -1/+4 |
* | Ensure array and dict editors show edited object IDs, fixes #20225 | Juan Linietsky | 2018-11-21 | 1 | -0/+3 |
* | Add missing copyright headers | Rémi Verschelde | 2018-08-29 | 1 | -0/+30 |
* | Fix args count mismatch in property_changed signal | Poommetee Ketson | 2018-08-19 | 1 | -2/+2 |
* | Add proper type information to array property | Bojidar Marinov | 2018-06-18 | 1 | -0/+2 |
* | Dictionary editing support in inspector | Juan Linietsky | 2018-05-19 | 1 | -0/+58 |
* | Dictionary editing does the comeback to the inspector, fixes #19046 | Juan Linietsky | 2018-05-19 | 1 | -0/+57 |