summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize StringName usagereduz2021-07-181-40/+40
* Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-1/+1
* Documentation search fixesGregory Basile2021-06-161-6/+3
* Merge pull request #47791 from Chaosus/fix_doc_themeRémi Verschelde2021-05-241-1/+1
|\
| * Fix doc theme not changing when its hiddingYuri Roubinsky2021-04-111-1/+1
* | Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* | Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-1/+1
|/
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
* Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde2021-01-081-40/+1
|\
| * Unified named colors in RichTextLabelDanil Alexeev2020-11-171-40/+1