summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.h
Commit message (Expand)AuthorAgeFilesLines
* GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+6
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-0/+1
* Polish & fix editor help cache generationPedro J. Estébanez2023-11-021-3/+2
* Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-2/+5
* Merge pull request #82691 from YuriSizov/rst-validate-with-exceptionsRémi Verschelde2023-10-041-2/+2
|\
| * Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* | Revamp how documentation tooltips workMichael Alexsander2023-10-031-0/+27
|/
* Avoid text substitution in EditorHelp messagesHaoyu Qiu2023-09-051-9/+6
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-1/+1
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-2/+2
* C#: Do not use DocCache when generating glue codeRedworkDE2023-04-201-1/+1
* Cache classes editor helpPedro J. Estébanez2023-04-131-0/+3
* Streamline class icon resolution in the editorYuri Sizov2023-03-311-1/+1
* Make EditorHelp respect font size settingsYuri Sizov2023-02-111-0/+8
* Make use of a theme cache in EditorHelp and ensure it's updatedYuri Sizov2023-02-111-16/+25
* Remove some unused signalsRémi Verschelde2023-01-311-2/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add more call-to-action notes when documentation is missingYuri Sizov2022-11-171-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64847 from Mickeon/editor-docs-hierarchy-iconsRémi Verschelde2022-08-281-0/+1
|\
| * Add type icons to editor docs' hierarchyMicky2022-08-251-0/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+1
* Fix `help_title_font_size` editor property to correctly apply to docsYuri Rubinsky2022-06-291-0/+2
* Fix help links with threaded RTL.bruvzg2022-05-301-0/+3
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-14/+14
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+2
* Fix theming of doc backgroundYuri Roubinsky2022-01-301-1/+1
* [Editor] Do not update editor help theme, if calculated margin hasn't changed.bruvzg2022-01-241-0/+1
* Improve spacing in built-in class referenceYuri Sizov2022-01-181-4/+8
* Generate editor docs on a threadreduz2022-01-071-1/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-0/+2
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-3/+0
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+5
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-3/+3
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+1
* Remove unused unhandled_key_input method in EditorHelp. Search popup and focu...Eric M2020-11-231-2/+0
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Remove unnecessary panel in EditorHelpBitMichael Alexsander2020-04-061-2/+2
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-0/+2
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-1/+1