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
...
*
|
|
|
|
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
5
-12
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #21152 from DualMatrix/fileselect_error
Rémi Verschelde
2018-08-22
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Fixed !is_inside_tree() errors in file dialog
DualMatrix
2018-08-18
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Fix grab/select of gradient edit
Guilherme Felipe
2018-08-21
1
-1
/
+0
*
|
|
|
Massive rewrite to AnimationTree. Many APIs changed in order to:
Juan Linietsky
2018-08-20
2
-9
/
+58
|
|
_
|
/
|
/
|
|
*
|
|
Bind ItemList's item_custom_fg_color methods
Rémi Verschelde
2018-08-17
1
-0
/
+3
|
/
/
*
|
Merge pull request #21091 from hpvb/fix-removing-popup-menu-item
Rémi Verschelde
2018-08-17
1
-0
/
+1
|
\
\
|
*
|
Call minimum_size_changed() in PopupMenu::remove_item()
Hein-Pieter van Braam
2018-08-16
1
-0
/
+1
*
|
|
Delay emitting pressed signals in PopupMenu
Hein-Pieter van Braam
2018-08-16
1
-7
/
+11
|
/
/
*
|
Fix type of Range allow_greater/allow_lesser properties
Rémi Verschelde
2018-08-16
1
-2
/
+2
*
|
PopupMenu item_pressed is sent before checking hide flags.
Ovnuniarchos
2018-08-16
1
-3
/
+3
*
|
Merge pull request #18096 from aaronfranke/master
Juan Linietsky
2018-08-14
1
-1
/
+1
|
\
\
|
*
|
[Core] Completely kill math_2d.h, change includes
Aaron Franke
2018-08-11
1
-1
/
+1
*
|
|
Merge pull request #20906 from Chaosus/rrect_fix
Rémi Verschelde
2018-08-14
2
-1
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix ReferenceRect border
Chaosus
2018-08-11
2
-1
/
+22
*
|
|
Merge pull request #20876 from ttencate/cursor_blink
Rémi Verschelde
2018-08-14
1
-3
/
+1
|
\
\
\
|
*
|
|
Reset caret blink when Ctrl+moving the cursor
Thomas ten Cate
2018-08-10
1
-3
/
+1
*
|
|
|
Merge pull request #20982 from hpvb/fix-19842
Rémi Verschelde
2018-08-14
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Emit pressed events after processing items
Hein-Pieter van Braam
2018-08-13
1
-3
/
+4
*
|
|
|
|
Editor autocomplete: prefer same case candidates
James
2018-08-13
1
-2
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #20155 from Tunous/line-edit-clear
Rémi Verschelde
2018-08-13
2
-8
/
+103
|
\
\
\
\
|
*
|
|
|
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
2018-08-11
2
-5
/
+16
|
*
|
|
|
Add clear text button to LineEdit
Łukasz Rutkowski
2018-08-11
2
-5
/
+89
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #20666 from Calinou/script-editor-underline-hidpi
Rémi Verschelde
2018-08-13
1
-1
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Scale underlines in the script editor with the editor scale
Hugo Locurcio
2018-08-02
1
-1
/
+6
|
|
/
/
*
|
|
Merge pull request #20149 from Overblob/shader_float_typing
Juan Linietsky
2018-08-10
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
* Small hex/float/integer parsing refactoring
Overblob
2018-07-15
1
-1
/
+1
*
|
|
Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188
Juan Linietsky
2018-08-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Expose _clips_input as a virtual function, closes #15358
Juan Linietsky
2018-07-29
1
-0
/
+4
*
|
Merge pull request #15269 from ianb96/context_menu_improvements
Juan Linietsky
2018-07-29
4
-1
/
+42
|
\
\
|
*
|
context menu improvements
Ian
2018-07-26
4
-1
/
+42
*
|
|
Merge pull request #20498 from Calinou/caret-width-hidpi
Rémi Verschelde
2018-07-27
2
-4
/
+30
|
\
\
\
|
*
|
|
Make the caret thicker in TextEdit and scale it with the editor scale
Hugo Locurcio
2018-07-26
2
-4
/
+30
*
|
|
|
Multiply TextEdit line spacing by the editor scale
Hugo Locurcio
2018-07-26
1
-0
/
+4
|
/
/
/
*
/
/
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
8
-164
/
+164
|
/
/
*
|
Merge pull request #20133 from ibrahn/fix-tree-uninit-branch
Rémi Verschelde
2018-07-25
1
-5
/
+14
|
\
\
|
*
|
fixed a branch on uninitialised data in gui/tree
Ibrahn Sahir
2018-07-13
1
-5
/
+14
|
|
/
*
|
Merge pull request #19726 from guilhermefelipecgs/feature_add_menu_hover
Rémi Verschelde
2018-07-25
3
-3
/
+2
|
\
\
|
*
|
Opens the menu with the same parent on mouse focus
Guilherme Felipe
2018-07-24
3
-3
/
+2
*
|
|
Merge pull request #18867 from fire/better_vx_us_rebase_02
Juan Linietsky
2018-07-24
2
-12
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-24
2
-12
/
+20
*
|
|
Merge pull request #18806 from Calinou/bilinear-textureprogress
Rémi Verschelde
2018-07-24
2
-6
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for bilinear bars in TextureProgress
Hugo Locurcio
2018-05-12
2
-6
/
+28
*
|
|
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-8
/
+1
*
|
|
Add editor highlight for type-safe lines
George Marques
2018-07-20
2
-1
/
+20
*
|
|
-Fix tooltips in inspector, now they show as rich text.
Juan Linietsky
2018-07-20
4
-0
/
+33
*
|
|
Export: Properly reload preset when opening dialog
Rémi Verschelde
2018-07-18
1
-1
/
+1
*
|
|
Fix Label autowrap clips text
volzhs
2018-07-18
1
-1
/
+1
*
|
|
Merge pull request #20150 from ibrahn/fix-scrollbar-atlas
Max Hilbrunner
2018-07-17
1
-4
/
+2
|
\
\
\
|
*
|
|
fix scrollbar icons with atlas texture.
Ibrahn Sahir
2018-07-14
1
-4
/
+2
|
|
|
/
|
|
/
|
[prev]
[next]