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
*
Merge pull request #15063 from poke1024/textedit-select-last-line
Rémi Verschelde
2018-01-03
2
-2
/
+29
|
\
|
*
Fix shift-key down on last line in TextEdit
Bernhard Liebl
2017-12-26
2
-2
/
+29
*
|
Merge pull request #14792 from Krakean/enh-1
Rémi Verschelde
2018-01-03
2
-0
/
+13
|
\
\
|
*
|
A few small Debugger->Errors tab enhancements:
Dmitry Koteroff
2017-12-18
2
-0
/
+13
*
|
|
Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675
Rémi Verschelde
2018-01-02
1
-24
/
+18
|
\
\
\
|
*
|
|
Fixed keyboard word selection when at the start/end of line, issue 14675
Paulb23
2017-12-23
1
-24
/
+18
*
|
|
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
98
-196
/
+196
*
|
|
|
Merge pull request #14972 from poke1024/fix-unindent-col-0
Noshyaar
2018-01-01
1
-13
/
+31
|
\
\
\
\
|
*
|
|
|
Fix unindent (shift-tab) on column 0 and more
Bernhard Liebl
2017-12-28
1
-13
/
+31
|
|
/
/
/
*
|
|
|
Merge pull request #14973 from poke1024/docs-word-selection
Noshyaar
2018-01-01
2
-37
/
+37
|
\
\
\
\
|
*
|
|
|
Double-click word selection for RichTextLabel (i.e. docs)
Bernhard Liebl
2017-12-28
2
-37
/
+37
|
|
/
/
/
*
|
|
|
Fix TreeItem cell text alignment
yanorax
2017-12-29
1
-2
/
+2
*
|
|
|
Merge pull request #14991 from djrm/pr_fixes
Noshyaar
2017-12-27
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Show Options Dialog for NodePath and File in clicked button position.
Daniel J. Ramirez
2017-12-23
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #15046 from YeldhamDev/optionbutton_changes
Noshyaar
2017-12-27
2
-36
/
+43
|
\
\
\
\
|
*
|
|
|
Added "get_popup" method for OptionButton and minor changes.
Michael Alexsander Silva Dias
2017-12-25
2
-36
/
+43
*
|
|
|
|
Merge pull request #15049 from YeldhamDev/get_popup_const
Noshyaar
2017-12-27
4
-29
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Made MenuButton and ColorPickerButton's "get_popup" methods return constant.
Michael Alexsander Silva Dias
2017-12-25
4
-29
/
+12
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
fix indent selection crash
Ian
2017-12-26
1
-10
/
+8
*
|
|
|
|
Removed the InputEvent ID field, which was unused and can cause bugs.
Juan Linietsky
2017-12-26
2
-4
/
+4
|
/
/
/
/
*
/
/
/
Add missing parameter names
Poommetee Ketson
2017-12-25
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem
Noshyaar
2017-12-25
2
-0
/
+14
|
\
\
\
|
*
|
|
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...
carlosfvieira
2017-12-21
2
-0
/
+14
*
|
|
|
Merge pull request #14853 from MattUV/context-menu
Noshyaar
2017-12-25
2
-0
/
+42
|
\
\
\
\
|
*
|
|
|
Adds an option to move cursor with right click in TextEdit
MattUV
2017-12-20
2
-0
/
+42
|
|
/
/
/
*
|
|
|
Merge pull request #14875 from YeldhamDev/splitcontainer_cursor
Noshyaar
2017-12-25
2
-41
/
+29
|
\
\
\
\
|
*
|
|
|
Fixed SplitContainer showing the "resize" cursor when it shouldn't.
Michael Alexsander Silva Dias
2017-12-20
2
-41
/
+29
|
|
/
/
/
*
|
|
|
Merge pull request #14801 from RayKoopa/insert_tree_item
Noshyaar
2017-12-25
2
-22
/
+30
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add functionality to insert tree item.
Ray Koopa
2017-12-18
2
-22
/
+30
|
|
/
/
*
|
|
Merge pull request #14913 from poke1024/tooltip-shortcut-names
Rémi Verschelde
2017-12-21
1
-4
/
+4
|
\
\
\
|
*
|
|
Consistent display of shortcut names in tooltips
poke1024
2017-12-21
1
-4
/
+4
*
|
|
|
Added font oversampling support
Juan Linietsky
2017-12-19
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #14748 from YeldhamDev/popupmenu_circleback
Rémi Verschelde
2017-12-17
1
-2
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Made highlighted item in PopupMenu circle back to the beginning/end when usin...
Michael Alexsander Silva Dias
2017-12-16
1
-2
/
+10
*
|
|
Merge pull request #14757 from YeldhamDev/submenu_keyboard
Rémi Verschelde
2017-12-17
1
-10
/
+25
|
\
\
\
|
*
|
|
More changes to PopupMenu's submenu keyboard handling.
Michael Alexsander Silva Dias
2017-12-16
1
-10
/
+25
|
|
/
/
*
|
|
Merge pull request #14778 from YeldhamDev/lineedit_deselect_expose
Rémi Verschelde
2017-12-17
2
-25
/
+13
|
\
\
\
|
*
|
|
Exposed LineEdit's "selection_clear" and renamed it to "deselect".
Michael Alexsander Silva Dias
2017-12-17
2
-25
/
+13
*
|
|
|
Fix cut-copy-line breaking paste (issue 14539)
Bernhard Liebl
2017-12-17
2
-6
/
+6
|
/
/
/
*
|
|
Fix Clip Content property is not saved
volzhs
2017-12-17
1
-1
/
+1
*
|
|
Bind TextEdit.deselect and update documentation
Rémi Verschelde
2017-12-16
1
-2
/
+4
|
/
/
*
|
Merge pull request #14649 from MattUV/fix-indentation
Rémi Verschelde
2017-12-16
2
-26
/
+50
|
\
\
|
*
|
Modifies indentation behaviours
MattUV
2017-12-15
2
-26
/
+50
|
|
/
*
|
Merge pull request #14706 from YeldhamDev/popupmenu_submenu
Rémi Verschelde
2017-12-16
1
-19
/
+18
|
\
\
|
*
|
Enhancements and fixes for PopupMenu's submenus.
Michael Alexsander Silva Dias
2017-12-15
1
-19
/
+18
|
|
/
*
|
Merge pull request #14707 from poke1024/fix14691
Rémi Verschelde
2017-12-16
2
-3
/
+22
|
\
\
|
*
|
Fix thin lines in editor gui on hidpi (issue 14691)
Bernhard Liebl
2017-12-15
2
-3
/
+22
*
|
|
Fixes close button overlapping window title
Bernhard Liebl
2017-12-15
1
-3
/
+10
|
/
/
*
/
Fixes slider node tick offset
Henrique L Alves
2017-12-15
1
-4
/
+4
|
/
*
Fix crash (and bug) in RichTextLabel
poke1024
2017-12-13
1
-1
/
+1
[next]