index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_help.cpp
Age
Commit message (
Expand
)
Author
2022-09-11
Add ability to flag classes as experimental or deprecated.
SaracenOne
2022-09-06
Fix theming error in EditorHelp due to order of operations issue
Yuri Sizov
2022-09-02
Improve Docs' inheritance tree icons on newline
Micky
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
Merge pull request #64847 from Mickeon/editor-docs-hierarchy-icons
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-25
Add type icons to editor docs' hierarchy
Micky
2022-08-19
Add documentation for all annotations
Yuri Sizov
2022-08-08
Add support for [param foo] syntax in valid documentation contexts
Yuri Sizov
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-17
Add padding for code blocks in the editor help
Hugo Locurcio
2022-07-13
Merge pull request #62710 from Calinou/editor-help-improve-code-kbd-ref-highl...
Rémi Verschelde
2022-07-07
Merge pull request #62108 from bruvzg/font_config_v3
Rémi Verschelde
2022-07-06
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-05
Implement a BitField hint
reduz
2022-07-05
Improve visibility of code, kbd and clickable references in editor help
Hugo Locurcio
2022-07-04
Add support for documenting built-in annotations
Yuri Sizov
2022-06-29
Fix `help_title_font_size` editor property to correctly apply to docs
Yuri Rubinsky
2022-06-01
Merge pull request #60984 from fire-forge/doc-icon
Rémi Verschelde
2022-05-30
Fix help links with threaded RTL.
bruvzg
2022-05-25
Add type icon to documentation page header
FireForge
2022-05-21
Fix class_desc_deselect handling of @GlobalScope.X links
SnailRhymer
2022-05-20
Add a new HashSet template
reduz
2022-05-19
[RTL] Add support for shaping in background thread.
bruvzg
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Fix _class_desc_select to handle Variant.Type
SnailRhymer
2022-04-23
Rename theme properties to include underscores
FireForge
2022-03-22
[Help] Add simulated slanted font support to the editor help.
bruvzg
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-03-03
Use vformat() instead of string concatenation inside TTR()
Haoyu Qiu
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-05
Rework TextureButton stretch
kobewi
2022-02-03
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-02
EditorHelpBit: Fix content height fit and RTL theme propagation
Rémi Verschelde
2022-01-30
Fix theming of doc background
Yuri Roubinsky
2022-01-24
[Editor] Do not update editor help theme, if calculated margin hasn't changed.
bruvzg
2022-01-21
Use a fixed-width font for internal references in the editor help
Hugo Locurcio
2022-01-18
Improve spacing in built-in class reference
Yuri Sizov
2022-01-07
Generate editor docs on a thread
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
[next]