index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
5
-44
/
+44
*
TextEdit fix get_mouse after many folds
Ian
2018-01-18
1
-5
/
+6
*
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-17
1
-2
/
+2
*
Changes the keep_margin parameter to true by default, so that people are not ...
Gilles Roudiere
2018-01-15
1
-2
/
+2
*
ViewportContainer passes input down to children viewports
Fabio Alessandrelli
2018-01-15
2
-0
/
+29
*
Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427
Rémi Verschelde
2018-01-14
1
-0
/
+13
|
\
|
*
Fixed current line highligting with horizontal clipping, issue 15427
Paulb23
2018-01-14
1
-0
/
+13
*
|
Merge pull request #15670 from poke1024/fix15588
Rémi Verschelde
2018-01-13
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fixes hangs with Tree in multi selection mode (issue 15588)
Bernhard Liebl
2018-01-13
1
-0
/
+3
*
|
Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selection
Rémi Verschelde
2018-01-13
1
-0
/
+4
|
\
\
|
*
|
Deselect on undo/redo in TextEdit
Paul Joannon
2018-01-13
1
-0
/
+4
*
|
|
Fix get_parent_range to return 0 when there is no parent
Ruslan Mustakov
2018-01-13
1
-2
/
+2
|
/
/
*
/
Small fix for Control bindings
letheed
2018-01-13
1
-1
/
+2
|
/
*
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
2018-01-12
2
-0
/
+29
*
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
1
-4
/
+4
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
20
-14
/
+100
*
Fixes nodes being resized or moved when changing an anchor
Gilles Roudiere
2018-01-11
1
-5
/
+13
*
Fixes empty line selection when scrolling
poke1024
2018-01-11
1
-1
/
+1
*
Fix signal arguments shadowing member variables
Rémi Verschelde
2018-01-09
2
-4
/
+4
*
Fix whole word search missing occurences
Bernhard Liebl
2018-01-08
1
-16
/
+29
*
Fix Video Player issue with audio mix_rate when different than 44100
Marcelo Fernandez
2018-01-07
2
-9
/
+1
*
Corrects wrong scrolling for short popups broken in 15405
Bernhard Liebl
2018-01-07
1
-3
/
+9
*
fix center viewport out of size error, #15411
Ian
2018-01-06
1
-3
/
+4
*
Merge pull request #15412 from poke1024/fix-tree-get-rect-crash
Rémi Verschelde
2018-01-06
1
-0
/
+5
|
\
|
*
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
Bernhard Liebl
2018-01-06
1
-0
/
+5
*
|
Merge pull request #15405 from poke1024/fix-popup-scroll
Rémi Verschelde
2018-01-06
2
-32
/
+28
|
\
\
|
*
|
Allow popup menu scrolling without mouse wheel
Bernhard Liebl
2018-01-06
2
-32
/
+28
|
|
/
*
|
Remove button from button_group when free
volzhs
2018-01-06
1
-3
/
+3
*
|
Fix theme inheritance
Fabio Alessandrelli
2018-01-05
1
-2
/
+3
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
98
-12
/
+105
*
Merge pull request #15335 from volzhs/popup-menu
Rémi Verschelde
2018-01-04
1
-3
/
+2
|
\
|
*
Fix PopupMenu to show & detect properly hover area
volzhs
2018-01-05
1
-3
/
+2
*
|
Merge pull request #15334 from poke1024/textedit-mousepos
Rémi Verschelde
2018-01-04
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix TextEdit::_get_mouse_pos rounding errors
Bernhard Liebl
2018-01-04
1
-5
/
+5
*
|
Merge pull request #15317 from poke1024/fix-rtl-underline
Rémi Verschelde
2018-01-04
1
-10
/
+11
|
\
\
|
*
|
RichTextLabel: don't draw underline on single characters
Bernhard Liebl
2018-01-04
1
-10
/
+11
|
|
/
*
|
Merge pull request #15314 from poke1024/tree-rlines
Rémi Verschelde
2018-01-04
1
-7
/
+23
|
\
\
|
*
|
Tree: only draw visible relationship lines
Bernhard Liebl
2018-01-04
1
-7
/
+23
|
|
/
*
|
Merge pull request #15312 from poke1024/fix-rtl-table-wrap
Rémi Verschelde
2018-01-04
1
-4
/
+6
|
\
\
|
*
|
Fix word wrapping in tables in RichTextLabel
Bernhard Liebl
2018-01-04
1
-4
/
+6
|
|
/
*
|
found via cppcheck:
firefly2442
2018-01-03
1
-2
/
+0
*
|
Merge pull request #15308 from ianb96/horizontal_scrolling
Rémi Verschelde
2018-01-04
1
-2
/
+10
|
\
\
|
*
|
TextEdit horizontal scrolling with shift
Ian
2018-01-03
1
-2
/
+10
*
|
|
Fix crash in OS::execute on FreeBSD
Rémi Verschelde
2018-01-04
1
-0
/
+1
*
|
|
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
1
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
1
-6
/
+6
*
|
|
Merge pull request #15127 from poke1024/smooth-scroll-play
Rémi Verschelde
2018-01-03
1
-4
/
+19
|
\
\
\
|
*
|
|
Remove some lagginess from TextEdit's smooth scrolling
Bernhard Liebl
2017-12-28
1
-4
/
+19
|
|
/
/
*
|
|
Merge pull request #15103 from poke1024/lineedit-key-up-down
Rémi Verschelde
2018-01-03
1
-0
/
+12
|
\
\
\
|
*
|
|
Support KEY_UP and KEY_DOWN in LineEdit
Bernhard Liebl
2017-12-27
1
-0
/
+12
[next]