index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_about.cpp
Age
Commit message (
Expand
)
Author
2021-04-28
Make it possible to copy the Godot version identifier by clicking it
Hugo Locurcio
2021-04-16
Add the About dialog to the project manager
Hugo Locurcio
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-09-08
i18n: Sync translations with Weblate
Rémi Verschelde
2020-08-14
Update AUTHORS and DONORS list
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-06
Make text in the "About" dialog reset its position when changed
Michael Alexsander
2019-10-05
Increase the size of the About dialog
Hugo Locurcio
2019-08-21
Tweak a few strings displayed in the editor for consistency
Hugo Locurcio
2019-06-01
Display longer Git hashes in engine version dialogs
Hugo Locurcio
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-17
Removed unnecessary assignments
Wilson E. Alvarez
2018-10-14
Increase the source font's line spacing
Hugo Locurcio
2018-09-15
Remove unnecessary "OK"s text settings
Michael Alexsander Silva Dias
2018-08-05
Use a standard "OK" text for confirmation buttons in error dialogs
Hugo Locurcio
2018-06-06
Fix #16069, #19292, #19267 and #18940
Guilherme Felipe
2018-05-19
GDScript access to copyright, license, author and donor information.
Ibrahn Sahir
2018-02-25
Update icons when theme changed
Poommetee Ketson
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Fix broken Info.plist after copyright update
Razah
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-25
EditorAbout: TTR workaround for "Project Manager" contexts
Poommetee Ketson
2017-12-01
Changed EditorAbout's TextEdits to RichTextLabels.
Michael Alexsander Silva Dias
2017-11-27
EditorAbout: single-column'd some section, monospace
Poommetee Ketson
2017-11-07
Fixed invalid license symbol
Chaosus
2017-09-04
EditorAbout: fix names being selectable
Poommetee Ketson
2017-09-04
EditorAbout: add donors tab
Poommetee Ketson
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-07-25
Label: update min size when regenerate wordcache
Poommetee Ketson
2017-07-23
Move About dialog to editor_about.cpp
Poommetee Ketson