summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Use vformat() instead of string concatenation inside TTR()Haoyu Qiu2022-03-031-2/+2
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-4/+5
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-9/+9
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-9/+9
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-13/+13
* Rework TextureButton stretchkobewi2022-02-051-1/+1
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-9/+9
|\
| * String: Add contains().Anilforextra2022-02-041-9/+9
* | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* | EditorHelpBit: Fix content height fit and RTL theme propagationRémi Verschelde2022-02-021-5/+7
|/
* Fix theming of doc backgroundYuri Roubinsky2022-01-301-5/+5
* [Editor] Do not update editor help theme, if calculated margin hasn't changed.bruvzg2022-01-241-6/+9
* Use a fixed-width font for internal references in the editor helpHugo Locurcio2022-01-211-4/+8
* Improve spacing in built-in class referenceYuri Sizov2022-01-181-33/+31
* Generate editor docs on a threadreduz2022-01-071-3/+43
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-2/+2
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-32/+32
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-7/+32
* | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-31/+64
|/
* Add [theme_item] tag to editor helpkobewi2021-11-181-1/+4
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-1/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-6/+8
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-139/+195
* Fix match counter in help pages not updatingMichael Alexsander2021-10-011-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde2021-09-171-0/+28
|\
| * Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+28
* | Remove bbcode_text from RichTextLabelHaSa10022021-09-161-7/+7
* | Merge pull request #52352 from williamd67/open-help-editor-at-correct-positionRémi Verschelde2021-09-151-3/+3
|\ \ | |/ |/|
| * Symbol lookup jumps to the correct position in help editorWilliam Deurwaarder2021-09-021-3/+3
* | Show help for built-in functions (@GlobalScope)William Deurwaarder2021-08-301-0/+2
|/
* Implement error return documetationreduz2021-08-241-1/+27
* Implement NativeExtension pointer argumentsreduz2021-08-231-3/+3
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-5/+3