index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Several Gradient improvements
Hendrik Brucker
2021-11-08
2
-61
/
+46
*
Add missing argument names for bindings in GDExtension
Rémi Verschelde
2021-11-04
3
-3
/
+4
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
2
-2
/
+2
*
Merge pull request #54533 from rafallus/menubutton_items
Rémi Verschelde
2021-11-03
4
-81
/
+227
|
\
|
*
Implement inspector property array for `PopupMenu` and `MenuButton`
rafallus
2021-11-03
4
-81
/
+227
*
|
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-11-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove node_hrcr hack
kobewi
2021-10-28
1
-1
/
+1
*
|
Fix popup trying to emit a non existing signal when closed
HungryProton
2021-10-31
1
-2
/
+0
*
|
Merge pull request #54328 from YeldhamDev/tabbar_close_signal_rename
Max Hilbrunner
2021-10-29
1
-2
/
+2
|
\
\
|
*
|
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`
Michael Alexsander
2021-10-28
1
-2
/
+2
*
|
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
3
-5
/
+5
|
/
/
*
|
Merge pull request #54342 from groud/remove_item_list_editor
Rémi Verschelde
2021-10-28
2
-54
/
+94
|
\
\
|
*
|
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-28
2
-54
/
+94
*
|
|
Merge pull request #54320 from YeldhamDev/tabbar_close_last_fix
Rémi Verschelde
2021-10-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix uninteractable singular tab in `TabBar`
Michael Alexsander
2021-10-27
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #54166 from ConteZero/unique_selection
Rémi Verschelde
2021-10-27
6
-2
/
+71
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add option to make selection unique
ConteZero
2021-10-27
6
-2
/
+71
|
|
/
*
|
Add focus font color to Button and derivatives
Yuri Sizov
2021-10-26
4
-5
/
+29
*
|
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
3
-15
/
+5
*
|
Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning
Rémi Verschelde
2021-10-23
3
-11
/
+19
|
\
\
|
*
|
Fix primary clipboard warning
ConteZero
2021-10-23
3
-11
/
+19
|
|
/
*
|
Merge pull request #54120 from zaevi/fix_null-ref_crashes
Rémi Verschelde
2021-10-23
1
-3
/
+9
|
\
\
|
*
|
Fix unexpected crashes in `notification`
Zae
2021-10-23
1
-3
/
+9
*
|
|
Merge pull request #54145 from zedutch/Fix-tree-notification-crash
Rémi Verschelde
2021-10-23
1
-1
/
+3
|
\
\
\
|
*
|
|
Fix possible crash when calling Tree.notification from _ready
Robin Arys
2021-10-23
1
-1
/
+3
*
|
|
|
Make RichTextLabel's parse_bbcode and append_text return void
Haoyu Qiu
2021-10-23
2
-7
/
+5
|
/
/
/
*
|
|
Merge pull request #54088 from madmiraal/remove-unimplemented-methods
Rémi Verschelde
2021-10-22
4
-7
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove unimplemented methods
Marcel Admiraal
2021-10-21
4
-7
/
+0
|
|
/
*
|
Merge pull request #54035 from Calinou/ctl-context-dialog-use-title-case
Rémi Verschelde
2021-10-21
2
-48
/
+48
|
\
\
|
|
/
|
/
|
|
*
Use TitleCase for CTL dialog menu options
Hugo Locurcio
2021-10-21
2
-48
/
+48
*
|
Fix Tabs crash where it still tries to detect the clicked tab even if there a...
Robin Arys
2021-10-20
1
-0
/
+5
|
/
*
Merge pull request #53702 from ConteZero/primary_clipboard_linux
Rémi Verschelde
2021-10-20
5
-0
/
+103
|
\
|
*
Added primary clipboard for Linux
ConteZero
2021-10-18
5
-0
/
+103
*
|
Merge pull request #53926 from YeldhamDev/i_am_tabbar_now
Rémi Verschelde
2021-10-20
2
-115
/
+115
|
\
\
|
*
|
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-19
2
-115
/
+115
*
|
|
Fix: typo in TextParagraph class and docs
Murilo Gonçalves
2021-10-19
2
-2
/
+2
|
/
/
*
|
Implement TileMap patterns palette
Gilles Roudière
2021-10-19
2
-2
/
+2
*
|
Fix crash when executing CodeEdit._main_gutter_draw_callback
Haoyu Qiu
2021-10-18
1
-3
/
+3
*
|
Fix null crash with TextEdit
Ricardo Subtil
2021-10-16
1
-0
/
+2
*
|
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-15
1
-2
/
+2
*
|
Fix bilinear TextureProgressBar with nine patch enabled
floppyhammer
2021-10-14
1
-2
/
+10
|
/
*
Fix inline IME input not working in the empty LineEdit with the placeholder.
bruvzg
2021-10-11
1
-2
/
+2
*
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
7
-68
/
+66
*
Fix invisible tabs not being ignored in `Tabs`
Michael Alexsander
2021-10-07
1
-2
/
+2
*
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-10-07
1
-1
/
+1
*
Merge pull request #53476 from Paulb23/breakpoint-move-up-fix
Rémi Verschelde
2021-10-06
2
-3
/
+5
|
\
|
*
Fix breakpointed_lines out of sync when removing lines above
Paulb23
2021-10-06
2
-3
/
+5
*
|
Merge pull request #53460 from timothyqiu/tooltip-request-func
Rémi Verschelde
2021-10-06
2
-2
/
+4
|
\
\
|
*
|
Fix crash when tooltip_request_func object is freed
Haoyu Qiu
2021-10-06
2
-2
/
+4
*
|
|
Merge pull request #53446 from nekomatata/container-pre-sort-children
Rémi Verschelde
2021-10-06
2
-1
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
[next]