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
2020-09-09
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-08
Check if old mouse column is still available.
Marcel Admiraal
2020-09-08
Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression
Rémi Verschelde
2020-09-08
Fix LineEdit not consuming enter events
PouleyKetchoupp
2020-09-07
Use != 0 instead of > 0 when checking bit mask.
Marcel Admiraal
2020-09-06
Fixed get_usable_parent_rect() errors when initialising popup menus.
Eric M
2020-09-05
Merge pull request #40649 from themvl/master
Rémi Verschelde
2020-09-04
Merge pull request #41689 from nathanfranke/fix-popupmenu-unresponsive
Rémi Verschelde
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
Merge pull request #41456 from nekomatata/x11-fix-popups
Rémi Verschelde
2020-09-02
Fix PopupMenu unresponsive on right side of menu
Nathan Franke
2020-09-01
Revert "Updated LineEdit to address #41278"
Rémi Verschelde
2020-09-01
PopupMenu rework and enhancements
EricEzaM
2020-08-31
Fix bug where leading and trailing spaces werent taken into account with cent...
mvl
2020-08-26
Updated LineEdit to address #41278
Tony-Goat
2020-08-22
Fix popup closed when an ancestor window is focused
PouleyKetchoupp
2020-08-14
Skip indentation of empty lines when indenting a selection.
Cheeseness
2020-08-14
Merge pull request #37769 from HellonLegs/master
Rémi Verschelde
2020-08-14
Merge pull request #38223 from EricEzaM/spinbox-update-lineedit-after-bad-input
Rémi Verschelde
2020-08-11
Fix RichTextLabel center alignment bug
Umang Kalra
2020-08-09
Add option to disable virtual keyboard for TextEdit
PouleyKetchoupp
2020-07-29
Fix TextEdit line width cache not being updated
Paulb23
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-25
GUI ScrollBar: possible fix for scrolling
Sergey Minakov
2020-07-24
Merge pull request #38088 from YeldhamDev/name_tooltips_tweaks
Rémi Verschelde
2020-07-24
Merge pull request #40436 from DanielZTing/master
Rémi Verschelde
2020-07-23
Small naming and tooltip tweaks
Michael Alexsander
2020-07-23
Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit
Rémi Verschelde
2020-07-22
Merge pull request #40217 from theoway/visible_line_count_fix
Rémi Verschelde
2020-07-22
Merge pull request #40588 from nekomatata/virtual-keyboard-disable
Rémi Verschelde
2020-07-22
Add option to disable virtual keyboard for LineEdit
PouleyKetchoupp
2020-07-21
Merge pull request #40450 from asmaloney/spelling
Rémi Verschelde
2020-07-21
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-20
Prevent infinite loop in Tree incremental search
Tomasz Chabora
2020-07-16
Evenly distribute stretched Nodes in BoxContainer
Daniel Ting
2020-07-15
add force caret display to line edit
Cevantime
2020-07-15
Merge pull request #40291 from hinlopen/dialog-size
Rémi Verschelde
2020-07-15
Merge pull request #40268 from DanielZTing/master
Rémi Verschelde
2020-07-14
Correct RichTextLabel.custom_effects property type metadata
Emmanuel Leblond
2020-07-14
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
Convert syntax highlighters into a resource
Paulb23
2020-07-10
Fix cancel/OK button order on macOS
Daniel Ting
2020-07-10
Add override keywords.
Marcel Admiraal
2020-07-09
Emit signals for GraphEdit multi-node selection and unselection
Maganty Rushyendra
2020-07-09
Fixes the get_visible_line_count() of rich text label
Umang Kalra
2020-07-05
Fix GraphEdit reconnecting to disconnected port
Yuri Roubinsky
2020-07-04
Prevents incorrect connection attempt on port clicking in GraphEdit
Yuri Roubinsky
2020-07-04
Merge pull request #40092 from hinlopen/remove-find-last
Rémi Verschelde
[next]