index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
Age
Commit message (
Expand
)
Author
2022-02-19
Merge pull request #58042 from Sauermann/fix-viewport-border-notifications
Rémi Verschelde
2022-02-16
Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode
Rémi Verschelde
2022-02-16
Merge pull request #58055 from markdibarry/add_get_line_offset
Rémi Verschelde
2022-02-16
Merge pull request #58154 from markdibarry/fix_scroll_to_line
Rémi Verschelde
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Connect notifications from Container to Viewport
Markus Sauermann
2022-02-15
Fix scroll_to_line ignoring line separation
markdibarry
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-14
Merge pull request #57988 from markdibarry/add_get_last_visible_character_line
Rémi Verschelde
2022-02-14
Merge pull request #58089 from YeldhamDev/crashy_tabs
Rémi Verschelde
2022-02-14
Fix crash when removing tabs from `TabBar`
Michael Alexsander
2022-02-13
Add offset methods for lines and paragraphs in RichTextLabel
markdibarry
2022-02-13
Add get_character_line method for RichTextLabel
markdibarry
2022-02-13
Limit inspector updates when dragging anchored controls
Yuri Sizov
2022-02-12
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
Merge pull request #58006 from bruvzg/fix_rtl_img_resize
Rémi Verschelde
2022-02-12
[RTL] Fix "img" tag not setting image size.
bruvzg
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-11
[RTL / Label] Reorganize property order to ensure "visible_characters" / "per...
bruvzg
2022-02-10
Merge pull request #55207 from ConteZero/rich_text_label_drag
Rémi Verschelde
2022-02-10
Merge pull request #55157 from pycbouh/control-inspector-reorg
Rémi Verschelde
2022-02-10
Add drag to RichTextLabel
ConteZero
2022-02-10
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
Merge pull request #57873 from markdibarry/add_get_content_width_RichTextLabel
Rémi Verschelde
2022-02-10
Add get_content_width method
markdibarry
2022-02-10
Fix typos with codespell
Rémi Verschelde
2022-02-09
Merge pull request #57810 from timothyqiu/tree-button-id
Rémi Verschelde
2022-02-09
Merge pull request #57837 from YeldhamDev/that_was_pointless
Rémi Verschelde
2022-02-09
Remove code to update the layout direction of submenus from `PopupMenu`
Michael Alexsander
2022-02-09
Adjust id creation in PopupMenu to avoid duplicate ids
Markus Sauermann
2022-02-08
Merge pull request #57773 from pfertyk/issue_57710_tabbar_update_hover
Rémi Verschelde
2022-02-08
Fix `TabBar._update_hover` crash
Paweł Fertyk
2022-02-08
Improve TreeItem button API
Haoyu Qiu
2022-02-08
Merge pull request #57692 from YeldhamDev/popping_options
Rémi Verschelde
2022-02-08
Merge pull request #40140 from hinlopen/tree-scroll-center
Rémi Verschelde
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-07
Fix theming for floating window docks
Michael Alexsander
2022-02-07
Merge pull request #57725 from jmb462/missing-sname-theme-setters
Rémi Verschelde
2022-02-06
Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d...
Michael Alexsander
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Merge pull request #57721 from YeldhamDev/separate_from_separators
Rémi Verschelde
2022-02-06
Better handle icons and checkboxes with separators in `PopupMenu`
Michael Alexsander
2022-02-06
Enhancements and fixes for `OptionButton` and `PopupMenu`
Michael Alexsander
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-05
Add shortcut_cell double click functionality
Ger Hean
2022-02-05
Center when scrolling to tree item.
Stijn Hinlopen
2022-02-05
Rework TextureButton stretch
kobewi
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
[next]