summaryrefslogtreecommitdiff
path: root/editor/editor_about.cpp
AgeCommit message (Expand)Author
2023-01-08Fix UTF-8 encoding for copyright in About dialogStanislav Labzyuk
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
2022-05-19Tweaks to improve the Project Manager display at small sizesAaron Franke
2022-05-19[RTL] Add support for shaping in background thread.bruvzg
2022-05-01Keep logo aspect ratio in About dialogHaoyu Qiu
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-21Decrease the default line spacing in the script editorHugo Locurcio
2022-03-18Improves editor property name extractionHaoyu Qiu
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-06-08Separate version hash from version number in editor and project managerAndrii Doroshenko (Xrayez)
2021-04-28Make it possible to copy the Godot version identifier by clicking itHugo Locurcio
2021-04-16Add the About dialog to the project managerHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-09-08i18n: Sync translations with WeblateRémi Verschelde
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-06Make text in the "About" dialog reset its position when changedMichael Alexsander
2019-10-05Increase the size of the About dialogHugo Locurcio
2019-08-21Tweak a few strings displayed in the editor for consistencyHugo Locurcio
2019-06-01Display longer Git hashes in engine version dialogsHugo Locurcio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-17Removed unnecessary assignmentsWilson E. Alvarez
2018-10-14Increase the source font's line spacingHugo Locurcio
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