summaryrefslogtreecommitdiffstats
path: root/editor/editor_about.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-6/+24
* Unify editor version buttonsHaoyu Qiu2024-09-281-28/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+3
* Misc code cleanupkobewi2024-04-261-1/+0
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-1/+9
* Improve look of Donors list in Editor's AboutMicky2024-02-171-27/+80
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-0/+1
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+1
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* | Fix theme application in various editor dialogsYuri Sizov2023-12-041-23/+19
* | Donors: Change tiers to match Dev Fund, sync latest dataRémi Verschelde2023-11-141-11/+23
* | Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+7
|/
* Add EditorStringNames singletonkobewi2023-09-031-3/+4
* Single Compilation Unit build.lawnjelly2023-06-061-1/+1
* Fix UTF-8 encoding for copyright in About dialogStanislav Labzyuk2023-01-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-31/+31
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-10/+15
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-15/+10
|/
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* Tweaks to improve the Project Manager display at small sizesAaron Franke2022-05-191-1/+1
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-0/+2
* Keep logo aspect ratio in About dialogHaoyu Qiu2022-05-011-0/+1
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Decrease the default line spacing in the script editorHugo Locurcio2022-03-211-2/+2
* Improves editor property name extractionHaoyu Qiu2022-03-181-3/+1
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-0/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-2/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-8/+8
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-8/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-3/+3
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Optimize StringName usagereduz2021-07-181-3/+3
* Add header theme type variations to labelskobewi2021-07-131-0/+1
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
* Separate version hash from version number in editor and project managerAndrii Doroshenko (Xrayez)2021-06-081-1/+1
* Make it possible to copy the Godot version identifier by clicking itHugo Locurcio2021-04-281-3/+26
* Add the About dialog to the project managerHugo Locurcio2021-04-161-4/+3