summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix left-aligned EditorHelp when first openedMicky2022-12-091-3/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Merge pull request #68904 from aaronfranke/texture-methodsRémi Verschelde2022-11-201-4/+4
|\
| * Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-4/+4
* | Double precision of `String.split_floats`Micky2022-11-201-1/+1
|/
* Add more call-to-action notes when documentation is missingYuri Sizov2022-11-171-17/+33
* Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde2022-11-151-13/+23
|\
| * Change docs' Typed Array & void representationMicky2022-11-151-13/+23
* | Merge pull request #68132 from Mickeon/doc-help-colourfulRémi Verschelde2022-11-141-20/+39
|\ \
| * | Improve Editor Documentation colorsMicky2022-11-011-20/+39
* | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| |/ |/|
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | | Merge pull request #68079 from Mickeon/doc-help-hintRémi Verschelde2022-10-311-2/+23
|\ \ \ | |_|/ |/| |
| * | Add tooltip to method qualifiers in Documentation HelpMicky2022-10-311-2/+23
| |/
* / Remove override_selected_font_color propertykobewi2022-10-261-1/+0
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+8
* Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-0/+94
* Fix theming error in EditorHelp due to order of operations issueYuri Sizov2022-09-061-13/+12
* Improve Docs' inheritance tree icons on newlineMicky2022-09-021-2/+4
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-22/+29
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Merge pull request #64847 from Mickeon/editor-docs-hierarchy-iconsRémi Verschelde2022-08-281-11/+26
|\ \
| * | Add type icons to editor docs' hierarchyMicky2022-08-251-11/+26
| |/
* / Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-29/+22
|/
* Add documentation for all annotationsYuri Sizov2022-08-191-1/+1
* Add support for [param foo] syntax in valid documentation contextsYuri Sizov2022-08-081-0/+15
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Add padding for code blocks in the editor helpHugo Locurcio2022-07-171-0/+1
* Merge pull request #62710 from Calinou/editor-help-improve-code-kbd-ref-highl...Rémi Verschelde2022-07-131-6/+37
|\
| * Improve visibility of code, kbd and clickable references in editor helpHugo Locurcio2022-07-051-6/+37
* | Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde2022-07-071-1/+1
|\ \
| * | Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* | | Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-15/+128
|\ \ \ | |/ / |/| |
| * | Add support for documenting built-in annotationsYuri Sizov2022-07-041-15/+128
| |/
* / Implement a BitField hintreduz2022-07-051-1/+5
|/
* Fix `help_title_font_size` editor property to correctly apply to docsYuri Rubinsky2022-06-291-25/+55
* Merge pull request #60984 from fire-forge/doc-iconRémi Verschelde2022-06-011-0/+11
|\
| * Add type icon to documentation page headerFireForge2022-05-251-0/+11
* | Fix help links with threaded RTL.bruvzg2022-05-301-3/+23
|/
* Fix class_desc_deselect handling of @GlobalScope.X linksSnailRhymer2022-05-211-21/+26
* Add a new HashSet templatereduz2022-05-201-1/+1
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-22/+23
* Replace most uses of Map by HashMapreduz2022-05-161-11/+11
* Fix _class_desc_select to handle Variant.TypeSnailRhymer2022-05-121-49/+46
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* [Help] Add simulated slanted font support to the editor help.bruvzg2022-03-221-2/+2