summaryrefslogtreecommitdiff
path: root/editor/editor_about.cpp
AgeCommit message (Collapse)Author
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-11-17Removed unnecessary assignmentsWilson E. Alvarez
2018-10-14Increase the source font's line spacingHugo Locurcio
This also increases line spacing in license texts in the editor's About dialog.
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
[ci skip]
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir
Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
2018-02-25Update icons when theme changedPoommetee Ketson
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
2018-01-03Fix broken Info.plist after copyright updateRazah
Fixes #15293. + related misc fixes by @akien-mga.
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-25EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson
2017-12-01Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias
2017-11-27EditorAbout: single-column'd some section, monospacePoommetee Ketson
- Show ItemLists in single column if not enough item, or is a special section (Gold/Platinum sponsors) - Add a space before and after names so that it looks a bit better for long names adjacent to another - License text in monospace
2017-11-07Fixed invalid license symbolChaosus
2017-09-04EditorAbout: fix names being selectablePoommetee Ketson
2017-09-04EditorAbout: add donors tabPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-25Label: update min size when regenerate wordcachePoommetee Ketson
2017-07-23Move About dialog to editor_about.cppPoommetee Ketson