summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
AgeCommit message (Expand)Author
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-20Merge pull request #68904 from aaronfranke/texture-methodsRémi Verschelde
2022-11-20Double precision of `String.split_floats`Micky
2022-11-19Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke
2022-11-17Add more call-to-action notes when documentation is missingYuri Sizov
2022-11-15Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde
2022-11-15Change docs' Typed Array & void representationMicky
2022-11-14Merge pull request #68132 from Mickeon/doc-help-colourfulRémi Verschelde
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-01Improve Editor Documentation colorsMicky
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #68079 from Mickeon/doc-help-hintRémi Verschelde
2022-10-31Add tooltip to method qualifiers in Documentation HelpMicky
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-09-06Fix theming error in EditorHelp due to order of operations issueYuri Sizov
2022-09-02Improve Docs' inheritance tree icons on newlineMicky
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
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-28Merge pull request #64847 from Mickeon/editor-docs-hierarchy-iconsRé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-08-25Add type icons to editor docs' hierarchyMicky
2022-08-19Add documentation for all annotationsYuri Sizov
2022-08-08Add support for [param foo] syntax in valid documentation contextsYuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-17Add padding for code blocks in the editor helpHugo Locurcio
2022-07-13Merge pull request #62710 from Calinou/editor-help-improve-code-kbd-ref-highl...Rémi Verschelde
2022-07-07Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-05Implement a BitField hintreduz
2022-07-05Improve visibility of code, kbd and clickable references in editor helpHugo Locurcio
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-06-29Fix `help_title_font_size` editor property to correctly apply to docsYuri Rubinsky
2022-06-01Merge pull request #60984 from fire-forge/doc-iconRémi Verschelde
2022-05-30Fix help links with threaded RTL.bruvzg
2022-05-25Add type icon to documentation page headerFireForge
2022-05-21Fix class_desc_deselect handling of @GlobalScope.X linksSnailRhymer
2022-05-20Add a new HashSet templatereduz
2022-05-19[RTL] Add support for shaping in background thread.bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Fix _class_desc_select to handle Variant.TypeSnailRhymer
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-22[Help] Add simulated slanted font support to the editor help.bruvzg
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-03Use vformat() instead of string concatenation inside TTR()Haoyu Qiu