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
2021-02-04
doc: Don't bind argument names with p_ prefix
Rémi Verschelde
2021-02-01
Merge pull request #45110 from fmazan/completion-panel-positioning
Rémi Verschelde
2021-02-01
Merge pull request #45549 from flyingpimonster/graphnode-icon
Rémi Verschelde
2021-01-31
Use integer coordinates for the font glyphs rendering.
bruvzg
2021-01-28
GraphNode: Add properties for custom icons
James Westman
2021-01-26
Fix unintended SpinBox mouse capture
Volka
2021-01-26
Merge pull request #44349 from KoBeWi/drop_the_data!
Rémi Verschelde
2021-01-26
Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-error
Rémi Verschelde
2021-01-26
Merge pull request #45369 from naithar/fix/line_edit_clear-4.0
Rémi Verschelde
2021-01-26
[GUI] Enforce virtual keyboard redisplay on clear
Sergey Minakov
2021-01-26
Exposed find_next_valid_focus and find_prev_valid_focus.
Nils Reid
2021-01-26
Merge pull request #44194 from madmiraal/fix-font_selected_color
Rémi Verschelde
2021-01-25
Fix minimap capturing events and improve its theme
Yuri Sizov
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-18
RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...
bruvzg
2021-01-15
Make Range return 1.0 ratio if minimum and maximum values are equal
Hugo Locurcio
2021-01-15
Merge pull request #33685 from Scony/improve-item-lists-add-item-methods
Rémi Verschelde
2021-01-15
Merge pull request #45196 from Paulb23/text_edit_draw_behind_gutter
Rémi Verschelde
2021-01-15
Merge pull request #45149 from pycbouh/ge-disconnect-crash
Rémi Verschelde
2021-01-15
Merge pull request #44870 from alexpech12/fix-rich-text-label-set-visible-cha...
Rémi Verschelde
2021-01-14
Fix TextEdit drawing Caret and icons out of bounds
Paulb23
2021-01-14
Prevent signal disconnection attempts on invalid references
Yuri Sizov
2021-01-14
Keep RichTextLabel visible character properties in sync
Alexander Pech
2021-01-12
Fix errors when removing non Control node from TabContainer
Rafał Mikrut
2021-01-11
Fixed completion and hint panel positioning in TextExit
Filip
2021-01-08
RichTextLabel: Fix build after #35505
Rémi Verschelde
2021-01-08
Merge pull request #35505 from dalexeev/rtl_colors
Rémi Verschelde
2021-01-05
Makes script editor not draw non existent spaces.
David Kennedy
2021-01-05
Revert "solved ctrl + alt + special character Issue #6851"
Rémi Verschelde
2021-01-04
Merge pull request #44906 from EricEzaM/PR/popup-menu-fix-not-matching-button...
Rémi Verschelde
2021-01-04
Fixed PopupMenu not matching parent MenuButton/OptionButton width
Eric M
2021-01-04
Fixed hover highlight style rect of items being cut off.
Eric M
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Merge pull request #44724 from Chaosus/popup_separator
Rémi Verschelde
2020-12-29
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
Merge pull request #44781 from mrushyendra/scroll_container_ready_fix
Rémi Verschelde
2020-12-29
Merge pull request #43691 from bruvzg/ctl_dropcap
Rémi Verschelde
2020-12-29
Allow ScrollBar params of a ScrollContainer to be modified in _ready()
Maganty Rushyendra
2020-12-28
Merge pull request #44586 from madmiraal/rename-stepify
Rémi Verschelde
2020-12-28
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
Merge pull request #44607 from madmiraal/rename-control-rotation
Rémi Verschelde
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-27
Added optional id parameter to `PopupMenu::add_separator`
Yuri Roubinsky
2020-12-26
Update GraphEdit connection to reflect new signal name
Marcel Admiraal
2020-12-23
Merge pull request #44605 from madmiraal/rename-control-margin
Rémi Verschelde
2020-12-23
Rename Control rotation to rotation_degrees
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Rename unselect to deselect
Marcel Admiraal
2020-12-21
Fix RichTextLabel content height and scrollbar calculations.
bruvzg
[next]