summaryrefslogtreecommitdiffstats
path: root/editor/editor_about.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright statements to 2021Rémi Verschelde2021-01-011-3/+3
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+8
* i18n: Sync translations with WeblateRémi Verschelde2020-09-081-1/+4
* Update AUTHORS and DONORS listRémi Verschelde2020-08-141-2/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-8/+8
* Working multiple window support, including editorJuan Linietsky2020-03-261-11/+14
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-3/+3
* Make text in the "About" dialog reset its position when changedMichael Alexsander2019-11-061-0/+1
* Increase the size of the About dialogHugo Locurcio2019-10-051-1/+1
* Tweak a few strings displayed in the editor for consistencyHugo Locurcio2019-08-211-2/+2
* Display longer Git hashes in engine version dialogsHugo Locurcio2019-06-011-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-3/+3
* Removed unnecessary assignmentsWilson E. Alvarez2018-11-171-2/+0
* Increase the source font's line spacingHugo Locurcio2018-10-141-0/+2
* Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias2018-09-151-1/+0
* Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio2018-08-051-1/+1
* Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-061-0/+1
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-22/+31
* Update icons when theme changedPoommetee Ketson2018-02-251-1/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix broken Info.plist after copyright updateRazah2018-01-031-1/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-3/+3
* EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson2017-12-251-1/+1
* Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2017-12-011-9/+4