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-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
2022-01-03
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-03
Make overridden properties link to parent definition
Yuri Sizov
2021-12-01
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-11-30
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-18
Add [theme_item] tag to editor help
kobewi
2021-11-15
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-01
Fix match counter in help pages not updating
Michael Alexsander
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-17
Merge pull request #52655 from Chaosus/toggle_scripts_panel
Rémi Verschelde
2021-09-16
Remove bbcode_text from RichTextLabel
HaSa1002
2021-09-15
Merge pull request #52352 from williamd67/open-help-editor-at-correct-position
Rémi Verschelde
2021-09-15
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-02
Symbol lookup jumps to the correct position in help editor
William Deurwaarder
2021-08-30
Show help for built-in functions (@GlobalScope)
William Deurwaarder
2021-08-24
Implement error return documetation
reduz
2021-08-23
Implement NativeExtension pointer arguments
reduz
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-04
Add theme item descriptions to the online documentation
Yuri Sizov
2021-07-18
Optimize StringName usage
reduz
2021-06-21
Rename `is_a_parent_of()` to `is_ancestor_of()`
Lightning_A
2021-06-16
Documentation search fixes
Gregory Basile
2021-05-24
Merge pull request #47791 from Chaosus/fix_doc_theme
Rémi Verschelde
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-04-17
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
2021-04-11
Fix doc theme not changing when its hidding
Yuri Roubinsky
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-08
Merge pull request #35505 from dalexeev/rtl_colors
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
[next]